-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathexample.config.json
More file actions
34 lines (34 loc) · 722 Bytes
/
example.config.json
File metadata and controls
34 lines (34 loc) · 722 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
{
"DISPLAY": {
"WIDTH": 240,
"HEIGHT": 320,
"FPS": 30,
"AA": false,
"ANIMATION": true,
"FRAMEBUFFER": "/dev/fb1",
"PWM": false,
"SHOW_FPS": false,
"SHOW_API_STATS": true,
"MOUSE": false
},
"WEATHERBIT_URL": "https://api.weatherbit.io/v2.0",
"WEATHERBIT_IO_KEY": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"WEATHERBIT_COUNTRY": "de",
"WEATHERBIT_LANGUAGE": "en",
"WEATHERBIT_POSTALCODE": 10178,
"WEATHERBIT_HOURS": 1,
"WEATHERBIT_DAYS": 4,
"LOCALE": {
"ISO": "en_GB",
"RAIN_STR": "Rain",
"SNOW_STR": "Snow",
"PRECIP_STR": "Precipitation",
"METRIC": true
},
"THEME": "example.theme",
"TIMER": {
"UPDATE": 420,
"RELOAD": 60
},
"ENV": "Pi"
}