Jonathan Starck 3 жил өмнө
parent
commit
7bf5c8fc3d
1 өөрчлөгдсөн 2 нэмэгдсэн , 46 устгасан
  1. 2 46
      config/config.js

+ 2 - 46
config/config.js

@@ -22,19 +22,14 @@ let config = {
                 slides: {
                     Main: [
                         {
-                            name: 'clock',
+                            name: "clock",
                             position: "top_left",
                             carouselId: "1"
                         },
                         {
-                            name: 'clock',
+                            name: "clock",
                             position: "top_right",
                             carouselId: "2"
-                        },
-                        {
-                            name: 'calendar',
-                            position: "middle_center",
-                            carouselId: "1"
                         }
                     ]
                 }
@@ -55,45 +50,6 @@ let config = {
                 timeFormat: 12,
                 carouselId: "2"
             }
-        },
-        {
-            module: "calendar",
-            position: "middle_center",
-            config: {
-                carouselId: "1",
-                tableClass: "large wachenaufgaben",
-                fetchInterval: 600000,
-                maxTitleLength: 50,
-                displaySymbol: true,
-                maximumNumberOfDays: 1,
-                showLocation: false,
-                maxTitleLines: 1,
-                maximumEntries: 9,
-                calendars: [
-                    {
-                        url: 'https://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
-                        symbolClass: 'todo-symbol',
-                        titleClass: 'todo-title',
-                        timeClass: 'todotime',
-                        symbol: 'clipboard-list-check'
-                    },
-                    {
-                        url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',
-                        symbolClass: 'clean-symbol',
-                        titleClass: 'clean-title',
-                        timeClass: 'clean-time',
-                        symbol: 'vacuum'
-                    },
-                    {
-                        url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
-                        symbolClass: 'info-symbol',
-                        titleClass: 'info-title',
-                        timeClass: 'info-time',
-                        symbol: 'circle-info',
-                        maximumNumberOfDays: 7
-                    }
-                ]
-            }
         }
     ]
 }