forked from MLB-LED-Scoreboard/mlb-led-scoreboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json_live_hou
53 lines (53 loc) · 1.23 KB
/
config.json_live_hou
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
{
"preferred": {
"teams": ["Astros"],
"divisions": ["AL Wild Card", "AL Central", "AL East", "AL West", "NL Wild Card", "NL Central", "NL East", "NL West"]
},
"news_ticker": {
"team_offday": true,
"always_display": false,
"preferred_teams": true,
"display_no_games_live": false,
"joeblogs": true,
"traderumors": true,
"mlb_news": true,
"countdowns": true,
"date": false,
"date_format": "%A, %B %-d"
},
"standings": {
"team_offday": false,
"mlb_offday": true,
"always_display": false,
"display_no_games_live": false
},
"rotation": {
"enabled": true,
"scroll_until_finished": false,
"only_preferred": false,
"only_live": false,
"rates": {
"live": 15.0,
"final": 15.0,
"pregame": 20.0
},
"while_preferred_team_live": {
"enabled": false,
"during_inning_breaks": true
}
},
"weather": {
"apikey": "e0909d9edf0375ef02f273fad60e7da7",
"location": "Kansas City,mo,us",
"metric_units": false
},
"time_format": "12h",
"end_of_day": "02:00",
"full_team_names": true,
"short_team_names_for_runs_hits": false,
"preferred_game_update_delay_in_10s_of_seconds": 5,
"pregame_weather": true,
"scrolling_speed": 3,
"debug": false,
"demo_date": false
}