Read the statement by Michael Teeuw here.
Custom Calendar entries
-
Hi everyone, just wondering if it is possible to create an array and add custom calendar date entries into the config for the default calendar module The idea is to use the existing calendar and add some custom days for lets say family member’s birthdays and important dates.
Thanks in advance!
-
Shouldn’t that be done via the calender itself?
I.e add repeating events in your calender.
-
@broberg I’m using the existing default calendar. I don’t have any additions to that - , my config file is below
{ module: 'calendar', header: 'US Holidays', position: 'top_left', config: { calendars: [ { symbol: 'calendar-check-o ', url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics' } ]
Is there something I can add to the above?
}
}, -
That calendar is practically just a place holder, you can add your own calendar.
Are you a android user or iphone user?
You can link almost any calender to the MagicMirror2My self I use the google calendar since I’m a Android user.
-
@broberg I also use Android, do you have your config file which I can use as a reference? I am not entirely sure how to link it in.
thank you!
-
Then you have to read this : https://support.google.com/calendar/answer/37648
Then when you have done that you can copy the calendar url that is generated and then just replace the existing url with that.