|
@@ -22,19 +22,14 @@ let config = {
|
|
|
slides: {
|
|
slides: {
|
|
|
Main: [
|
|
Main: [
|
|
|
{
|
|
{
|
|
|
- name: 'clock',
|
|
|
|
|
|
|
+ name: "clock",
|
|
|
position: "top_left",
|
|
position: "top_left",
|
|
|
carouselId: "1"
|
|
carouselId: "1"
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- name: 'clock',
|
|
|
|
|
|
|
+ name: "clock",
|
|
|
position: "top_right",
|
|
position: "top_right",
|
|
|
carouselId: "2"
|
|
carouselId: "2"
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- name: 'calendar',
|
|
|
|
|
- position: "middle_center",
|
|
|
|
|
- carouselId: "1"
|
|
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
@@ -55,45 +50,6 @@ let config = {
|
|
|
timeFormat: 12,
|
|
timeFormat: 12,
|
|
|
carouselId: "2"
|
|
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
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|