|
|
@@ -29,6 +29,9 @@ let config = {
|
|
|
{ name: 'calendar', position: "middle_center", carouselId: "1" }
|
|
|
],
|
|
|
"Slide 2": [
|
|
|
+ { name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
+ { name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
+ { name: 'calendar', position: "middle_center", carouselId: "2" }
|
|
|
]
|
|
|
}
|
|
|
|
|
|
@@ -59,7 +62,7 @@ let config = {
|
|
|
{
|
|
|
module: "calendar",
|
|
|
header: "Tagesübersicht",
|
|
|
- classes: "dailyoverview",
|
|
|
+ classes: "daily-overview",
|
|
|
position: "middle_center",
|
|
|
config: {
|
|
|
carouselId: "1",
|
|
|
@@ -123,10 +126,51 @@ let config = {
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
/*
|
|
|
!!SECTION
|
|
|
*/
|
|
|
+ /*
|
|
|
+ SECTION - Slide 2
|
|
|
+ */
|
|
|
+ {
|
|
|
+ module: "calendar",
|
|
|
+ header: "MZ 21/83-1",
|
|
|
+ classes: "rtw-overview",
|
|
|
+ position: "middle_center",
|
|
|
+ config: {
|
|
|
+ carouselId: "2",
|
|
|
+ tableClass: "large wachenaufgaben",
|
|
|
+ fetchInterval: 600000, /* 600000 */
|
|
|
+ maxTitleLength: 50,
|
|
|
+ displaySymbol: true,
|
|
|
+ showLocation: false,
|
|
|
+ maxTitleLines: 1,
|
|
|
+ maximumEntries: 9,
|
|
|
+ maximumNumberOfDays: 1,
|
|
|
+ calendars: [
|
|
|
+ {
|
|
|
+ /* Fahrzeug 21/83-1 */
|
|
|
+ url: 'https://nc.x0p.it/remote.php/dav/public-calendars/exdmis8xiZc54mn3?export',
|
|
|
+ symbolClass: 'rtw-symbol',
|
|
|
+ titleClass: 'rtw-title',
|
|
|
+ timeClass: 'rtw-time',
|
|
|
+ symbol: 'truck-medical'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ /* RW21 ToDo */
|
|
|
+ url: 'https://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw?export',
|
|
|
+ symbolClass: 'todo-symbol',
|
|
|
+ titleClass: 'todo-title',
|
|
|
+ timeClass: 'todotime',
|
|
|
+ symbol: 'clipboard-list-check'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ /*
|
|
|
+ !!SECTION
|
|
|
+ */
|
|
|
]
|
|
|
}
|
|
|
|