From 8b28e49eef5622ff388421f04cf109caa98ef4d3 Mon Sep 17 00:00:00 2001 From: Falk Rehse <falk.rehse@tu-dortmund.de> Date: Wed, 28 May 2025 15:42:24 +0200 Subject: [PATCH] Edit foobar.json --- public/config/foobar.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/public/config/foobar.json b/public/config/foobar.json index 3a6768f..c2a924d 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -4,7 +4,7 @@ "times": [ { "from": "2025-05-27T18:00", - "to": "2025-05-27T22:00" + "to": "2025-05-30T22:00" } ] }, @@ -12,16 +12,15 @@ { "type": "cycler", "duration": 10, - "panels": [ - { - "type": "bild", - "position": { + "position": { "x": 0, "y": 0, "w": 16, "h": 9 }, - + "panels": [ + { + "type": "bild", "config": { "url": "https://tudo-fsinfo.fspages.org/events/foobar/design/preisliste.png", "gradient": false @@ -29,13 +28,6 @@ }, { "type": "bild", - "position": { - "x": 0, - "y": 0, - "w": 16, - "h": 9 - }, - "config": { "url": "https://tudo-fsinfo.fspages.org/events/foobar/design/specials_slush.png", "gradient": false -- GitLab