Jonathan Starck 3 anos atrás
pai
commit
ef140ef334
1 arquivos alterados com 1 adições e 16 exclusões
  1. 1 16
      config/config.js

+ 1 - 16
config/config.js

@@ -25,7 +25,6 @@ let config = {
                 slides: {
                     Main: [
                         { name: 'clock', position: "top_left", carouselId: "1" },
-                        { name: 'MMM-HTMLSnippet', position: "top_center", carouselId: "1" },
                         { name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
                         { name: 'calendar', position: "middle_center", carouselId: "1" }
                     ],
@@ -46,21 +45,6 @@ let config = {
                 carouselId: '1'
             }
         },
-        {
-            module: "MMM-HTMLSnippet",
-            position: "top_center",
-            config: {
-                carouselId: "1",
-                html: `
-                <div style="text-align: center; font-family: "Roboto Condensed", sans-serif; font-weight: 400;">
-                    <h1 style="color: #FFF;">Tagesüberblick</h1>
-                </div>`,
-                width: "600px",
-                height: "200px",
-                backgroundColor: "#000",
-                updateInterval: 600000,
-            }
-        },
         {
             module: 'MMM-SimpleLogo',
             position: 'top_right',
@@ -74,6 +58,7 @@ let config = {
         },
         {
             module: "calendar",
+            header: "Tagesübersicht",
             position: "middle_center",
             config: {
                 carouselId: "1",