MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Default calendar and Nextcloud CalDav

    Troubleshooting
    5
    13
    1705
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vicarcmir last edited by

      Corroe.png

      1 Reply Last reply Reply Quote 0
      • B
        bdream last edited by

        @BasicUser I use calendar also with nextcloud.
        I have not found a solution without writing my credantials in plain text but as here (only the calendars-part) it works:

        	calendars: [
        		{
        		symbol: "grin", 
        		color: "#FFAA00", 
        		url: "https://USER:PASSWORD@DOMAIN.TLD/nextcloud/remote.php/dav/calendars/CALENDAR-NAME/pers%c3%b6nlich?export"
        		},
        

        Change the capital into your needs

        The link without the credentials you will get in nextcloud in Calendar-app behind the related calendar, pressing 3 dots and copy privat link.

        Hope that will help.

        –
        cheers, bdream

        1 Reply Last reply Reply Quote 0
        • C
          codac last edited by

          I’m still struggeling. I have tried several versions of the url and with credentials in the url or as a parameter, nothing works and the MagicMirror shows: loading calendar…

          The weird thing is that the URL itself works like a charm as long as I post it in a web browser. I do get an .ics file immediately.

          So maybe if the url is correct, I do need to change some settings in nextcloud?
          For example has the calendar to be public?

          My current working (in browser only) version is:

          calendars: [
                               {
                               symbol: "calendar-check",
                               url: "https://USERNAME:PASSWORD@DOMAIN/remote.php/dav/calendars/USERNAME/persoenlich/?export",
                               }
                              ]
          

          Any help?

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 2 / 2
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy