MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Solution for Nextcloud Calender Integration

    Scheduled Pinned Locked Moved Solved Troubleshooting
    1 Posts 1 Posters 380 Views 1 Watching
    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.
    • N Offline
      Noob1000
      last edited by

      Re: Default calendar and Nextcloud CalDav

      Hello together,

      I have tried different ways and now found one that is not quite perfect but works.

      Unfortunately, the NC user and password must be used in plain text, so I have generated for this purpose a special user on the NC that has no permissions but gets my calendar shared by me. This is certainly not the most elegant solution but it works and is relatively “safe”.

      Here is the copy of my working ```
      code_text

      
      
      {
                                module: "calendar",
                               header: "Calender",
                                position: "top_left",
                                config: {
                                        calendars: [
                                                {
                                                        symbol: "calendar",
                                                        url: "https://<USERNAME>:<PASSWORD>@<EXAMPLEnextcloud.org>/remote.php/dav/calendars/<USERNAME>/<NAMEofCALENDER>/?export",
                                                        auth: {
                                                                user: "USERNAME",
                                                                pass: "PASSWORD",
                                                                method: "basic",
                                                        }
                                                },
                                        ],
                                }
       
       
                        },
      1 Reply Last reply Reply Quote 1
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy