-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
52 lines (52 loc) · 871 Bytes
/
config.json
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
{
"version": 1,
"allow_edit": true,
"plugins": [],
"panes": [
{
"width": 1,
"row": {
"3": 1
},
"col": {
"3": 1
},
"col_width": "3",
"widgets": [
{
"type": "text_widget",
"settings": {
"title": "Events",
"size": "regular",
"value": "datasources[\"cal\"][0][\"summary\"]",
"animate": true
}
}
]
}
],
"datasources": [
{
"name": "cal",
"type": "JSON",
"settings": {
"url": "http://localhost:8080/icscalendar",
"use_thingproxy": true,
"refresh": 60,
"method": "GET",
"body": "",
"headers": [
{
"name": "count",
"value": "5"
},
{
"name": "calendar",
"value": "https://www.google.com/calendar/ical/yordanpulov%40gmail.com/private-81525ac0eb14cdc2e858c15e1b296a1c/basic.ics"
}
]
}
}
],
"columns": 3
}