Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing the number of days correctly #47

Open
clone2324 opened this issue Oct 6, 2020 · 1 comment
Open

Not showing the number of days correctly #47

clone2324 opened this issue Oct 6, 2020 · 1 comment

Comments

@clone2324
Copy link

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" } ], }, },

@heskja
Copy link
Owner

heskja commented Oct 7, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants