Read the statement by Michael Teeuw here.
Nextcloud Calendar and MM
-
Can someone please just tell me how to set this up? I’ve tried everything I can find but nothing works.
I can download the ics using curl but even then it won’t use it. What am I doing wrong?
-
@scoot76 when u download it, what url do you use in calendar config?
it must be in the MagicMirror folders somewhere, or linked from there
-
@scoot76 what exactly you want to do?
Do you want to have your NC calendar shown in your MM?Then please configure calendar module and include your details.
I use default calendar module an this configuration:
Pls note: url was given by NC in calendar
and need to get updated to your needsconfig: { colored: false, coloredSymbolOnly: false, calendars: [ { url: "https://<NAME>:<PASSW>@nextcloud.td/remote.php/dav/calendars/<NAME>/pers%c3%b6nlich?export" }, ] },
-
I had create a public share link for my calender in Nextcloud in order to use it with MM. That’s an info I have not found anywhere. My config looks like this:
{ module: "calendar", header: "Upcoming Birthdays", position: "top_left", config: { timeFormat: 'absolute', urgency: 0, getRelative: 0, showEnd: false, dateFormat: 'Do MMM', fullDayEventDateFormat: 'Do MMM', calendars: [ { symbol: "calendar", url: "https://User:Password@your_url/remote.php/dav/public-calendars/xxxxxxxxxxxxx?export", }, ], titleReplace: { "Upcoming Birthdays": "", },
This is finally working for me after trying all possible URL methods before.
-
@scoot76 Thanks everyone. I got it working with the public calendar link from NC. I didn’t even need to add credentials.