mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"timezone": "America/Chicago",
|
|
"location": {
|
|
"city": "Dallas",
|
|
"state": "Texas",
|
|
"country": "US"
|
|
},
|
|
"display": {
|
|
"hardware": {
|
|
"rows": 32,
|
|
"cols": 64,
|
|
"chain_length": 2,
|
|
"parallel": 1,
|
|
"brightness": 60,
|
|
"hardware_mapping": "adafruit-hat-pwm",
|
|
"scan_mode": "progressive",
|
|
"pwm_bits": 8,
|
|
"pwm_dither_bits": 1,
|
|
"pwm_lsb_nanoseconds": 50,
|
|
"disable_hardware_pulsing": false,
|
|
"inverse_colors": false,
|
|
"show_refresh_rate": true,
|
|
"limit_refresh_rate_hz": 100
|
|
},
|
|
"runtime": {
|
|
"gpio_slowdown": 2
|
|
},
|
|
"display_durations": {
|
|
"clock": 15,
|
|
"weather": 15,
|
|
"stocks": 30,
|
|
"hourly_forecast": 15,
|
|
"daily_forecast": 15,
|
|
"stock_news": 30,
|
|
"nhl_live": 30,
|
|
"nhl_recent": 20,
|
|
"nhl_upcoming": 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", "SPYG", "SMCI"
|
|
],
|
|
"display_format": "{symbol}: ${price} ({change}%)"
|
|
},
|
|
"stock_news": {
|
|
"enabled": false,
|
|
"update_interval": 800,
|
|
"scroll_speed": 1,
|
|
"scroll_delay": 0.001,
|
|
"max_headlines_per_symbol": 1,
|
|
"headlines_per_rotation": 2
|
|
},
|
|
"nhl_scoreboard": {
|
|
"enabled": true,
|
|
"test_mode": false,
|
|
"update_interval_seconds": 60,
|
|
"live_update_interval": 30,
|
|
"recent_update_interval": 3600,
|
|
"upcoming_update_interval": 3600,
|
|
"recent_game_hours": 48,
|
|
"favorite_teams": ["TBL", "DAL"],
|
|
"logo_dir": "assets/sports/nhl_logos",
|
|
"display_modes": {
|
|
"nhl_live": true,
|
|
"nhl_recent": true,
|
|
"nhl_upcoming": true
|
|
}
|
|
}
|
|
} |