MagicMirror Forum

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

    UNSOLVED Live-sync mm calendar <- nextcloud calendar

    Troubleshooting
    3
    7
    383
    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
      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
        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

        Create a working config
        How to add modules

        D 1 Reply Last reply Reply Quote 1
        • D
          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
            sdetweil @droidus last edited by

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

            Sam

            Create a working config
            How to add modules

            D 1 Reply Last reply Reply Quote 0
            • B
              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
                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
                  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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy