A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Help with MMM-ModuleSchedule - not hiding
-
@cheminge yes cron uses 0-11 for month
-
-
@cheminge yes, you are correct.
The Gen I linked to also uses 1 for JanuaryWeird
-
I have updated my months to be words instead of numbers, and at first it was working, but now it is not hiding the second example module:
1st Example
module_schedule: {from: '* * * FEB *', to: '59 23 28 FEB *', dimLevel: '100'},
For March I am using:
2nd Example
module_schedule: {from: '* * * MAR *', to: '59 23 30 MAR *', dimLevel: '100'},
I would expect as of today (February 23rd, 2025) , the FEB would show, and it does. I don’t expect to see the MAR module, but it continues to show.
For now I have it committed it out, but How can I get this to hide for now, and start showing March 1st?
-
@cheminge i think dimlevel 0 is hidden
100 is shown -
@cheminge also, what is the default behavior if the module(s) are not in the ‘current’ timeframe? or not in any schedule?