Hello everyone,
I use the MMM-Scheduler to display/hide some modules. I need 3 programmations
6:00 to 9:00 from monday to friday
{from: '0 6 * * 1-5', to: '0 9 * * 1-5'}
All day of the week end
{from: '* 0 * * SAT', to: '59 23 * * SUN'},
And “others” (so monday to friday between 0:00 and 9:00 and between 9:00 and 0:00)
{from: '0 9 * * 1-5', to: '59 23 * * 1-5'},
{from: '* 0 * * 1-5', to: '59 5 * * 1-5'}
but I think it’s not very optimized…
How would you do ?
Thank you for your help ! :)