From 0f9f6531335773a739a5055d30f9246a45b11f25 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 11 Apr 2025 13:39:31 -0500 Subject: [PATCH] Update config: enable all displays --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 5ba6c64a..d4d18d71 100644 --- a/config/config.json +++ b/config/config.json @@ -35,12 +35,12 @@ } }, "clock": { - "enabled": false, + "enabled": true, "format": "%H:%M:%S", "update_interval": 1 }, "weather": { - "enabled": false, + "enabled": true, "update_interval": 300, "units": "imperial", "display_format": "{temp}°F\n{condition}" @@ -54,7 +54,7 @@ "display_format": "{symbol}: ${price} ({change}%)" }, "stock_news": { - "enabled": false, + "enabled": true, "update_interval": 300, "scroll_speed": 1, "scroll_delay": 0.001,