Initial Commit
This commit is contained in:
219
config/config.json.backup
Normal file
219
config/config.json.backup
Normal file
@@ -0,0 +1,219 @@
|
||||
{
|
||||
"web_display_autostart": true,
|
||||
"schedule": {
|
||||
"enabled": true,
|
||||
"start_time": "07:00",
|
||||
"end_time": "23:00"
|
||||
},
|
||||
"timezone": "America/Toronto",
|
||||
"location": {
|
||||
"city": "Ottawa",
|
||||
"state": "Ontario",
|
||||
"country": "CA"
|
||||
},
|
||||
"display": {
|
||||
"hardware": {
|
||||
"rows": 32,
|
||||
"cols": 64,
|
||||
"chain_length": 2,
|
||||
"parallel": 1,
|
||||
"brightness": 90,
|
||||
"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": 100
|
||||
},
|
||||
"runtime": {
|
||||
"gpio_slowdown": 4
|
||||
},
|
||||
"display_durations": {
|
||||
"clock": 15,
|
||||
"leaderboard": 300,
|
||||
"eojhl_live": 15,
|
||||
"eojhl_recent": 15,
|
||||
"eojhl_upcoming": 15
|
||||
},
|
||||
"use_short_date_format": true
|
||||
},
|
||||
"clock": {
|
||||
"enabled": false,
|
||||
"format": "%I:%M %p",
|
||||
"update_interval": 1
|
||||
},
|
||||
"transitions": {
|
||||
"enabled": true,
|
||||
"fade_duration": 0.4,
|
||||
"fade_steps": 6,
|
||||
"cut_duration": 0.2,
|
||||
"easing": true
|
||||
},
|
||||
"league_order": {
|
||||
"eojhl": 1,
|
||||
"cchl": 2
|
||||
},
|
||||
"leaderboard": {
|
||||
"enabled": true,
|
||||
"enabled_sports": {
|
||||
"eojhl": {
|
||||
"enabled": true,
|
||||
"top_teams": 10,
|
||||
"season": 2025,
|
||||
"level": 1,
|
||||
"sort": "winpercent:desc,gamesbehind:asc"
|
||||
},
|
||||
"cchl": {
|
||||
"enabled": false,
|
||||
"top_teams": 10,
|
||||
"season": 2025,
|
||||
"level": 1,
|
||||
"sort": "winpercent:desc,gamesbehind:asc"
|
||||
}
|
||||
},
|
||||
"logo_intro_hold": 0,
|
||||
"logo_hold": 3,
|
||||
"logo_spacing": 20,
|
||||
"conference_spacing": 60,
|
||||
"show_record": false,
|
||||
"update_interval": 3600,
|
||||
"scroll_speed": 1,
|
||||
"scroll_delay": 0.01,
|
||||
"loop": false,
|
||||
"request_timeout": 30,
|
||||
"dynamic_duration": true,
|
||||
"min_duration": 30,
|
||||
"max_display_time": 600
|
||||
},
|
||||
"eojhl_scoreboard": {
|
||||
"enabled": true,
|
||||
"live_priority": true,
|
||||
"live_game_duration": 20,
|
||||
"test_mode": false,
|
||||
"update_interval_seconds": 3600,
|
||||
"live_update_interval": 30,
|
||||
"recent_update_interval": 3600,
|
||||
"upcoming_update_interval": 3600,
|
||||
"recent_games_to_show": 1,
|
||||
"upcoming_games_to_show": 2,
|
||||
"show_favorite_teams_only": false,
|
||||
"show_all_live": true,
|
||||
"show_shots_on_goal": true,
|
||||
"favorite_teams": [
|
||||
"RCH"
|
||||
],
|
||||
"logo_dir": "assets/sports/eojhl_logos",
|
||||
"show_records": true,
|
||||
"display_modes": {
|
||||
"eojhl_live": true,
|
||||
"eojhl_recent": true,
|
||||
"eojhl_upcoming": true
|
||||
}
|
||||
},
|
||||
"cchl_scoreboard": {
|
||||
"enabled": false,
|
||||
"live_priority": true,
|
||||
"live_game_duration": 20,
|
||||
"test_mode": false,
|
||||
"update_interval_seconds": 3600,
|
||||
"live_update_interval": 30,
|
||||
"recent_update_interval": 3600,
|
||||
"upcoming_update_interval": 3600,
|
||||
"recent_games_to_show": 1,
|
||||
"upcoming_games_to_show": 2,
|
||||
"show_favorite_teams_only": false,
|
||||
"show_all_live": true,
|
||||
"show_shots_on_goal": true,
|
||||
"favorite_teams": [
|
||||
"PEM"
|
||||
],
|
||||
"logo_dir": "assets/sports/cchl_logos",
|
||||
"show_records": true,
|
||||
"display_modes": {
|
||||
"cchl_live": true,
|
||||
"cchl_recent": true,
|
||||
"cchl_upcoming": true
|
||||
}
|
||||
},
|
||||
"sponsors": {
|
||||
"enabled": true,
|
||||
"title_row1": "Thank You to",
|
||||
"title_row2": "Our Sponsor",
|
||||
"enabled_sponsors": [
|
||||
"barleymow",
|
||||
"bluediamond",
|
||||
"bmr",
|
||||
"btlock",
|
||||
"eardley",
|
||||
"legion",
|
||||
"royalsresto",
|
||||
"sbdodge"
|
||||
],
|
||||
"barleymow": {
|
||||
"enabled": true,
|
||||
"show_details": false,
|
||||
"pngabbr": "barleymow"
|
||||
},
|
||||
"bluediamond": {
|
||||
"enabled": true,
|
||||
"show_details": false,
|
||||
"pngabbr": "bluediamond"
|
||||
},
|
||||
"bmr": {
|
||||
"enabled": true,
|
||||
"show_details": true,
|
||||
"pngabbr": "bmr",
|
||||
"details_row1": "BMR",
|
||||
"details_row2": "Richmond"
|
||||
},
|
||||
"btlock": {
|
||||
"enabled": true,
|
||||
"show_details": true,
|
||||
"pngabbr": "btlock",
|
||||
"details_row1": "Bytown Lock",
|
||||
"details_row2": "Commercial"
|
||||
},
|
||||
"eardley": {
|
||||
"enabled": true,
|
||||
"show_details": false,
|
||||
"pngabbr": "eardley",
|
||||
"name": "Eardley",
|
||||
"url": "Landscape",
|
||||
"name_font_size": 10,
|
||||
"url_colour": "green"
|
||||
},
|
||||
"legion": {
|
||||
"enabled": true,
|
||||
"show_details": false,
|
||||
"pngabbr": "legion"
|
||||
},
|
||||
"royalsresto": {
|
||||
"enabled": true,
|
||||
"show_details": false,
|
||||
"pngabbr": "royalsresto"
|
||||
},
|
||||
"sbdodge": {
|
||||
"enabled": true,
|
||||
"show_details": false,
|
||||
"pngabbr": "sbdodge"
|
||||
},
|
||||
"show_details": true,
|
||||
"title_row1_font_size": 8,
|
||||
"title_row1_colour": "blue",
|
||||
"title_row2_font_size": 10,
|
||||
"title_row2_colour": "yellow",
|
||||
"details_row1_font_size": 10,
|
||||
"details_row1_colour": "white",
|
||||
"details_row2_font_size": 8,
|
||||
"details_row2_colour": "blue",
|
||||
"loop": true,
|
||||
"duration": 15,
|
||||
"title_duration": 5,
|
||||
"logo_duration": 10,
|
||||
"details_duration": 5,
|
||||
"logo_scale": 1.0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user