瀏覽代碼

no message

Jonathan Starck 3 年之前
父節點
當前提交
ff23dc4811
共有 1 個文件被更改,包括 2 次插入14 次删除
  1. 2 14
      config/config.js

+ 2 - 14
config/config.js

@@ -27,7 +27,7 @@ let config = {
                         {
                         {
                             name: 'clock',
                             name: 'clock',
                             position: "middle_center",
                             position: "middle_center",
-                            carouselId: "1"
+                            carouselId: "2"
                         }
                         }
                     ]
                     ]
                 }
                 }
@@ -47,18 +47,6 @@ let config = {
                 carouselId: "2",
                 carouselId: "2",
                 timeFormat: "12"
                 timeFormat: "12"
             }
             }
-        },
-        /**====================== Definitonen für Module in Top Right ========================**/
-        {
-            module: 'MMM-SimpleLogo',
-            position: 'top_right',
-            config: {
-                fileUrl: "modules/MMM-SimpleLogo/public/wachenwappen.png",
-                text: "",
-                position: "right",
-                width: "250px",
-                refreshInterval: "refresh"
-            }
-        },
+        }
     ]
     ]
 }
 }