From 77242c139b91478a2119f9ada05e00e81688d096 Mon Sep 17 00:00:00 2001 From: ChuckBuilds <33324927+ChuckBuilds@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:33:00 -0500 Subject: [PATCH] Update NHL configuration for new manager structure - Add separate display durations for live/recent/upcoming games - Add specific update intervals for each manager type - Add recent_game_hours setting - Add logo_dir configuration - Remove old update interval settings --- config/config.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config/config.json b/config/config.json index 8efd2d5b..6b40d3f1 100644 --- a/config/config.json +++ b/config/config.json @@ -32,7 +32,9 @@ "hourly_forecast": 15, "daily_forecast": 15, "stock_news": 30, - "nhl": 20 + "nhl_live": 30, + "nhl_recent": 20, + "nhl_upcoming": 20 } }, "clock": { @@ -69,8 +71,11 @@ "DAL" ], "test_mode": true, - "update_interval_seconds": 15, - "idle_update_interval_seconds": 600, + "logo_dir": "assets/sports/nhl_logos", + "live_update_interval": 30, + "recent_update_interval": 300, + "upcoming_update_interval": 300, + "recent_game_hours": 48, "show_only_favorites": true, "cycle_game_duration_seconds": 10 }