• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

How do you turn Off/On the monitor if not in use - Be Green

Scheduled Pinned Locked Moved General Discussion
24 Posts 9 Posters 16.7k Views 9 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.
  • M Offline
    mpires @Steff
    last edited by Mar 7, 2017, 12:40 PM

    @Steff Sure Steff, post the Scheduler configuration.

    1 Reply Last reply Reply Quote 0
    • S Offline
      Steff
      last edited by Mar 7, 2017, 6:58 PM

      @mpires
      Here is the configuration:

                      {
                      module: 'MMM-ModuleScheduler',
                      config: {
                      notification_schedule: [
                                      // TURN THE MONITOR/SCREEN OFF AT 8:30 EVERY WEEK DAY
                                      {notification: 'REMOTE_ACTION', schedule: '30 8 * * MON-FRI', payload: {action: "SHUTDOWN"}},
                                      // TURN THE MONITOR/SCREEN OFF AT 23:30 EVERY DAY
                                      {notification: 'REMOTE_ACTION', schedule: '30 23 * * *', payload: {action: "SHUTDOWN"}},
                                  ]
                               }
                      },
      

      The clock timer is programmed to kill the power supply 15 min later than the shutdown time(s).

      M 1 Reply Last reply Mar 7, 2017, 7:57 PM Reply Quote 1
      • M Offline
        mpires @Steff
        last edited by Mar 7, 2017, 7:57 PM

        @Steff ty Steff, i did order today my PIR.

        1 Reply Last reply Reply Quote 0
        • W Offline
          wizz
          last edited by Mar 9, 2017, 9:30 AM

          I got an solution that i like and hope will work good for me.
          I am waiting for my Alexa Dot to arrive and when it dose i will use this to shut down the power to the monitor with the implementation for my Vera edge and a wall plug just telling the Alexa to shut down the monitor and also by command start up the monitor i rely hope that works as for the RPI i let it to be powered on like @broberg mentioned.

          So just waiting for the Alexa to drop down in the mail :)

          Z 1 Reply Last reply Mar 9, 2017, 10:18 AM Reply Quote 0
          • Z Offline
            zam @wizz
            last edited by Mar 9, 2017, 10:18 AM

            @wizz , I have already done this using an Echo Dot & 5V 4-Channel Wifi Relay module for Arduino LinkNode R4 with couple of coding i made a voice activated power extension plug :) it’s working fine for me !

            1 Reply Last reply Reply Quote 0
            • W Offline
              wizz
              last edited by Mar 9, 2017, 10:21 AM

              @zam Do you want to explain the setup and the coding pleas?

              Z 1 Reply Last reply Mar 9, 2017, 10:26 AM Reply Quote 0
              • Z Offline
                zam @wizz
                last edited by Mar 9, 2017, 10:26 AM

                @wizz Unfortunately i didn’t documented yet once i done ill update it , i try to upload a demo video though… but it says maximum size should be 2048 Kb .

                1 Reply Last reply Reply Quote 0
                • W Offline
                  wizz
                  last edited by Mar 9, 2017, 10:29 AM

                  @zam Post the video on Youtube and link to it in your answer.

                  Z 1 Reply Last reply Mar 9, 2017, 10:31 AM Reply Quote 0
                  • Z Offline
                    zam @wizz
                    last edited by Mar 9, 2017, 10:31 AM

                    @wizz you can check the tutorial video on https://www.youtube.com/watch?v=t5QEt-vX5Ng&t=2s a guy call Charles did an wonderful job hope it will help you .

                    1 Reply Last reply Reply Quote 0
                    • W Offline
                      wizz
                      last edited by Mar 9, 2017, 10:35 AM

                      @zam Thanks will have a look at it.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        13/24
                        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