From 65ca3f880906ec58a6dfd8617ccefcfbd9986e97 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 25 Apr 2025 09:43:15 -0500 Subject: [PATCH] turned off displays to troubleshoot MLB --- config/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/config.json b/config/config.json index e42c83ed..f5c6c865 100644 --- a/config/config.json +++ b/config/config.json @@ -51,13 +51,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", "SPEST", "SMCI" @@ -65,7 +65,7 @@ "display_format": "{symbol}: ${price} ({change}%)" }, "crypto": { - "enabled": true, + "enabled": false, "update_interval": 300, "symbols": [ "BTC-USD", "ETH-USD" @@ -73,7 +73,7 @@ "display_format": "{symbol}: ${price} ({change}%)" }, "stock_news": { - "enabled": true, + "enabled": false, "update_interval": 3600, "scroll_speed": 1, "scroll_delay": 0.001, @@ -81,7 +81,7 @@ "headlines_per_rotation": 2 }, "calendar": { - "enabled": true, + "enabled": false, "credentials_file": "credentials.json", "token_file": "token.pickle", "update_interval": 3600,