MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Remote Control and Module Scheduler Not Turning off Monitor

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 531 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ooom416354O Offline
      ooom416354
      last edited by

      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"}}
                                  ]
                             }
                      },
      
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Enjoying MagicMirror? Please consider a donation!
      MagicMirror created by Michael Teeuw.
      Forum managed by Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy