• 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.4k 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
    last edited by Mar 6, 2017, 12:50 PM

    alt text

    So after read so many post, i would like know how you turn Off/On your monitor when you are not using.

    I can’t decide what is the best way to do this, after all i think we must be green and save some energy ;)

    My idea is to active MM once someone get in front of the MM, then turn off the monitor to save some power, for this i think that PIR is the way to go, by power on/off the HDMI.
    ( was the solution i found on the forum that seems to work ok. )

    Be free to tell how did you became green with your MM, i’m sure this is a topic that most of us are interested.

    S 1 Reply Last reply Mar 6, 2017, 1:06 PM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @mpires
      last edited by Mar 6, 2017, 1:06 PM

      @mpires with voice control

      Please create a github issue if you need help, so I can keep track

      1 Reply Last reply Reply Quote 1
      • B Offline
        broberg Project Sponsor
        last edited by Mar 6, 2017, 1:10 PM

        Just a thought, does the PIR cut the power entirely or does it just set the monitor to standby?

        I don’t really care about the small amount that electronic devices use in standby, but to be truly green you should really cut the power entirely to the monitor.

        Y M 2 Replies Last reply Mar 6, 2017, 1:32 PM Reply Quote 0
        • Y Offline
          yawns Moderator @broberg
          last edited by Mar 6, 2017, 1:32 PM

          @broberg
          You are right. Using the PIR to power down the HDMI puts your screen to standby.
          You could of course use a relais and completely switch off/on the power supply to your screen. However this would cause delays when the screen is powered again and needs to start. In addition I don’t know how long the display and the display board would survive being switched on and off constantly

          M 1 Reply Last reply Mar 6, 2017, 3:03 PM Reply Quote 0
          • M Offline
            mpires @yawns
            last edited by Mar 6, 2017, 3:03 PM

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

            art. In

            I agree, but the other problem i see with relay, is that you will be able to cut the energy, but once you order to power on, monitor will need human action to press power button :(

            1 Reply Last reply Reply Quote 0
            • M Offline
              mpires @broberg
              last edited by Mar 6, 2017, 3:08 PM

              @broberg

              The test i did with my LG monitor, was using remote module i did turn Monitor OFF, and my monitor will enter in standby after 2 sec, so i think that i can set the PIR to once detect movement will trigger the monitor to ON, and after X sec, if no movement is detect turn monitor OFF.

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

                I am using a “dual” solution: I do use a PIR sensor together with the MMM-PIR module to switch the monitor to standby via HDMI off. Since the Raspi and the monitor are still consuming energy, I thought about when I do really use my MagicMirror. So I came to the conclusion that I never use and need my MM during night and during my working hours in the week. So I bought a rather cheap clock timer with the capability to program it per day. Every day the MM is switched completely off during night time and every work day during my work time. In order to prevent any potential SD card failure I do use the module MMM-Scheduler to shut down the Raspi well in advance before power is cut. If there is interest I can post the configuration of MMM-Scheduler.

                J M 2 Replies Last reply Mar 6, 2017, 9:33 PM Reply Quote 1
                • J Offline
                  johnnyboy @Steff
                  last edited by Mar 6, 2017, 9:33 PM

                  @Steff
                  The PIR sensor and MMM-PIR Module is on my list as soon as I read up more about them, so I for one would be gratefull if you could post the scheduler config… I want to see if I can mange the set up as smoothly as possible… hence why I want to read up as many posts about it here and in other posts.

                  Thanks.

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