Jonathan Starck 3 年 前
コミット
24c6359623
1 ファイル変更5 行追加3 行削除
  1. 5 3
      config/config.js

+ 5 - 3
config/config.js

@@ -36,16 +36,18 @@ let config = {
         /**====================== Definitonen der Uhr ========================**/
         {
             module: "clock",
-            carouselId: "1",
+            position: "top_left",
             config: {
-                timeFormat: "24"
+                timeFormat: "24",
+                carouselId: "1",
             }
         },
         {
             module: "clock",
-            carouselId: "2",
+            position: "middle_center",
             config: {
                 timeFormat: "12"
+                carouselId: "2",
             }
         }
     ]