{ "timezone": "America/Chicago", "location": { "city": "Dallas", "state": "Texas", "country": "US" }, "display": { "hardware": { "rows": 32, "cols": 64, "chain_length": 2, "parallel": 1, "brightness": 95, "hardware_mapping": "adafruit-hat-pwm", "scan_mode": 0, "pwm_bits": 9, "pwm_dither_bits": 1, "pwm_lsb_nanoseconds": 130, "disable_hardware_pulsing": false, "inverse_colors": false, "show_refresh_rate": false, "limit_refresh_rate_hz": 120 }, "runtime": { "gpio_slowdown": 3 }, "display_durations": { "clock": 15, "weather": 15, "stocks": 30, "hourly_forecast": 15, "daily_forecast": 15, "stock_news": 20, "nhl_live": 30, "nhl_recent": 20, "nhl_upcoming": 20, "nba_live": 30, "nba_recent": 20, "nba_upcoming": 20, "nfl_live": 30, "nfl_recent": 15, "nfl_upcoming": 15, "ncaa_fb_live": 30, "ncaa_fb_recent": 15, "ncaa_fb_upcoming": 15, "ncaa_bb_live": 30, "ncaa_bb_recent": 10, "ncaa_bb_upcoming": 10, "calendar": 30, "youtube": 20, "mlb_live": 30, "mlb_recent": 20, "mlb_upcoming": 20, "text_display": 10, "soccer_live": 30, "soccer_recent": 20, "soccer_upcoming": 20, "ncaam_live": 20, "ncaam_recent": 15, "ncaam_upcoming": 15, "music": 20 } }, "clock": { "enabled": true, "format": "%H:%M:%S", "update_interval": 1 }, "weather": { "enabled": false, "update_interval": 600, "units": "imperial", "display_format": "{temp}°F\n{condition}" }, "stocks": { "enabled": false, "update_interval": 300, "symbols": [ "ASTS", "SCHD", "INTC", "NVDA", "T", "VOO", "SPEST", "SMCI" ], "display_format": "{symbol}: ${price} ({change}%)" }, "crypto": { "enabled": false, "update_interval": 300, "symbols": [ "BTC-USD", "ETH-USD" ], "display_format": "{symbol}: ${price} ({change}%)" }, "stock_news": { "enabled": false, "update_interval": 3600, "scroll_speed": 1, "scroll_delay": 0.001, "max_headlines_per_symbol": 1, "headlines_per_rotation": 2 }, "calendar": { "enabled": false, "credentials_file": "credentials.json", "token_file": "token.pickle", "update_interval": 3600, "max_events": 3, "calendars": ["birthdays"] }, "nhl_scoreboard": { "enabled": false, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 15, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 48, "favorite_teams": ["TB", "DAL"], "logo_dir": "assets/sports/nhl_logos", "display_modes": { "nhl_live": true, "nhl_recent": true, "nhl_upcoming": true } }, "nba_scoreboard": { "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 20, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 72, "favorite_teams": ["DAL", "ATL"], "logo_dir": "assets/sports/nba_logos", "display_modes": { "nba_live": true, "nba_recent": true, "nba_upcoming": true } }, "nfl_scoreboard": { "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 15, "past_fetch_days": 7, "future_fetch_days": 7, "favorite_teams": ["TB", "DAL"], "logo_dir": "assets/sports/nfl_logos", "display_modes": { "nfl_live": true, "nfl_recent": true, "nfl_upcoming": true } }, "ncaa_fb_scoreboard": { "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 15, "past_fetch_days": 7, "future_fetch_days": 7, "favorite_teams": ["UGA", "AUB"], "logo_dir": "assets/sports/ncaa_fbs_logos", "display_modes": { "ncaa_fb_live": true, "ncaa_fb_recent": true, "ncaa_fb_upcoming": true } }, "ncaam_scoreboard": { "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 15, "recent_game_hours": 72, "favorite_teams": ["UGA", "AUB"], "logo_dir": "assets/sports/ncaam_logos", "display_modes": { "ncaam_live": true, "ncaam_recent": true, "ncaam_upcoming": true } }, "ncaa_bb_scoreboard": { "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 20, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 72, "favorite_teams": [], "logo_dir": "assets/sports/ncaa_fbs_logos", "display_modes": { "ncaa_bb_live": true, "ncaa_bb_recent": true, "ncaa_bb_upcoming": true } }, "youtube": { "enabled": true, "update_interval": 3600 }, "mlb": { "enabled": false, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 48, "favorite_teams": ["TB", "TEX"], "logo_dir": "assets/sports/mlb_logos", "display_modes": { "mlb_live": true, "mlb_recent": true, "mlb_upcoming": true } }, "text_display": { "enabled": false, "text": "Subscribe to ChuckBuilds", "font_path": "assets/fonts/5x7.bdf", "font_size": 7, "scroll": false, "scroll_speed": 25, "text_color": [255, 255, 0], "background_color": [0, 0, 0] }, "soccer_scoreboard": { "enabled": false, "test_mode": false, "update_interval_seconds": 300, "live_update_interval": 20, "recent_update_interval": 3600, "upcoming_update_interval": 3600, "recent_game_hours": 168, "upcoming_fetch_days": 7, "favorite_teams": ["BAR"], "leagues": ["eng.1", "esp.1", "ger.1", "ita.1", "fra.1", "uefa.champions", "usa.1"], "logo_dir": "assets/sports/soccer_logos", "display_modes": { "soccer_live": true, "soccer_recent": true, "soccer_upcoming": true } }, "music": { "enabled": true, "preferred_source": "ytm", "YTM_COMPANION_URL": "http://192.168.86.12:9863", "POLLING_INTERVAL_SECONDS": 1 } }