forked from allynbauer/statuspanic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
50 lines (50 loc) · 889 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
{
"width": 1000,
"title": "Status Board",
"rotate": "no",
"modules": [
{
"name": "clock",
"class": "mini middle",
"width": 200,
"height": 120,
"update": 60,
"args": {
"timezone": "America/New_York",
"format": "h:i a"
}
},
{
"name": "weather",
"class": "mini middle",
"width": 440,
"height": 120,
"update": 3600,
"args": {
"zipcode": "02139"
}
},
{
"name": "nextbus",
"class": "mini middle",
"width": 300,
"height": 120,
"update": 30,
"args": {
"xmlurl": "a=mbta&r=1&d=1_1_var0&s=731&ts=74"
}
},
{
"name": "cnn",
"class": "middle",
"width": 980,
"height": 100,
"update": 5
},
{
"name": "space",
"width": 300,
"update": 0
}
]
}