|
Narly9999,
Hey thanks again for the response! You know what I'm not totally sure about the tvservice if that is a file or command? Either way it seems what I can find is that it is related to the RasPi. I'm not sure if there is an equivalent file/command that I can use for the Orange Pi or Armbian. It's funny you found that instructables article. That's exactly what started me out with the whole thing and trying to get this running on an Orange Pi. Anyways, I can give you the quick idea of how the whole thing works. After you install an OS on the device (Orange Pi) then you download the main program from this site:
https://magicmirror.builders/
This program comes with a config file and some out of the box modules you can play around with and learn the basics of how to set up what you want to display and get the mirror running. Also, there are several 3rd party modules you can clone from GitHub. They all run the same way. You clone the module and place a config string into the MM config file. So long story short, this HDMI sleep module is a 3rd party deal. It specifically states right on step 4:
4. Execute `sudo chmod u+s /opt/vc/bin/tvservice && sudo chmod u+s /bin/chvt` to allow turning on/off the hdmi output.
See when I start having problems with stuff that is supposed to work the coding noob starts to show...lol. |
|