Read the statement by Michael Teeuw here.
Calendar modification
-
That’s something that is outside of the scope of MM itself. They don’t have anything to do with the MM calendar module itself. When you said to keep the calendar in monthly mode, my first reaction was, ‘Uh, the calendar doesn’t have a monthly view’, hence my request for clarification.
It’s helpful to others who are using that specific service to host a calendar, and trying to incorporate it into MM, but you needed to specify what you were referring to.
Thanks for the clarification.
-
Wow, Thanks Guys.
I took a couple days of from the project and hit the lake, so sorry for the slow replies.
@MichMIch - That cured it, I had the maximunNumberOfDays Line to far down.
I have a couple other questions but I won’t clutter up the calendar Module board with them.
-
How to get ICAL for a Facebook calendar:
https://www.facebook.com/help/152652248136178/
2 different ICAL for birthdays and upcoming events :)
Useful config part: “maximumEntries: X”
And holidays calendars for many countries: https://www.mozilla.org/en-US/projects/calendar/holidays/
-
Anyone had any luck with Outlook 365 or Iphone calendars?
-
iphone calendar is not a big problem.
U must go to iCloud Calendar and make the calendar of your choice usable for public access.
After that copy the link of your public calendar and insert this link into the config.js in your calendar module.restart your magicmirror
-
@CCoates said in Calendar modification:
Anyone had any luck with Outlook 365 or Iphone calendars?
I use my outlook.com calendar without any problems
-
@yawns said in Calendar modification:
@CCoates said in Calendar modification:
Anyone had any luck with Outlook 365 or Iphone calendars?
I use my outlook.com calendar without any problems
How do you find out the ical or link???
In outlook?
-
I went to the web calendar on my computer (not on a smartphone or tablet!), went to settings (gear symbol top right) and clicked on options. The you see Publish Calendar and you are able to create the ics link.
-
is there a full month layout module?
-
Would this be the proper way to have it setup with both the Holiday cal and my personal shared one?
{ module: "calendar", header: "US Holidays", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" } ] } }, { module: 'calendar', header: 'Shared', position: 'top_left', maximumNumberOfDays: 7, config: { calendars: [ { symbol: 'calendar-check-o ', url: 'https://calendar.google.com/calendar/ical/your-info' } ] } },
Holiday Cal is good for me hahaha reminds me of days off lol