Read the statement by Michael Teeuw here.
MMM-CalendarWeek
-
For some reason i cannot get CalendarWeek to display more than 4 days, could you kindly take a look at my configuration?
{ module: "MMM-CalendarWeek", displayLocation: true, displayDescription: true, maximumNumberOfDays: "7", maximumDaysPerLine: "7", position: "bottom_bar", // This can be any of the regions. Best results in bottom region. config: { // The config property is optional. // If no config is set, an example calendar is shown. // See 'Configuration options' for more information. calendars: [ { maximumNumberOfDays: "7", symbol: "google", url: "", }, { maximumNumberOfDays: "7", symbol: "umbrella-beach", url: "", }, { maximumNumberOfDays: "7", symbol: "building", url: "", }, { maximumNumberOfDays: "7", symbol: "birthday-cake", url: "", } ], } },
Thanks in advance,
Edgar Santos -
@ptcrusher said in MMM-CalendarWeek:
For some reason i cannot get CalendarWeek to display more than 4 days, could you kindly take a look at my configuration?
{ module: "MMM-CalendarWeek", displayLocation: true, displayDescription: true, maximumNumberOfDays: "7", maximumDaysPerLine: "7", position: "bottom_bar", // This can be any of the regions. Best results in bottom region. config: { // The config property is optional. // If no config is set, an example calendar is shown. // See 'Configuration options' for more information. calendars: [ { maximumNumberOfDays: "7", symbol: "google", url: "", }, { maximumNumberOfDays: "7", symbol: "umbrella-beach", url: "", }, { maximumNumberOfDays: "7", symbol: "building", url: "", }, { maximumNumberOfDays: "7", symbol: "birthday-cake", url: "", } ], } },
Thanks in advance,
Edgar SantosThis options need to go to the config key :)
displayLocation: true, displayDescription: true, maximumNumberOfDays: "7", maximumDaysPerLine: "7",
Now it works fine
-
Hi sorry for the lack of information, I have gotten your module to the point where it shows that no upcoming events are listed. So it IS showing up now. Would I actually make the config adjustments in the main config file, or are those adjustments to be made in the secondary file or node helper I think is what it is called? My code is attached. I adjusted my specific Ical url and username/password. Any help is appreciated.
Thanks,
-
Hello,
I have integrated several calendars. I would like to add a separate icon to each calendar. In which folder do I have to put the new symbols? What properties must the symbols have? (Type, size)
Many Thanks.
-
Hi,
Great module!
Is there any way to display it as a table? I mean adding lines to separate each date cell?
Something similar to :Maybe by aplying around with the .css?
-
Hi,
I’m trying to use this module as a monthly calendar also!
(7 days per row, 31 days max).Would be great if you could add below options to the modules!!::
- Module start date options :
- Today
- Monday of the current week (monday of this week)
- Monday of the week that precedes the day week of the month (this is the one I’m really looking for)
I will have a look on my side on parallel but I’m far from having the skills for now… Let’s see.
Cherry on the cake, be able to move the starting date upon notifications (i.e : move to next month following a gesture that triggers notification)
- Module start date options :
-
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.