From 037fd9d31b16e85bbec756a2c9071ac8d4487504 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Sat, 19 Apr 2025 08:42:14 -0500 Subject: [PATCH] enabled nhl display to test caching --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 45f7a3ef..f47ed517 100644 --- a/config/config.json +++ b/config/config.json @@ -65,7 +65,7 @@ "headlines_per_rotation": 2 }, "nhl_scoreboard": { - "enabled": false, + "enabled": true, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 60,