turned off other displays to speed up testing of NHL

This commit is contained in:
ChuckBuilds
2025-04-18 10:58:43 -05:00
parent 1911a89271
commit fd2b40a35b

View File

@@ -43,13 +43,13 @@
"update_interval": 1
},
"weather": {
"enabled": true,
"enabled": false,
"update_interval": 600,
"units": "imperial",
"display_format": "{temp}°F\n{condition}"
},
"stocks": {
"enabled": true,
"enabled": false,
"update_interval": 300,
"symbols": [
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPYG", "SMCI"
@@ -57,7 +57,7 @@
"display_format": "{symbol}: ${price} ({change}%)"
},
"stock_news": {
"enabled": true,
"enabled": false,
"update_interval": 800,
"scroll_speed": 1,
"scroll_delay": 0.001,