mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 21:03:01 +00:00
Fix Config Template (#102)
Co-authored-by: Alex Resnick <adr8282@gmail.com>
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
"duration_buffer": 0.1
|
"duration_buffer": 0.1
|
||||||
},
|
},
|
||||||
"odds_ticker": {
|
"odds_ticker": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
"games_per_favorite_team": 1,
|
"games_per_favorite_team": 1,
|
||||||
"max_games_per_league": 5,
|
"max_games_per_league": 5,
|
||||||
@@ -234,6 +234,8 @@
|
|||||||
"recent_games_to_show": 1,
|
"recent_games_to_show": 1,
|
||||||
"upcoming_games_to_show": 1,
|
"upcoming_games_to_show": 1,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
|
"show_all_live": false,
|
||||||
|
"show_shots_on_goal": false,
|
||||||
"favorite_teams": [
|
"favorite_teams": [
|
||||||
"TB"
|
"TB"
|
||||||
],
|
],
|
||||||
@@ -335,6 +337,7 @@
|
|||||||
"recent_games_to_show": 1,
|
"recent_games_to_show": 1,
|
||||||
"upcoming_games_to_show": 1,
|
"upcoming_games_to_show": 1,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
|
"show_all_live": false,
|
||||||
"favorite_teams": [
|
"favorite_teams": [
|
||||||
"TB",
|
"TB",
|
||||||
"DAL"
|
"DAL"
|
||||||
@@ -367,9 +370,10 @@
|
|||||||
"recent_games_to_show": 1,
|
"recent_games_to_show": 1,
|
||||||
"upcoming_games_to_show": 1,
|
"upcoming_games_to_show": 1,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
|
"show_all_live": false,
|
||||||
"favorite_teams": [
|
"favorite_teams": [
|
||||||
"UGA",
|
"UGA",
|
||||||
"AUB"
|
"AP_TOP_25"
|
||||||
],
|
],
|
||||||
"logo_dir": "assets/sports/ncaa_logos",
|
"logo_dir": "assets/sports/ncaa_logos",
|
||||||
"show_records": true,
|
"show_records": true,
|
||||||
@@ -400,6 +404,8 @@
|
|||||||
"recent_games_to_show": 1,
|
"recent_games_to_show": 1,
|
||||||
"upcoming_games_to_show": 1,
|
"upcoming_games_to_show": 1,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
|
"show_all_live": false,
|
||||||
|
"show_series_summary": false,
|
||||||
"favorite_teams": [
|
"favorite_teams": [
|
||||||
"UGA",
|
"UGA",
|
||||||
"AUB"
|
"AUB"
|
||||||
@@ -473,6 +479,8 @@
|
|||||||
"recent_games_to_show": 1,
|
"recent_games_to_show": 1,
|
||||||
"upcoming_games_to_show": 1,
|
"upcoming_games_to_show": 1,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
|
"show_all_live": false,
|
||||||
|
"show_shots_on_goal": false,
|
||||||
"favorite_teams": [
|
"favorite_teams": [
|
||||||
"RIT"
|
"RIT"
|
||||||
],
|
],
|
||||||
@@ -499,6 +507,7 @@
|
|||||||
"upcoming_games_to_show": 1,
|
"upcoming_games_to_show": 1,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
"show_all_live": false,
|
"show_all_live": false,
|
||||||
|
"show_shots_on_goal": false,
|
||||||
"favorite_teams": [
|
"favorite_teams": [
|
||||||
"RIT"
|
"RIT"
|
||||||
],
|
],
|
||||||
@@ -530,6 +539,8 @@
|
|||||||
"recent_games_to_show": 1,
|
"recent_games_to_show": 1,
|
||||||
"upcoming_games_to_show": 1,
|
"upcoming_games_to_show": 1,
|
||||||
"show_favorite_teams_only": true,
|
"show_favorite_teams_only": true,
|
||||||
|
"show_all_live": false,
|
||||||
|
"show_series_summary": false,
|
||||||
"favorite_teams": [
|
"favorite_teams": [
|
||||||
"TB",
|
"TB",
|
||||||
"TEX"
|
"TEX"
|
||||||
|
|||||||
Reference in New Issue
Block a user