From 0565b2c7b3f638fa76e80f509a8b40f9918f53bd Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Sun, 8 Jun 2025 19:45:42 -0500 Subject: [PATCH] disable nhl displays --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 4bd7b377..6d178152 100644 --- a/config/config.json +++ b/config/config.json @@ -107,7 +107,7 @@ "calendars": ["birthdays"] }, "nhl_scoreboard": { - "enabled": true, + "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 30,