Open iamevl opened 3 years ago
With the current module you can only request calendars in .json format if I see it right. Since webcal.fi became webcal.guru you have to pay a yearly Developer Subscription for about 50€ to continue getting .json calendar files. Free are only .ics files.
@iamevl I made a new module from the default calendar module that does the same as this module MMM-CalendarTodayTomorrow
config to add :
{
module: "MMM-CalendarTodayTomorrow",
header: "Funny Holidays",
position: "top_center",
config: {
calendars: [
{
symbol: "calendar-check",
url: "https://www.webcal.guru/en-US/download_calendar?calendar_instance_id=142"
}
]
}
},
Let me know how it works
Webcal.fi has now become Webcal.guru and this has broken the module. I am unable to figure out how to resolve the issue. Tried changing the URL to point to the new location but i presume the format of the file has changed on the site.