forked from KalebClark/InfoWindow
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json-sample
More file actions
44 lines (44 loc) · 1.09 KB
/
Copy pathconfig.json-sample
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"general": {
"rotation": 180,
"timeformat": "12h",
"sunday_first_dow": false,
"cell_spacing": 2,
"timezone": "Europe/Zurich"
},
"calendar": {
"font_size": 22,
"ignored": ["Buy ticket!"],
"today_text_color": "red",
"today_background_color": "white"
},
"todo": {
"font_size": 22
},
"calendar_google": {
"enabled": true,
"additional": ["Contacts", "Birthdays"]
},
"calendar_caldav": {
"enabled": true,
"caldav_url": "https://your.domain.tld/some/caldav",
"username": "john",
"password": "supersecret",
"additional": ["Contact birthdays", "some calendar"]
},
"todo_google": {
"enabled": true
},
"todo_caldav": {
"enabled": true,
"caldav_url": "https://your.domain.tld/some/caldav",
"username": "john",
"password": "supersecret",
"additional": ["another calendar"]
},
"weather": {
"api_key": "1234",
"city": "Sacramento,US",
"units": "imperial"
}
}