Skip to content

MichaelByers/MMM-Stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Magic Mirror scrolling stocks ticker using Yahoo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published