A MagicMirror module used to get real-time values of US Stock and World Currency prices. Based on the work of matteodanelli who authored the Cryptocurrency module for MagicMirror, and the work of Hakan who authored the MMM-Stock module for MagicMirror.
The Agile board associated with this project is here.
- Navigate into your MagicMirror's
modules
folder:
cd ~/MagicMirror/modules
- Pull down the MMM-Stocktable moduled using this command:
git clone [email protected]:devinhedge/MMM-Stocktable.git
-
Add the module inside
config.js
placing it where you prefer ;){ module: "MMM-Stocktable", config: { //... } }
-
Restart MagicMirror
cd ~ pm2 restart mm
TBD