mirror of
https://github.com/skoelle/mvg-departures.git
synced 2026-09-17 18:40:23 +00:00
25 lines
699 B
YAML
25 lines
699 B
YAML
# Konfiguration der ueberwachten Stationen
|
|
# type: UBAHN | SBAHN | TRAM | BUS
|
|
# exclude_destinations: Liste von Zielstationen (destination), die NICHT angezeigt werden sollen.
|
|
# Alles was hier NICHT aufgefuehrt ist, wird angezeigt (auch neue/unbekannte Ziele).
|
|
|
|
refresh_seconds: 60
|
|
cache_seconds: 20
|
|
departures_limit: 10
|
|
|
|
profiles:
|
|
- name: "Hinfahrt"
|
|
stations:
|
|
- name: "Josephsburg, München"
|
|
type: "UBAHN"
|
|
exclude_destinations:
|
|
- "Messestadt Ost"
|
|
- "Messestadt West"
|
|
- name: "Berg am Laim, München"
|
|
type: "SBAHN"
|
|
exclude_destinations:
|
|
- "Erding"
|
|
- "Markt Schwaben"
|
|
- name: "Rückfahrt"
|
|
stations: []
|