|
|
@@ -32,7 +32,17 @@ let config = {
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
{ name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
{ name: 'calendar', position: "middle_center", carouselId: "2" }
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "Slide 3": [
|
|
|
+ { name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
+ { name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
+ { name: 'calendar', position: "middle_center", carouselId: "3" }
|
|
|
+ ],
|
|
|
+ "Slide 4": [
|
|
|
+ { name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
+ { name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
+ { name: 'calendar', position: "middle_center", carouselId: "4" }
|
|
|
+ ],
|
|
|
}
|
|
|
|
|
|
}
|
|
|
@@ -66,7 +76,7 @@ let config = {
|
|
|
position: "middle_center",
|
|
|
config: {
|
|
|
carouselId: "1",
|
|
|
- tableClass: "large wachenaufgaben",
|
|
|
+ tableClass: "large daily-overview-table wachenaufgaben",
|
|
|
fetchInterval: 600000, /* 600000 */
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
@@ -76,31 +86,7 @@ let config = {
|
|
|
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'
|
|
|
- },
|
|
|
- {
|
|
|
- /* Fahrzeug 21/84-1 */
|
|
|
- url: 'https://nc.x0p.it/remote.php/dav/public-calendars/NGATEN6qkf9wWEc6?export',
|
|
|
- symbolClass: 'nktw-symbol',
|
|
|
- titleClass: 'nktw-title',
|
|
|
- timeClass: 'nktw-time',
|
|
|
- symbol: 'truck-medical',
|
|
|
- },
|
|
|
- {
|
|
|
- /* Fahrzeug 21/85-1 */
|
|
|
- url: 'https://nc.x0p.it/remote.php/dav/public-calendars/G6Ho8gHmWk4X7qB7?export',
|
|
|
- symbolClass: 'ktw-symbol',
|
|
|
- titleClass: 'ktw-title',
|
|
|
- timeClass: 'ktw-time',
|
|
|
- symbol: 'truck-medical',
|
|
|
- },
|
|
|
- {
|
|
|
- /* RW21 ToDo */
|
|
|
+ /* RW21 Wachenaufgaben */
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw?export',
|
|
|
symbolClass: 'todo-symbol',
|
|
|
titleClass: 'todo-title',
|
|
|
@@ -140,7 +126,7 @@ let config = {
|
|
|
position: "middle_center",
|
|
|
config: {
|
|
|
carouselId: "2",
|
|
|
- tableClass: "large wachenaufgaben",
|
|
|
+ tableClass: "large daily-overview-table fahrzeugaufgaben fahrzeugaufgaben-rtw",
|
|
|
fetchInterval: 600000, /* 600000 */
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
@@ -156,14 +142,72 @@ let config = {
|
|
|
titleClass: 'rtw-title',
|
|
|
timeClass: 'rtw-time',
|
|
|
symbol: 'truck-medical'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ /*
|
|
|
+ !!SECTION
|
|
|
+ */
|
|
|
+ /*
|
|
|
+ SECTION - Slide 3
|
|
|
+ */
|
|
|
+ {
|
|
|
+ module: "calendar",
|
|
|
+ header: "MZ 21/84-1",
|
|
|
+ classes: "nktw-overview",
|
|
|
+ position: "middle_center",
|
|
|
+ config: {
|
|
|
+ carouselId: "3",
|
|
|
+ tableClass: "large daily-overview-table fahrzeugaufgaben fahrzeugaufgaben-nktw",
|
|
|
+ fetchInterval: 600000, /* 600000 */
|
|
|
+ maxTitleLength: 50,
|
|
|
+ displaySymbol: true,
|
|
|
+ showLocation: false,
|
|
|
+ maxTitleLines: 1,
|
|
|
+ maximumEntries: 9,
|
|
|
+ maximumNumberOfDays: 1,
|
|
|
+ calendars: [
|
|
|
+ {
|
|
|
+ /* Fahrzeug 21/84-1 */
|
|
|
+ url: 'https://nc.x0p.it/remote.php/dav/public-calendars/NGATEN6qkf9wWEc6?export',
|
|
|
+ symbolClass: 'nktw-symbol',
|
|
|
+ titleClass: 'nktw-title',
|
|
|
+ timeClass: 'nktw-time',
|
|
|
+ symbol: 'truck-medical',
|
|
|
},
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ /*
|
|
|
+ !!SECTION
|
|
|
+ */
|
|
|
+ /*
|
|
|
+ SECTION - Slide 4
|
|
|
+ */
|
|
|
+ {
|
|
|
+ module: "calendar",
|
|
|
+ header: "MZ 21/85-1",
|
|
|
+ classes: "ktw-overview",
|
|
|
+ position: "middle_center",
|
|
|
+ config: {
|
|
|
+ carouselId: "4",
|
|
|
+ tableClass: "large daily-overview-table fahrzeugaufgaben fahrzeugaufgaben-ktw",
|
|
|
+ fetchInterval: 600000, /* 600000 */
|
|
|
+ maxTitleLength: 50,
|
|
|
+ displaySymbol: true,
|
|
|
+ showLocation: false,
|
|
|
+ maxTitleLines: 1,
|
|
|
+ maximumEntries: 9,
|
|
|
+ maximumNumberOfDays: 1,
|
|
|
+ calendars: [
|
|
|
{
|
|
|
- /* 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'
|
|
|
+ /* Fahrzeug 21/85-1 */
|
|
|
+ url: 'https://nc.x0p.it/remote.php/dav/public-calendars/G6Ho8gHmWk4X7qB7?export',
|
|
|
+ symbolClass: 'ktw-symbol',
|
|
|
+ titleClass: 'ktw-title',
|
|
|
+ timeClass: 'ktw-time',
|
|
|
+ symbol: 'truck-medical',
|
|
|
}
|
|
|
]
|
|
|
}
|