Update config: enable all displays

This commit is contained in:
ChuckBuilds
2025-04-11 13:39:31 -05:00
parent 7021f2a251
commit 0f9f653133

View File

@@ -35,12 +35,12 @@
} }
}, },
"clock": { "clock": {
"enabled": false, "enabled": true,
"format": "%H:%M:%S", "format": "%H:%M:%S",
"update_interval": 1 "update_interval": 1
}, },
"weather": { "weather": {
"enabled": false, "enabled": true,
"update_interval": 300, "update_interval": 300,
"units": "imperial", "units": "imperial",
"display_format": "{temp}°F\n{condition}" "display_format": "{temp}°F\n{condition}"
@@ -54,7 +54,7 @@
"display_format": "{symbol}: ${price} ({change}%)" "display_format": "{symbol}: ${price} ({change}%)"
}, },
"stock_news": { "stock_news": {
"enabled": false, "enabled": true,
"update_interval": 300, "update_interval": 300,
"scroll_speed": 1, "scroll_speed": 1,
"scroll_delay": 0.001, "scroll_delay": 0.001,