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.

    HTTPS and Owncloud calendar + https rss feeds

    Scheduled Pinned Locked Moved Troubleshooting
    9 Posts 3 Posters 4.3k 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.
    • B Offline
      BananaBro
      last edited by

      Re: Calendar module - https URL

      Hi,
      I’m new to MagicMirror and trying to set it up on my Raspberry Pi 2 before I buy all the Hardware.
      I have my own Owncloud (on a hosted webspace) with SSL-Certificate. I tried to set it up like in the thread mentioned above. My calendar config:

      {
      			module: "calendar",
      			header: "Linus Kalendar",
      			position: "top_right",
      			config: {
      					colored: false,
      					calendars: [
      						{	
      							url: "webcal://https://mycloud.de/remote.php/dav/calendars/Linus/linusics/",
      							symbol: 'calendar-o',
      							auth: {
      								user: 'Linus',
      								pass: 'superstrongpassword,
      								method: 'basic' 
      							}
      						},	
      						{
      							symbol: 'calendar-o',
      							url: "http://i.cal.to/ical/3/borussiadortmund/bundesliga-spielplan/cb9838d6.22dc3615-9550730a.ics"
      						}	
      					],
      			},
      		},
      

      No problems with the second calendar but the first one from my Owncloud won’t show up. Any suggestions?

      I also have problems to get https rss feeds to work. Neither with the default rss module nor with the MMM-RSS-FEED module. Is there any chance to get it work?

      Thanks for any Help :)

      1 Reply Last reply Reply Quote 0
      • yawnsY Offline
        yawns Moderator
        last edited by

        @BananaBro said in HTTPS and Owncloud calendar + https rss feeds:

        webcal://https://mycloud.de/

        webcal://https://mycloud.de/ does not look right. Try removing the webcal://

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

          Already tried without webcal:// . It won’t work either.

          1 Reply Last reply Reply Quote 0
          • yawnsY Offline
            yawns Moderator
            last edited by

            If you open your link in a browser you reach a transit hotel??
            Double check your link please

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

              I didn’t share the real link :D sry.

              https://cloud.linus-schuertz.de/remote.php/dav/calendars/Linus/linusics/

              i also tried to use a public link like this one where you dont have to authencitate:

              https://cloud.linus-schuertz.de/index.php/apps/calendar/p/J41TY60YCHZ4MCQP/magic_mirror_test

              doesnt work either

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

                @BananaBro
                webcal://cloud.linus-schuertz.de/remote.php/dav/public-calendars/J41TY60YCHZ4MCQP?export
                I think this is right url of your iCal.

                B 1 Reply Last reply Reply Quote 1
                • B Offline
                  BananaBro @Guest
                  last edited by

                  @Sean said in HTTPS and Owncloud calendar + https rss feeds:

                  @BananaBro
                  webcal://cloud.linus-schuertz.de/remote.php/dav/public-calendars/J41TY60YCHZ4MCQP?export
                  I think this is right url of your iCal.

                  This one actually works. Thanks dude. But how could you know ? :D is there any basic knowledge im missing? Is this anywhere in the owncloud documentary?

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

                    @BananaBro in your shared calendar, there were subscribe and download buttons. Usually those links are for getting pure ical file.

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

                      Ah ok. Thanks for the tip.

                      Since I dont like sharing my private calendar in public, I tried to set it up without sharing the calendar.

                      {	
                      							url: 'webcal://cloud.linus-schuertz.de/remote.php/dav/calendars/Linus/linusics?export',
                      							symbol: 'calendar-o',
                      							auth: {
                      								user: 'Linus',
                      								pass: 'superstrongpassword',
                      								method: 'basic' 
                      							}
                      						},
                      

                      This setup is working! :))

                      Thanks alot for help!

                      1 Reply Last reply Reply Quote 0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      • 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