This repository was archived by the owner on May 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
/
Copy path\
126 lines (124 loc) · 2.27 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"debug": false,
"loglevel": "INFO",
"live_mode": true,
"preferences": {
"time_format": "12h",
"end_of_day": "1:40",
"location": "",
"live_game_refresh_rate": 10,
"teams": [
"Maple Leafs"
],
"sog_display_frequency": 4,
"goal_animations": {
"pref_team_only": true
}
},
"states":{
"off_day": [
"standings",
"team_summary",
"clock"
],
"scheduled": [
"scoreticker",
"standings",
"clock"
],
"intermission": [
"scoreticker",
"standings"
],
"post_game": [
"team_summary",
"scoreticker",
"standings",
"clock"
]
},
"boards": {
"scoreticker": {
"preferred_teams_only": false,
"rotation_rate": 5
},
"seriesticker": {
"preferred_teams_only": true,
"rotation_rate": 5
},
"standings": {
"preferred_standings_only": true,
"standing_type": "division",
"divisions": "atlantic",
"conference": "eastern"
},
"clock": {
"duration": 15,
"hide_indicator": false,
"preferred_team_colors": true,
"clock_rgb": "",
"date_rgb": "",
"flash_seconds": true
},
"weather": {
"enabled": false,
"view": "full",
"units": "metric",
"duration": 60,
"data_feed": "EC",
"owm_apikey": "",
"update_freq": 5,
"show_on_clock": true,
"forecast_enabled": false,
"forecast_days": 3,
"forecast_update": 1
},
"wxalert": {
"alert_feed": "EC",
"update_freq": 5,
"show_alerts": false,
"nws_show_expire": false,
"alert_title": true,
"scroll_alert": true,
"alert_duration": 5,
"show_on_clock": true
}
},
"sbio": {
"screensaver": {
"enabled": false,
"animations": true,
"start": "22:00",
"stop": "08:00",
"data_updates": false,
"motionsensor": false,
"pin": 7,
"delay": 30
},
"dimmer": {
"enabled": false,
"source": "software",
"daytime": "",
"nighttime": "",
"offset": 0,
"frequency": 5,
"light_level_lux": 400,
"mode": "always",
"sunset_brightness": 5,
"sunrise_brightness": 40
},
"pushbutton": {
"enabled": false,
"bonnet": false,
"pin": 25,
"reboot_duration": 2,
"reboot_override_process": "",
"display_reboot": true,
"poweroff_duration": 10,
"poweroff_override_process": "",
"display_halt": true,
"state_triggered1": "weather",
"state_triggered1_process": ""
}
}
}