|
|
@@ -27,15 +27,15 @@ let config = {
|
|
|
position: "top_left",
|
|
|
carouselId: "1"
|
|
|
},
|
|
|
- {
|
|
|
- name: 'calendar',
|
|
|
- position: "middle_center"
|
|
|
- },
|
|
|
{
|
|
|
name: 'clock',
|
|
|
position: "top_right",
|
|
|
carouselId: "2"
|
|
|
},
|
|
|
+ {
|
|
|
+ name: 'calendar',
|
|
|
+ position: "middle_center"
|
|
|
+ }
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
@@ -66,6 +66,7 @@ let config = {
|
|
|
fetchInterval: 600000,
|
|
|
maxTitleLength: 50,
|
|
|
displaySymbol: true,
|
|
|
+ maximumNumberOfDays: 1,
|
|
|
showLocation: false,
|
|
|
maxTitleLines: 1,
|
|
|
maximumEntries: 9,
|
|
|
@@ -75,16 +76,14 @@ let config = {
|
|
|
symbolClass: 'todo-symbol',
|
|
|
titleClass: 'todo-title',
|
|
|
timeClass: 'todotime',
|
|
|
- symbol: 'clipboard-list-check',
|
|
|
- maximumNumberOfDays: 1
|
|
|
+ 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',
|
|
|
- maximumNumberOfDays: 1
|
|
|
+ symbol: 'vacuum'
|
|
|
},
|
|
|
{
|
|
|
url: 'https://nc.x0p.it/remote.php/dav/public-calendars/eMQW6HmyjfgS8bXq?export',
|