-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
126 lines (126 loc) · 1.52 KB
/
settings.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[
{
"type": "house",
"size": {
"w": 550,
"h": 350
},
"position": {
"y": 0,
"x": 400
},
"room": {
"vardagsrum": {
"x": 0,
"y": 0,
"w": 10,
"h": 10
}
}
},
{
"position": {
"y": 0,
"x": 0
},
"type": "clock",
"fonts": {
"time": {
"font": "Verdana",
"size": 100
},
"date": {
"font": "Verdana",
"size": 20
}
},
"size": {
"w": 350,
"h": 150
}
},
{
"position": {
"y": -70,
"x": 0
},
"data": {
"font": {
"font": "Verdana",
"size": 35
},
"allign": "left",
"json": "nameday.json"
},
"type": "nameday",
"size": {
"w": 350,
"h": 70
},
"anchor": {
"y": "BOTTOM",
"x": "LEFT"
}
},
{
"position": {
"y": -75,
"x": -325
},
"data": {
"text": [
"ett",
"två",
"tre",
"fyra",
"fem"
],
"font": {
"font": "Verdana",
"size": 100
},
"random": false,
"allign": "center",
"delay": 1
},
"type": "text",
"size": {
"w": 650,
"h": 150
},
"anchor": {
"y": "BOTTOM/2",
"x": "RIGHT/2"
}
},
{
"position": {
"y": 20,
"x": -420
},
"data": {
"api": "http://api.openweathermap.org/data/2.5/weather",
"key": "appid=e07dd2e81d7099df840c3cd439a8bd10",
"town": "q=Lund",
"fonts": {
"main": {
"font": "Verdana",
"size": 80
},
"data": {
"font": "Verdana",
"size": 20
}
}
},
"type": "weather",
"size": {
"w": 400,
"h": 350
},
"anchor": {
"y": "TOP",
"x": "RIGHT"
}
}
]