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