A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Remote Control and Module Scheduler Not Turning off Monitor
-
hi all, I am using the MMM-Remote Control module with the MMM-ModuleScheduler and for some reason I can’t get the monitor to turn off or on automatically. The actual webpage to connect using the remote control works to turn it off and on but it isn’t working in conjunction with the scheduler. Is there something I am missing? I had this working for awhile but had to re-image due to a corrupt SD card.
thanks!
{ module: 'MMM-Remote-Control' }, { module: 'MMM-ModuleScheduler', config: { notification_schedule: [ // Turn the screen on at 05:00 every morning {notification: 'REMOTE_ACTION', schedule: '00 5 * * *', payload: {action: "MONITORON"}}, // Refresh all modules at 11:25 every night {notification: 'REMOTE_ACTION', schedule: '25 23 * * *', payload: {action: "REFRESH"}}, // Turn the screen off at 11:30 every night {notification: 'REMOTE_ACTION', schedule: '30 23 * * *', payload: {action: "MONITOROFF"}} ] } },