|
|
@@ -196,7 +196,6 @@ let config = {
|
|
|
},
|
|
|
{
|
|
|
module: "calendar",
|
|
|
- header: "Informationen",
|
|
|
position: "middle_center", // This can be any of the regions. Best results in left or right regions.
|
|
|
config: {
|
|
|
tableClass: "large wachenaufgaben",
|
|
|
@@ -240,16 +239,16 @@ let config = {
|
|
|
module: "MMM-CalendarExt2",
|
|
|
config: {
|
|
|
calendars: [
|
|
|
+ // {
|
|
|
+ // name: "Aufgaben",
|
|
|
+ // url: 'webcal://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
|
|
|
+ // icon: "bi:clipboard2-check",
|
|
|
+ // className: "todo",
|
|
|
+ // },
|
|
|
{
|
|
|
- name: "Aufgaben",
|
|
|
- url: 'webcal://nc.x0p.it/remote.php/dav/public-calendars/ZMGgBLGn52oATzDw/?export',
|
|
|
- icon: "bi:clipboard2-check",
|
|
|
- className: "todo",
|
|
|
- },
|
|
|
- {
|
|
|
- name: "Reinigung",
|
|
|
- url: 'webcal://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',
|
|
|
- icon: "carbon:clean",
|
|
|
+ name: "Infos",
|
|
|
+ url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
|
|
|
+ icon: "bi:info-circle",
|
|
|
className: "clean",
|
|
|
},
|
|
|
],
|
|
|
@@ -260,7 +259,7 @@ let config = {
|
|
|
mode: "daily",
|
|
|
locale: "de-DE",
|
|
|
position: "bottom_right",
|
|
|
- calendars: ["Aufgaben", "Reinigung"],
|
|
|
+ calendars: ["Infos"],
|
|
|
},
|
|
|
],
|
|
|
scenes: [
|