Stock prices third party module for Magic Mirror
##Installing the Module
Navigate into your MagicMirror's modules folder and execute
git clone https://github.com/michaelbyers/MMM-Stock.git
To use this module, add it to the modules array in the config/config.js
file:
{
module: "MMM-Stock",
position: "top_left",
config: {
companies: "MSFT,GOOG,ORCL,FB,AAPL",
apikey: xxxx
}
}
Only US companies are accepted.