thobach / MMM-Gestures

MMM-Gestures is a head-less 3rd party module for MagicMirror that allows to control the Magic Mirror via gestures of two types of infrared sensors. Use cases include presence awareness to trigger compliments or go into sleep mode and scrolling through news tickers or view news details.
http://blog.thomas-bachmann.com/2016/02/magic-mirror-2-0-mit-gestensteuerung.html
42 stars 12 forks source link

Monitor stays black after wakeup #2

Closed DigitalOnGithub closed 6 years ago

DigitalOnGithub commented 6 years ago

after the display is turned off and a person steps infornt of the mirror the display stays black... it wakes up from the standby but nothing is shown - just black.

over a VNC connection i know that the sensor is working. a compliment is shown in that case and the gestures are also viable and are working.

DigitalOnGithub commented 6 years ago

nevermind... just edited the function saveEnergy(person) {} in MMM-Gestures/Node.js/gestures.js instead of tvservice -o and tvservice -p use vcgencmd display_power 0 to turn hdmi off vcgencmd display_power 1 to turn hdmi on