MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. BananaBro
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: HTTPS and Owncloud calendar + https rss feeds

      @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?

      posted in Troubleshooting
      B
      BananaBro
    • RE: HTTPS and Owncloud calendar + https rss feeds

      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

      posted in Troubleshooting
      B
      BananaBro
    • RE: HTTPS and Owncloud calendar + https rss feeds

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

      posted in Troubleshooting
      B
      BananaBro
    • HTTPS and Owncloud calendar + https rss feeds

      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 :)

      posted in Troubleshooting
      B
      BananaBro
    • 1 / 1