Closed Haskar closed 3 years ago
@Haskar Did you ever solve this issue?
If not, can you try removing the global_schedule
entirely and using the following module_schedule
in the config for the MMM-Timetable module
module_schedule: [
{from: '0 6 * * 1-5', to: '0 14 * * 1-5'}
],
This should show the MMM-Timetable module at 06:00 on every day-of-week from Monday through Friday, then hide it at 14:00 on every day-of-week from Monday through Friday.
If you're still having issues, please re-open the issue and share the output from the log (removing any sensitive information before posting!)
never soled this issue. I removed this part now and see if it fixes anything :)
module_schedule: [ {from: '0 6 * * 1-5', to: '0 14 * * 1-5'} ],
It's hard to check now. I will add some scheduling during the weekend to find out if it changed anything. Thx for the reply :)
I have this configuration:
It seems like the module ignores the "to"-field completely during "runtime" but not if I restart the mirror itself. The problem started to occur a few weeks/months ago (I didn't really notic it until recently)
I have also tried {from: '0 6 1-5', to: '0 14 1-5'} with no success.
Is this a problem with the MMM-ModuleScheduler or MMM-Timetable or a combination of both? I don't know ...