forked from speedyg0nz/MagInkCal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.sample.json
More file actions
executable file
·60 lines (60 loc) · 1.12 KB
/
config.sample.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.12 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
{
"auto_power_off": true,
"auto_power_off_while_charging": false,
"calendars": [
{
"url": "https://example.com/calendar.ics",
"important": false
}
],
"display_battery": true,
"i18n": {
"header_months": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
"preview_months": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
"no_events": "No events",
"week_days": ["M", "T", "W", "T", "F", "S", "S"]
},
"image_width": 1304,
"image_height": 984,
"max_events_per_day": 5,
"detailed_weeks": 1,
"number_of_months": 2,
"number_of_weeks": 3,
"rotate": 0,
"screen_width": 1304,
"screen_height": 984,
"timezone": "Europe/Warsaw",
"wakeup_hours": ["02:00"],
"weather": {
"api_key": null,
"is_enabled": false,
"latitude": 52.2328232,
"longitude": 20.8963902
}
}