• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.4k 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 Jan 12, 2022, 6:18 PM

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

    S 1 Reply Last reply Jan 12, 2022, 6:26 PM Reply Quote 0
    • S Away
      sdetweil @droidus
      last edited by Jan 12, 2022, 6:26 PM

      @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 Jan 13, 2022, 6:52 PM Reply Quote 1
      • D Offline
        droidus @sdetweil
        last edited by Jan 13, 2022, 6:52 PM

        @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 Jan 13, 2022, 7:23 PM Reply Quote 0
        • S Away
          sdetweil @droidus
          last edited by Jan 13, 2022, 7:23 PM

          @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 Jan 15, 2022, 11:42 PM Reply Quote 0
          • B Offline
            bdream
            last edited by Jan 14, 2022, 12:39 PM

            @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 Jan 15, 2022, 11:42 PM

              @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 Jan 17, 2022, 11:24 AM Jan 17, 2022, 11:21 AM

                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
                1 / 1
                • First post
                  3/7
                  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