Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 525 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 525 Bytes

MMM-Stock

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

Using the module

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.