From febb44a9679a4192e3da8f2000a52c70124f6744 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 17 Apr 2025 12:36:36 -0500 Subject: [PATCH] added time control of NHL Score display --- config/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 7b9bfdde..92a6b911 100644 --- a/config/config.json +++ b/config/config.json @@ -28,10 +28,11 @@ "display_durations": { "clock": 15, "weather": 15, - "stocks": 45, + "stocks": 30, "hourly_forecast": 15, "daily_forecast": 15, - "stock_news": 30 + "stock_news": 30, + "nhl": 20 } }, "clock": { @@ -70,6 +71,7 @@ "test_mode": true, "update_interval_seconds": 15, "idle_update_interval_seconds": 300, - "show_only_favorites": true + "show_only_favorites": true, + "cycle_game_duration_seconds": 10 } } \ No newline at end of file