mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Opening Bell
Introducing the Stock Ticker Feature
This commit is contained in:
@@ -35,5 +35,13 @@
|
||||
"update_interval": 300,
|
||||
"units": "imperial",
|
||||
"display_format": "{temp}°F\n{condition}"
|
||||
},
|
||||
"stocks": {
|
||||
"enabled": true,
|
||||
"update_interval": 60,
|
||||
"symbols": [
|
||||
"AAPL", "MSFT", "GOOGL", "AMZN", "META", "TSLA", "NVDA", "JPM", "V", "WMT"
|
||||
],
|
||||
"display_format": "{symbol}: ${price} ({change}%)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user