Commit Graph

113 Commits

Author SHA1 Message Date
ChuckBuilds
dee7fcfd49 1px black outline on text in sports displays 2025-05-26 11:19:43 -05:00
ChuckBuilds
c51bd4d3e0 shift NHL logos closer to center 2025-05-26 11:07:23 -05:00
ChuckBuilds
baf9e29e05 Fix(NHL): Remove undefined data_changed check in live manager update 2025-05-03 20:53:01 -05:00
ChuckBuilds
e5dd06a90e Refactor: Prevent live managers from calling display in update 2025-05-03 20:50:03 -05:00
ChuckBuilds
6e6384ab18 feat(nhl): Add debug logging for upcoming games 2025-05-01 10:07:12 -05:00
ChuckBuilds
39215bb4c2 added debug log timer to NHL logo 2025-04-30 10:22:44 -05:00
Chuck
06a75152bf Fix rapid switching in NHL upcoming games display by adding game display duration 2025-04-28 11:48:39 -05:00
ChuckBuilds
656dd3a88e Add detailed logging for NHL upcoming games detection to help diagnose display issues 2025-04-27 20:06:10 -05:00
ChuckBuilds
8e7d7ee73e Add detailed debug logging to NHLUpcomingManager to help diagnose missing upcoming games 2025-04-27 15:04:38 -05:00
ChuckBuilds
21219917f4 Fix NHL upcoming games time window calculation - now properly checks for games within next 48 hours instead of past 48 hours 2025-04-27 15:00:01 -05:00
ChuckBuilds
856b85f796 nhl upcoming game fitler from 'is_coming' to 'is_within_window 2025-04-27 14:37:25 -05:00
ChuckBuilds
14a196ef58 turned off NBA board and adjusted NHL upcoming logic 2025-04-25 21:19:25 -05:00
ChuckBuilds
3f1e5d0a73 Add text outline feature to NHL scoreboard for improved readability 2025-04-21 21:59:56 -05:00
ChuckBuilds
be69c9b24f Optimize display updates: Skip display when no games available for NHL and NBA managers 2025-04-20 11:13:33 -05:00
ChuckBuilds
4962d3b8cc fix: Update NHLUpcomingManager to use correct attribute name (upcoming_games instead of games_list) 2025-04-20 10:50:38 -05:00
ChuckBuilds
e3b4f6acd1 refactor: reduce NHL manager logging spam 2025-04-19 22:36:16 -05:00
ChuckBuilds
4233d9446e fix: improve live game display updates to show real-time changes 2025-04-19 22:17:45 -05:00
ChuckBuilds
1a761dcac7 feat: improve logging for live game updates with period and time info 2025-04-19 22:12:29 -05:00
ChuckBuilds
5ecb90946e fix: force display updates for live NHL games when new data is received 2025-04-19 21:58:24 -05:00
ChuckBuilds
a91d7f3da6 fix: ensure live NHL game display updates with new data 2025-04-19 21:34:23 -05:00
ChuckBuilds
8216c7cd3b fix: force display updates for live NHL games when new data is received 2025-04-19 21:24:13 -05:00
ChuckBuilds
b25342e4a9 fix: make logger a class attribute in BaseNHLManager for shared data fetching 2025-04-19 21:19:03 -05:00
ChuckBuilds
f733c7c406 fix: improve NHL data fetching and caching - make cache_manager class attribute, reduce live update to 15s, bypass cache for live games 2025-04-19 21:15:46 -05:00
ChuckBuilds
4c3d5f37b5 shorten live game update interval 2025-04-19 21:07:05 -05:00
ChuckBuilds
b25f6905fa refactor: implement shared data fetching for NHL managers to reduce API calls 2025-04-19 21:03:49 -05:00
ChuckBuilds
b1fb9c3018 fix: update CacheManager method calls to use correct method names 2025-04-19 20:57:49 -05:00
ChuckBuilds
07191f638e fix: add cache_manager initialization to BaseNHLManager 2025-04-19 18:35:56 -05:00
ChuckBuilds
471790c851 feat: implement caching for ESPN API responses to reduce API calls 2025-04-19 18:25:01 -05:00
ChuckBuilds
43d9fb8258 refactor: standardize logging configuration across NBA and NHL managers 2025-04-19 17:59:00 -05:00
ChuckBuilds
daf88b6f5d adjusted nhl upcoming date and time spacing slightly further 2025-04-19 13:49:24 -05:00
ChuckBuilds
fdc01c6167 adjusted nhl upcoming date and time spacing slightly closer 2025-04-19 13:46:14 -05:00
ChuckBuilds
6a0ee401c4 adjusted nhl upcoming date and time spacing 2025-04-19 13:42:54 -05:00
ChuckBuilds
ed46f24047 removed extra spacing between scores NHL 2025-04-19 13:29:37 -05:00
ChuckBuilds
8320e16d03 Move date below 'Next Game' for upcoming NHL games 2025-04-19 13:27:58 -05:00
ChuckBuilds
4efa51e54c Stack date and time in center for NHL upcoming games 2025-04-19 12:37:14 -05:00
ChuckBuilds
e7c0d1ab28 changed upcoming game status font 2025-04-19 11:14:08 -05:00
ChuckBuilds
305b5c1c97 Changed NHL score display to use Press Start 2P font as primary font 2025-04-19 09:07:49 -05:00
ChuckBuilds
6c60ac46f2 Implement caching system for NHL managers to reduce API calls: - Add CacheManager class with singleton pattern - Update _fetch_data to use caching - Optimize update intervals in config.json - Reduce API calls by ~48% 2025-04-18 18:29:34 -05:00
ChuckBuilds
cae217c228 Fix NHL recent display to properly rotate games with timing 2025-04-18 15:44:35 -05:00
ChuckBuilds
1f76c12b11 Fix display update method name in NHL managers 2025-04-18 15:39:25 -05:00
ChuckBuilds
c4e30f0dc9 Update NHL managers with clearer logging messages and consistent display handling 2025-04-18 15:33:27 -05:00
ChuckBuilds
94279b97e3 Remove internal rotation logic from NHL managers to let display controller handle it 2025-04-18 15:29:19 -05:00
ChuckBuilds
c845c9fe55 Add detailed logging for recent games filtering in NHLRecentManager 2025-04-18 14:58:13 -05:00
ChuckBuilds
8a582fb7aa Add detailed logging for recent games list management 2025-04-18 14:49:35 -05:00
ChuckBuilds
daf09c1b16 Fix recent games cycling to ensure proper game switching 2025-04-18 14:46:07 -05:00
ChuckBuilds
d1fa9c4f92 Fetch NHL data from multiple days to ensure we catch all recent games 2025-04-18 14:43:50 -05:00
ChuckBuilds
948356b694 Add detailed logging for game time window calculations 2025-04-18 14:42:38 -05:00
ChuckBuilds
3f2052b36c Add detailed logging for recent games processing 2025-04-18 14:41:13 -05:00
ChuckBuilds
3a78a12e69 Move recent_hours parameter to BaseNHLManager for consistent access 2025-04-18 14:38:55 -05:00
ChuckBuilds
d3b4c9e55f Disable test mode in NHL managers to use real game data 2025-04-18 14:35:36 -05:00