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.

    Live-sync mm calendar <- nextcloud calendar

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    7 Posts 3 Posters 1.5k Views 3 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.
    • D Offline
      droidus
      last edited by

      Is there any way to show events from my Nextcloud Calendar to my MM instance dashboard?

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @droidus
        last edited by

        @droidus supposedly you need to use this type of cal entry definition in MM cal config

        calendars: [
        {
        symbol: "calendar",
        url: "https://nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USER/personal/?export",
        user: "USER",
        pass: "PASSW",
        method: "basic",
        },
        ]
        

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Reply Quote 1
        • D Offline
          droidus @sdetweil
          last edited by

          @sdetweil I added this code, but it is not showing up on my dashboard. I did a pm2 restart mm.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @droidus
            last edited by

            @droidus and u changed the URL to have MYDOMAIN and USER specify whatever nextcloud uses for you?

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @droidus I use the link provided from NC in

              https://nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USERS/pers%c3%b6nlich/

              adding ?export

              Username and password I need to add to the url as shown here:

              url: "https://USER:PASSWORD@nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USER/pers%c3%b6nlich?export"

              –
              cheers, bdream

              1 Reply Last reply Reply Quote 0
              • D Offline
                droidus @sdetweil
                last edited by

                @sdetweil said in Live-sync mm calendar <- nextcloud calendar:

                @droidus and u changed the URL to have MYDOMAIN and USER specify whatever nextcloud uses for you?

                Yes.

                @bdream said in Live-sync mm calendar <- nextcloud calendar:

                @droidus I use the link provided from NC in

                https://nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USERS/pers%c3%b6nlich/

                adding ?export

                Username and password I need to add to the url as shown here:

                url: "https://USER:PASSWORD@nextcloud.MYDOMAIN.xyz/remote.php/dav/calendars/USER/pers%c3%b6nlich?export"

                This tells me file not found.

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

                  What is, if you take the link given by NC adding ?export at the end and USER:PASSWORD as shown and put it into your web browser.
                  Make sure to change USER and PASSWORD with your credentials.

                  This should open/download the ics-file

                  –
                  cheers, bdream

                  1 Reply Last reply Reply Quote 0
                  • 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