-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json.example
27 lines (27 loc) · 1001 Bytes
/
config.json.example
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
{
"api_provider": "vbb-test",
"api_key": "foobar",
"requests_max_per_day": 1000,
"stop_ids": "900170004",
"request_hours": 3,
"data_sources": "departures",
"remove_string": "",
"ignore_destination": "",
"screen_rotation": 0,
"show_vehicle_type": true,
"large_minutes": true,
"coloured_lines": true,
"offset": 0,
"line_height": 70,
"line_font":{"asset_name": "silkscreen.ttf"},
"heading_font":{"asset_name": "silkscreen.ttf"},
"heading_colour": {"r": 1, "g": 1, "b": 1, "a": 1},
"time_font":{"asset_name": "silkscreen.ttf"},
"time_colour": {"r": 1, "g": 1, "b": 1, "a": 1},
"realtime_font":{"asset_name": "silkscreen.ttf"},
"realtime_punctual_colour": {"r": 1, "g": 1, "b": 1, "a": 1},
"realtime_delayed_colour": {"r": 1, "g": 1, "b": 1, "a": 1},
"second_font":{"asset_name": "silkscreen.ttf"},
"second_colour": {"r": 1, "g": 1, "b": 1, "a": 1},
"background_colour": {"r": 0, "g": 0, "b": 0, "a": 1}
}