-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
47 lines (47 loc) · 853 Bytes
/
config.example.json
File metadata and controls
47 lines (47 loc) · 853 Bytes
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
{
"screens": ["date", "weather", "smart_bikes", "adsb", "cpu", "strava", "bf6", "map", "lan", "satellites"],
"date": {
"duration": 5
},
"weather": {
"lat": 58.38017374044505,
"lon": 26.722616617007585,
"duration": 5
},
"smart_bikes": {
"station": "Raatuse",
"duration": 5
},
"adsb": {
"city": "Tartu",
"lat": 58.38017374044505,
"lon": 26.722616617007585,
"radius_km": 50,
"duration": 5
},
"cpu": {
"duration": 5
},
"strava": {
"goal_km": 1000,
"period": "ytd",
"duration": 5
},
"bf6": {
"username": "YourBF6Username",
"platform": "pc",
"duration": 5
},
"map": {
"duration": 10
},
"lan": {
"duration": 5
},
"satellites": {
"lat": 58.38017374044505,
"lon": 26.722616617007585,
"min_elevation": 30,
"duration": 10
}
}