mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
disable stocks to reduce terminal clutter
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
"display_format": "{temp}°F\n{condition}"
|
||||
},
|
||||
"stocks": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"update_interval": 300,
|
||||
"symbols": [
|
||||
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPEST", "SMCI"
|
||||
@@ -82,7 +82,7 @@
|
||||
"display_format": "{symbol}: ${price} ({change}%)"
|
||||
},
|
||||
"crypto": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"update_interval": 300,
|
||||
"symbols": [
|
||||
"BTC-USD", "ETH-USD"
|
||||
|
||||
Reference in New Issue
Block a user