KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
stocks
★ 14
Open GitHub ↗
Stocks module for MagicMirror
Download README (.md)
Explore Similar Repositories
autolayout
:
屏幕适配最佳实践
ihaiu.AssetManager
:
Unity Asset Manager 资源管理
chromium-freeworld
:
Chromium with HTML5 multimedia and widevine support --the cool! ;)
D3-Population-Pyramid
:
D3 Population Pyramid in D3 v4
meditations
:
Sample AWS Lambda and API Gateway project
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
stocks
?
Download (.md)
# Module: stocks The `stocks` module is a <a href="https://github.com/MichMich/MagicMirror">MagicMirror</a> addon. This module displays a scrolling stocks ticker on your MagicMirror. ## Using the module To use this module, add it to the modules array in the `config/config.js` file: ````javascript modules: [ { module: 'stocks', position: 'bottom_bar', config: { stocks: '.DJI,MSFT,AAPL,GOOG,INTC,CICS,TSLA,FB', // stock symbols updateInterval: 37000 // update interval in milliseconds } } ] ````