diff --git a/public/config/foobar.json b/public/config/foobar.json
index 60d19e1b2138eb05625718df60256e011a97a31b..0de57950c1a2fe989dcf3ca6089148bb2eb8ad28 100644
--- a/public/config/foobar.json
+++ b/public/config/foobar.json
@@ -2,20 +2,7 @@
   "id": "foobar",
   "background": "/infoscreen/content/preisliste.png",
   "schedule": {
-    "times": [
-      {
-        "from": "2023-01-16T18:00",
-        "to": "2023-01-16T22:00"
-      },
-      {
-        "from": "2023-01-30T18:00",
-        "to": "2023-01-30T22:00"
-      },
-      {
-        "from": "2023-02-13T18:00",
-        "to": "2023-02-13T22:00"
-      }
-    ]
+    "always": true
   },
   "panels": []
 }