kolbyjack / MMM-MonthlyCalendar

MIT License
26 stars 19 forks source link

Show next X days #14

Closed loafdog closed 2 years ago

loafdog commented 2 years ago

I am using the currentWeek setting. Works fine to see the entire week(Sunday to Saturday for example). But I'd like to see the next X days, say X=5. So as time moves forward I see the days displayed change. Is this possible?

kolbyjack commented 2 years ago

Pull latest and set firstDayOfWeek: "today" in your config. It's still going to show seven days, but at least it will rotate the first day like you want.

loafdog commented 2 years ago

Works great, seven days is just fine. Thanks!