Not showing the number of days correctly
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" } ], }, },
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.