Read the statement by Michael Teeuw here.
MMM-CalendarWeek
-
We’re experimenting with MagicMirror to keep track of what’s going on with our family calendar. It works fairly well - we’ve got a calendar set up for each person (5 of us) and another one for family events.
I have a problem though - when an event is in more than one calendar it only shows up as the first calendar. So if it’s in calendars 1, 2 & 3 MagicMirror will only show the event as being in Calendar 1.
Is there any way to stop it getting rid of duplicate entries?
-
@peter_mcc Just looking at the documentation, it looks like you’re running up against the allowDuplicate config, which is false by default, so it’s finding your multiple/same events and hiding them. add to the module config a line for
allowDuplicate: true,
-
Hey, I’m using this tool and I’m appreciate it very much - thank you!
But is there any possibility/option to adjust the columns-width or the space between two days?
-
How should i type in for multiple calendars?
Have tried different things but its just ending up config error. -
@qjaxxx
As far as I can see, you have closed the “config”-section of the module configuration too soon. As you have posted a screenshot of your config, not the config yourself, I will refrain from typing it manually, but you have a closing bracket “}” between “fetchInterval” and “calendars”. Please remove it, as the array of calendars should be within your config section. -
-
@othomys It depends on your setup. Calendar icons are supported using font awesome fonts, is that what you are looking for?
If so, you should use the “symbol” parameter in the calendar config as shown here:calendars: [ { url: 'http://www.calendarlabs.com/templates/ical/US-Holidays.ics', symbol: 'calendar', auth: { user: 'username', pass: 'superstrongpassword', method: 'basic' } }, ],
-
@bolish
Great idea! Would need some “css magic”, but I’ve created an issue in the GitHub repository. Please feel free to follow the development here:
https://github.com/heskja/MMM-CalendarWeek/issues/27 -
@Gingos
It is definitely doable with some CSS magic. I have created an issue in the GitHub repository to configure it with parameters as well. Please feel free to follow the development here: https://github.com/heskja/MMM-CalendarWeek/issues/28 -
How do you get the calendar to space evenly ?