Config: Disable all displays except weather for development

This commit is contained in:
ChuckBuilds
2025-04-11 13:46:46 -05:00
parent 7470ea7a43
commit a4daa9ed88

View File

@@ -35,7 +35,7 @@
}
},
"clock": {
"enabled": true,
"enabled": false,
"format": "%H:%M:%S",
"update_interval": 1
},
@@ -46,7 +46,7 @@
"display_format": "{temp}°F\n{condition}"
},
"stocks": {
"enabled": true,
"enabled": false,
"update_interval": 60,
"symbols": [
"ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPYG", "SMCI"
@@ -54,7 +54,7 @@
"display_format": "{symbol}: ${price} ({change}%)"
},
"stock_news": {
"enabled": true,
"enabled": false,
"update_interval": 300,
"scroll_speed": 1,
"scroll_delay": 0.001,