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.

    OwnCloud integration

    Scheduled Pinned Locked Moved Unsolved General Discussion
    13 Posts 7 Posters 10.9k Views 7 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.
    • C Offline
      charliwest
      last edited by

      @Shampooman do you have this publicly anywhere? I have a bash script that does something I want an MMM to do but have no idea how to get it working and it looks to me thats what you are doing.
      Thanks

      1 Reply Last reply Reply Quote 0
      • ? Offline
        A Former User
        last edited by

        I can make the curl call work, adding a -k to it, to get around the certificate.
        Can I do something similar in the module ?
        Thanks.

        1 Reply Last reply Reply Quote 0
        • R Offline
          raymonvdm
          last edited by raymonvdm

          I`m using NextCloud and i figured it out using the following config

                     {
                              module: "calendar",
                              header: "username",
                              position: "top_left",
                              config: {
                                  calendars: [
                                     {
                                       symbol: "calendar-check-o ",
                                       url: "https://username:app_password@nexctcloud.domain.nl/remote.php/dav/calendars/username/8a757113-03ae-4d7a-a6a1-8db4350eee54_shared_by_username?export"
                                      }
                                   ]
          		}
          	},
          

          I got the calander name from the webinterface by clicking on the dots right behind the specific calender.

          Note: I am using a dedicated user to login to nextcloud. This user is recieving the “shared” calanders from the actual users. In this way i don`t need to login with my own nextcloud credentials

          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy