-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
93 lines (93 loc) · 1.78 KB
/
config.json
File metadata and controls
93 lines (93 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"preferred": {
"teams": [
"Angels",
"D-backs",
"Orioles",
"Red Sox",
"Cubs",
"Reds",
"Guardians",
"Rockies",
"Tigers",
"Astros",
"Royals",
"Dodgers",
"Nationals",
"Mets",
"Athletics",
"Pirates",
"Padres",
"Mariners",
"Giants",
"Cardinals",
"Rays",
"Rangers",
"Blue Jays",
"Twins",
"Phillies",
"Braves",
"White Sox",
"Marlins",
"Yankees",
"Brewers"
],
"divisions": [
"AL Central",
"AL West",
"AL East",
"AL Wild Card",
"NL Central",
"NL West",
"NL East",
"NL Wild Card"
]
},
"news_ticker": {
"team_offday": false,
"always_display": false,
"preferred_teams": true,
"display_no_games_live": true,
"traderumors": true,
"mlb_news": true,
"countdowns": true,
"date": true,
"date_format": "%A, %B %-d"
},
"standings": {
"team_offday": false,
"mlb_offday": true,
"always_display": false,
"display_no_games_live": true
},
"rotation": {
"enabled": true,
"scroll_until_finished": true,
"only_preferred": false,
"only_live": true,
"rates": {
"live": 15,
"final": 15,
"pregame": 15
},
"while_preferred_team_live": {
"enabled": true,
"during_inning_breaks": true
}
},
"weather": {
"apikey": "YOUR_API_KEY_HERE",
"location": "Chicago,il,us",
"metric_units": false
},
"time_format": "12h",
"end_of_day": "00:00",
"full_team_names": true,
"short_team_names_for_runs_hits": true,
"preferred_game_delay_multiplier": 12,
"api_refresh_rate": 5,
"pregame_weather": true,
"scrolling_speed": 2,
"debug": false,
"demo_date": false
}