kolbyjack / MMM-MonthlyCalendar

MIT License
30 stars 20 forks source link

Next Month #26

Closed swieprecht closed 1 year ago

swieprecht commented 1 year ago

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 :)

kolbyjack commented 1 year ago

This was really easy to do, try mode: "nextMonth" on latest master

swieprecht commented 1 year ago

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

kolbyjack commented 1 year ago

I just implemented it today after seeing your ticket, did you pull latest after I replied?

swieprecht commented 1 year ago

@kolbyjack oh wow, amazing, thank you so much. No I haven't, I will do now :)