Read the statement by Michael Teeuw here.
Which calendar modul is able to get Nextcloud (WebDAV) calendars synchronized?
-
position
: how do the MM know where to display?
serverUrl
: seriously. Thansk!.ics
: you are right. That was a try after I got the error using credentials.
I wantet so see if this module is working.Error shown by:
npm run config:check
Your configuration file contains syntax errors :(
but I use
{ module: "MMM-CalDAV", position: "bottom_left", config: { name: "Test", serverUrl: "https://DOMAIN.TDL/NEXTCLOUD/remote.php/dav/calendars/USER/pers%c3%b6nlich/" credentials: { username: "USER", password: "GEHEIM", }, vcalendarHeader: true } },
-
@bdream You are missing a comma after the serverUrl
-
@mumblebaj you are right. My bad!
Now it runs without failure but also without displaying the calendar.
I deleted alreadyposition: "bottom_left",
What module do I need to activate for display and how do I get the CalDAV module linked?
-
@bdream
When you need oauth to use your Caldav server, I’ll upgrade the module sooner. Currently this module supports only basic auto. -
@bdream
“http://YOURMM/modules/MMM-CalDAV/public/Test.ics” would be accessible. (See under thepublic
directory of module.)
Now you can use this as a ics feed and f default calendar module.