Read the statement by Michael Teeuw here.
How do I access a local ICS file for my calendar?
-
Hi everyone, I’m new here.
I’ve been trying to get an additional calendar working using a local file. I have looked at all the suggestions and tried most of them. I still get a message that there is an error in the calendar module…
here is my setup:
{
module: “calendar”,
header: “US Holidays”,
position: “top_left”,
config: {
calendars: [
{
symbol: “calendar-check”,
name: “Holidays”,
url: “webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics”
}
]
}
},
{
module: “calendar”,
header: “Birthdays”,
position: “top_left”,
config: {
calendars: [
{
symbol: “birthday-cake”,
name: “Birthdays”,
url: “webcal://localhost:8080/modules/default/calendars/birthday.ics”
}
]
}
},I have the file in that directory as well as others I have tried. I just can’t find a solution and I am very new to this, so I am asking for some detailed help…
-
@jturczak use file:
file:///home/pi/MagicMirror/modules/default/calendar/birthday.ics