-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.sample.ini
More file actions
220 lines (184 loc) · 7.26 KB
/
settings.sample.ini
File metadata and controls
220 lines (184 loc) · 7.26 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
[general]
; HTTP port
httpport=8080
; IDFM Prim API Key (get it on https://prim.iledefrance-mobilites.fr/fr)
apikey=""
; Put all your displays here
[chateaudevincennes-ladefense]
; rer/bus/metro/tram
linetype=metro
; Number/letter of the line (for display)
linenumber=1
; Hex color of the line without # (for display)
linecolor=ffbe02
; Minimum waiting time to display (in seconds)
minimumwait=120
; Default limit of displayed vehicles (0 for no limit)
limit=4
; Display name
displayname="Château de Vincennes > La Défense"
; Display clock
displayclock=true
; To get ID of stations: https://data.iledefrance-mobilites.fr/explore/dataset/arrets-transporteur/custom/?disjunctive.fournisseurname
stationid=42582
# DISPLAY FILTERS
filterDirection[] ; Direction filter initialisation
filterDestination[] ; Destination filter initialisation
filterLine[] ; Line reference filter initialisation
; To get the good directions, destinations, and lines for this display:
; - Go to the display URL and start the JavaScript Console (F12 or Cmd+Alt+I)
; - Enter the following commands to get the known datas:
; - displayLines()
; - displayDirections()
; - displayDestinations()
;
; And report data in the good filter. You can define multiple filters.
; If you want to display only 2 lines, please set 2 filterLine[] variables with the complete LineRef string for each.
; You can combine multiple filters type to affine your display.
; Example of filters
; filterDirection[]="A"
; filterDestination[]="GARE DE M.L.V CHESSY"
; filterLine[]="STIF:Line::C00632:"
[hoteldeville-chessy]
; rer/bus/metro/tram
linetype=bus
; Number/letter of the line (for display)
linenumber=34
; Hex color of the line without # (for display)
linecolor=65308F
; Minimum waiting time to display (in seconds)
minimumwait=120
; Default limit of displayed vehicles (0 for no limit)
limit=4
; Display name
displayname="Hôtel de Ville > Marne-la-Vallée"
; Display clock
displayclock=true
; To get ID of stations: https://data.iledefrance-mobilites.fr/explore/dataset/arrets-transporteur/custom/?disjunctive.fournisseurname
stationid=15659
# DISPLAY FILTERS
filterDirection[] ; Direction filter initialisation
filterDestination[] ; Destination filter initialisation
filterLine[] ; Line reference filter initialisation
; To get the good directions, destinations, and lines for this display:
; - Go to the display URL and start the JavaScript Console (F12 or Cmd+Alt+I)
; - Enter the following commands to get the known datas:
; - displayLines()
; - displayDirections()
; - displayDestinations()
;
; And report data in the good filter. You can define multiple filters.
; If you want to display only 2 lines, please set 2 filterLine[] variables with the complete LineRef string for each.
; You can combine multiple filters type to affine your display.
; Example of filters
; filterDirection[]="MARNE LA VALLEE-BOISSY SAINT LEGER"
; filterDestination[]="Marne-la-Vallée - Chessy"
; filterLine[]="STIF:Line::C01742:"
[pontdugarigliano-portedevincennes]
; rer/bus/metro/tram
linetype=tram
; Number/letter of the line (for display)
linenumber=3a
; Hex color of the line without # (for display)
linecolor=F28E42
; Minimum waiting time to display (in seconds)
minimumwait=120
; Default limit of displayed vehicles (0 for no limit)
limit=4
; Display name
displayname="Pont du Garigliano - Vincennes"
; Display clock
displayclock=true
; To get ID of stations: https://data.iledefrance-mobilites.fr/explore/dataset/arrets-transporteur/custom/?disjunctive.fournisseurname
stationid=473331
# DISPLAY FILTERS
filterDirection[] ; Direction filter initialisation
filterDestination[] ; Destination filter initialisation
filterLine[] ; Line reference filter initialisation
; To get the good directions, destinations, and lines for this display:
; - Go to the display URL and start the JavaScript Console (F12 or Cmd+Alt+I)
; - Enter the following commands to get the known datas:
; - displayLines()
; - displayDirections()
; - displayDestinations()
;
; And report data in the good filter. You can define multiple filters.
; If you want to display only 2 lines, please set 2 filterLine[] variables with the complete LineRef string for each.
; You can combine multiple filters type to affine your display.
; Example of filters
; filterDirection[]="CERGY-POISSY-SAINT GERMAIN EN LAYE"
; filterDestination[]="Saint-Germain-en-Laye"
; filterLine[]="STIF:Line::C01742:"
[versailleschantiers-montparnasse]
; rer/bus/metro/tram
linetype=transilien
; Number/letter of the line (for display)
linenumber=N
; Hex color of the line without # (for display)
linecolor=00A88F
; Minimum waiting time to display (in seconds)
minimumwait=120
; Default limit of displayed vehicles (0 for no limit)
limit=4
; Display name
displayname="Versailles Chantiers > Montparnasse"
; Display clock
displayclock=true
; To get ID of stations: https://data.iledefrance-mobilites.fr/explore/dataset/arrets-transporteur/custom/?disjunctive.fournisseurname
stationid=43219
# DISPLAY FILTERS
filterDirection[] ; Direction filter initialisation
filterDestination[] ; Destination filter initialisation
filterLine[] ; Line reference filter initialisation
filterDestination[]="Gare Montparnasse"
; To get the good directions, destinations, and lines for this display:
; - Go to the display URL and start the JavaScript Console (F12 or Cmd+Alt+I)
; - Enter the following commands to get the known datas:
; - displayLines()
; - displayDirections()
; - displayDestinations()
;
; And report data in the good filter. You can define multiple filters.
; If you want to display only 2 lines, please set 2 filterLine[] variables with the complete LineRef string for each.
; You can combine multiple filters type to affine your display.
; Example of filters
; filterDirection[]="CERGY-POISSY-SAINT GERMAIN EN LAYE"
; filterDestination[]="Saint-Germain-en-Laye"
; filterLine[]="STIF:Line::C01742:"
[chatou-croissy-paris]
; rer/bus/metro/tram
linetype=rer
; Number/letter of the line (for display)
linenumber=A
; Hex color of the line without # (for display)
linecolor=E3051C
; Minimum waiting time to display (in seconds)
minimumwait=120
; Default limit of displayed vehicles (0 for no limit)
limit=4
; Display name
displayname="Chatou-Croissy > Paris"
; Display clock
displayclock=true
; To get ID of stations: https://data.iledefrance-mobilites.fr/explore/dataset/arrets-transporteur/custom/?disjunctive.fournisseurname
stationid=53783
# DISPLAY FILTERS
filterDirection[] ; Direction filter initialisation
filterDestination[] ; Destination filter initialisation
filterLine[] ; Line reference filter initialisation
filterDestination[]="Marne-la-Vallée - Chessy"
filterDestination[]="Torcy"
; To get the good directions, destinations, and lines for this display:
; - Go to the display URL and start the JavaScript Console (F12 or Cmd+Alt+I)
; - Enter the following commands to get the known datas:
; - displayLines()
; - displayDirections()
; - displayDestinations()
;
; And report data in the good filter. You can define multiple filters.
; If you want to display only 2 lines, please set 2 filterLine[] variables with the complete LineRef string for each.
; You can combine multiple filters type to affine your display.
; Example of filters
; filterDirection[]="CERGY-POISSY-SAINT GERMAIN EN LAYE"
; filterDestination[]="Saint-Germain-en-Laye"
; filterLine[]="STIF:Line::C01742:"