diff --git a/public/activeConfigs.json b/public/activeConfigs.json index abe4698dd769060b2646635d910619ae8a5cc8d1..a60ce7632aa8bed31ff1688ca356e4a4f8c89585 100644 --- a/public/activeConfigs.json +++ b/public/activeConfigs.json @@ -1,5 +1,6 @@ [ "config/foobar.json", "config/karaoke-testbetrieb.json", + "config/neujahr.json", "config/default.json" ] diff --git a/public/config/neujahr.json b/public/config/neujahr.json new file mode 100644 index 0000000000000000000000000000000000000000..bf439386ee9d44009ef7bca91f88a624c0dc7011 --- /dev/null +++ b/public/config/neujahr.json @@ -0,0 +1,81 @@ +{ + "id": "neujahr", + "schedule": { + "times": [ + { + "from": "2024-01-01T22:00", + "to": "2023-01-10T18:00" + } + ] + }, + "panels": [ + { + "type": "fahrplan", + "position": { + "x": 0, + "y": 0, + "w": 9, + "h": 13 + }, + "config": { + "stops": [ + "Dortmund Universität S", + "Dortmund Meitnerweg", + "Dortmund/Joseph Fraunhofer" + ], + "filter": { + "types": [ + "H-Bahn" + ], + "destination": [ + "Dortmund Otto-Hahn-Straße" + ] + } + } + }, + { + "type": "bild", + "position": { + "x": 9, + "y": 0, + "w": 16, + "h": 5 + }, + "config": { + "url": "/content/neujahr.jpg", + "title": "Frohes Neues", + "description": "Willkommen zurück! Wir wünschen Dir einen guten Start in's neue Jahr." + } + }, + { + "type": "callout", + "position": { + "x": 9, + "y": 5, + "w": 16, + "h": 2 + }, + "config": { + "type": "warning", + "title": "Achtung, Testbetrieb", + "description": "Der neue Infoscreen ist da! Bitte melde Fehler an die Admins unter root@oh14.de." + } + }, + { + "type": "mensaplan", + "position": { + "x": 9, + "y": 7, + "w": 16, + "h": 6 + }, + "config": { + "canteenId": 341, + "closingTime": { + "hours": 14, + "minutes": 15 + } + } + } + ] +} diff --git a/public/content/neujahr.jpg b/public/content/neujahr.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c8660e659432d898b4dee38b19deeedea1cbf318 Binary files /dev/null and b/public/content/neujahr.jpg differ