@diemen112 said in MMM-Remote-control all working except for monitor on and off:
MMos
if you refer to https://github.com/guysoft/MagicMirrorOS you must be aware of that this setup uses a docker container. This has some restrictions, not all commands from the pi are available from inside the docker container. E.g. rebooting or shutting down the pi will not work and there is no simple workaround to get this running.
But adding vcgencmd is no problem, so I updated the docker setup by adding a new volume mount. For getting the update:
Please cd into ~/magicmirror/run and execute:
git pull
cp rpi.yml docker-compose.yml:
After that execute docker-compose up -d in the same folder.
If you did own changes to docker-compose.yml don’t
forget to save it before executing the above cp command …