MMM-CalendarWeek icon indicating copy to clipboard operation
MMM-CalendarWeek copied to clipboard

Not showing the number of days correctly

Open clone2324 opened this issue 5 years ago • 1 comments

I have maximumNumberOfDays set to 5 but only 4 days worth of events are displayed. The 5th day is just blank and will fill itself in only after it becomes day 4.

Here is my config file. I can post a picture too if you'd like(xxx for information control): { module: "MMM-CalendarWeek", header: "Events", position: "bottom_bar", // tableClass: "medium", maximumEntries: 40, config: { calendarTitle: "xxx", displaySymbol: false, colored: true, maximumNumberOfDays: 5, calendars: [ { color: "#FF4500", url: "xxx"}, { color: "#FF0000", url: "xxx" } ], }, },

clone2324 avatar Oct 06 '20 20:10 clone2324

Hi,

Try moving the maximumEntries config option inside the config bracket, for example next to where you have defined number of days.

Let me know how it works out.

heskja avatar Oct 07 '20 04:10 heskja