|
|
@@ -52,14 +52,13 @@ let config = {
|
|
|
},
|
|
|
{
|
|
|
module: "calendar",
|
|
|
- position: "middle_center", // This can be any of the regions. Best results in left or right regions.
|
|
|
+ position: "middle_center",
|
|
|
config: {
|
|
|
carouselId: "1",
|
|
|
tableClass: "large wachenaufgaben",
|
|
|
- fetchInterval: 600000,
|
|
|
+ fetchInterval: 6000, /* 600000 */
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
- maximumNumberOfDays: 1,
|
|
|
showLocation: false,
|
|
|
maxTitleLines: 1,
|
|
|
maximumEntries: 9,
|
|
|
@@ -70,6 +69,7 @@ let config = {
|
|
|
titleClass: 'todo-title',
|
|
|
timeClass: 'todotime',
|
|
|
symbol: 'clipboard-list-check',
|
|
|
+ maximumNumberOfDays: 1
|
|
|
},
|
|
|
{
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/WW49cKGiiZyy95q8/?export',
|
|
|
@@ -77,6 +77,7 @@ let config = {
|
|
|
titleClass: 'clean-title',
|
|
|
timeClass: 'clean-time',
|
|
|
symbol: 'vacuum',
|
|
|
+ maximumNumberOfDays: 1
|
|
|
},
|
|
|
{
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
|