|
|
@@ -24,19 +24,20 @@ let config = {
|
|
|
mode: 'slides',
|
|
|
slides: {
|
|
|
Main: [
|
|
|
- { name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
+ { name: 'MMM-SimpleLogo', position: "top_left", carouselId: "1" },
|
|
|
+ { name: 'clock', position: "top_right", carouselId: "1" },
|
|
|
{ name: 'calendar', position: "middle_center", carouselId: "1" }
|
|
|
],
|
|
|
"Slide 2": [
|
|
|
- { name: 'clock', classes: '', position: "top_left", carouselId: "2" }
|
|
|
]
|
|
|
}
|
|
|
|
|
|
}
|
|
|
},
|
|
|
+ /* Angepasste Uhren */
|
|
|
{
|
|
|
module: 'clock',
|
|
|
- position: "top_left",
|
|
|
+ position: "top_right",
|
|
|
config: {
|
|
|
timeFormat: 24,
|
|
|
carouselId: '1'
|
|
|
@@ -46,10 +47,24 @@ let config = {
|
|
|
module: 'clock',
|
|
|
position: "top_left",
|
|
|
config: {
|
|
|
- timeFormat: 12,
|
|
|
+ timeFormat: 24,
|
|
|
carouselId: '2'
|
|
|
}
|
|
|
},
|
|
|
+ /* Angepasste Logos */
|
|
|
+ {
|
|
|
+ module: 'MMM-SimpleLogo',
|
|
|
+ position: 'top_left',
|
|
|
+ config: {
|
|
|
+ carouselId: "1",
|
|
|
+ fileUrl: "modules/MMM-SimpleLogo/public/wachenwappen.png",
|
|
|
+ text: "",
|
|
|
+ position: "left",
|
|
|
+ width: "250px",
|
|
|
+ refreshInterval: "refresh"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ /* Angepasste Calender */
|
|
|
{
|
|
|
module: "calendar",
|
|
|
position: "middle_center",
|
|
|
@@ -65,6 +80,31 @@ 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 */
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw?export',
|
|
|
symbolClass: 'todo-symbol',
|
|
|
titleClass: 'todo-title',
|
|
|
@@ -72,6 +112,7 @@ let config = {
|
|
|
symbol: 'clipboard-list-check'
|
|
|
},
|
|
|
{
|
|
|
+ /* RW21 Putzplan */
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8?export',
|
|
|
symbolClass: 'clean-symbol',
|
|
|
titleClass: 'clean-title',
|
|
|
@@ -79,6 +120,7 @@ let config = {
|
|
|
symbol: 'vacuum',
|
|
|
},
|
|
|
{
|
|
|
+ /* RW21 Allgemeines */
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
|
|
|
symbolClass: 'info-symbol',
|
|
|
titleClass: 'info-title',
|