From eaf9b4efd2adbda38d0489feb290d8d60e275a0f Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 2 May 2025 09:31:29 -0500 Subject: [PATCH] turn off soccer, NFL, and NBA displays --- config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index f4e45df3..cad40ba0 100644 --- a/config/config.json +++ b/config/config.json @@ -130,8 +130,8 @@ "live_game_duration": 30 }, "nfl_scoreboard": { - "enabled": true, - "test_mode": true, + "enabled": false, + "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 15, "past_fetch_days": 7, @@ -179,7 +179,7 @@ "background_color": [0, 0, 0] }, "soccer_scoreboard": { - "enabled": true, + "enabled": false, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20,