This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
88 lines (83 loc) · 1.77 KB
/
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
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
{
"display": {
"renderOffset": 1,
"updateInterval": 59,
"title": "Öffis Paper"
},
"stations": {
"avgWaitingTime": 3,
"walkingTime": [
{
"station": "Messe-Prater",
"time": 8
}, {
"station": "Praterstern",
"time": 12
}, {
"station": "Vorgartenstraße",
"time": 10
}
]
},
"api": {
"citybikewien": {
"updateInterval": 600,
"stations": [{
"id": 206
}, {
"id": 207,
"rename": "Messe-Prater"
}, {
"id": 212,
"rename": "Vorgartenstraße"
}]
},
"oebb": {
"updateInterval": 50,
"connections": [
{
"from": 1290201,
"to": 1292101,
"comment": "Praterstern - Floridsdorf"
}, {
"from": 1290201,
"to": 1291201,
"comment": "Praterstern - Meidling"
}, {
"from": 1290201,
"to": 1293001,
"comment": "Praterstern - Flughafen"
}
],
"rename": [
{
"old": "Wien Meidling Bahnhof",
"new": "nach Meidling"
}, {
"old": "Flughafen Wien Bahnhof",
"new": "zum Flughafen"
}, {
"old": "Wien Praterstern Bahnhof",
"new": "Praterstern"
}, {
"old": "Wien Floridsdorf Bahnhof",
"new": "nach Floridsdorf"
}, {
"old": "Wien Hütteldorf Bahnhof",
"new": "nach Hütteldorf"
}
]
},
"wrlinien": {
"updateInterval": 50,
"key": "YOUR-KEY-HERE",
"rbls": [4110, 4119, 4264, 4259, 2709, 345, 2716, 649]
},
"yrno": {
"updateInterval": 3600,
"city": "Vienna",
"province": "Vienna",
"country": "Austria"
}
}
}