From fd2b40a35b5c4d0521de69bdf54fd0b3ece7536e Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:58:43 -0500 Subject: [PATCH] turned off other displays to speed up testing of NHL --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 6b40d3f1..cbf07eac 100644 --- a/config/config.json +++ b/config/config.json @@ -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,