Closed swieprecht closed 1 year ago
This was really easy to do, try mode: "nextMonth"
on latest master
@kolbyjack that's exactly what I have, it doesnt return the next month, it returns the current month:
{ module: "MMM-MonthlyCalendar", position: "upper_third", config: { // See "Configuration options" for more information. mode: "currentMonth", } },
{ module: "MMM-MonthlyCalendar", position: "lower_third", config: { // See "Configuration options" for more information. mode: "nextMonth", } },
I just implemented it today after seeing your ticket, did you pull latest after I replied?
@kolbyjack oh wow, amazing, thank you so much. No I haven't, I will do now :)
Hi, I have this working with current month, but I'm trying to show the current month in the upper_third and the next month in the lower_third - I've tried using the term "nextMonth" and upcomingMonth but to no success. Is there a way to do this as I imagine others may like this option too :)