• 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.

MMM-Remote-control all working except for monitor on and off

Scheduled Pinned Locked Moved Troubleshooting
12 Posts 3 Posters 2.6k Views 3 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.
  • D Offline
    diemen112
    last edited by Jan 22, 2021, 11:07 AM

    i made a fresh install with MMos because i bricked my SD card.
    but now i installed Remote-control everything works except monitor off and on.
    when i manually type the command “vcgencmd display_power 0” by SSH it works fine.
    i tried removing the module and installing again but that was no help.

    Schermafbeelding 2021-01-22 om 12.05.43.png

    1 Reply Last reply Reply Quote 0
    • K Offline
      karsten13
      last edited by Jan 22, 2021, 10:37 PM

      @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 …

      1 Reply Last reply Reply Quote 0
      • D Offline
        diemen112
        last edited by Jan 23, 2021, 10:57 AM

        @karsten13 said in MMM-Remote-control all working except for monitor on and off:

        docker-compose up -d

        thank you!, that works.
        i only run the command first ‘cp rpi.yml docker-compose.yml’ without the ‘:’.
        can i run in trouble now? it looks like everything works fine.

        kind regards

        1 Reply Last reply Reply Quote 0
        • K Offline
          karsten13
          last edited by Jan 23, 2021, 9:05 PM

          everything o.k., the : was a typo here …

          1 Reply Last reply Reply Quote 0
          • D Offline
            diemen112
            last edited by Jul 4, 2022, 8:06 AM

            I had to reinstall my MM but now i have the same problem again.
            but the last time solution doesn’t help.
            I have the same error as the previous printscreen.
            and when i run vcgencmd in the terminal it works fine.

            K 1 Reply Last reply Jul 4, 2022, 9:19 PM Reply Quote 0
            • K Offline
              karsten13 @diemen112
              last edited by Jul 4, 2022, 9:19 PM

              @diemen112

              are there any errors in the logs?

              Output of docker logs mm?

              D 1 Reply Last reply Jul 5, 2022, 12:34 PM Reply Quote 0
              • D Offline
                diemen112 @karsten13
                last edited by Jul 5, 2022, 12:34 PM

                @karsten13 said in MMM-Remote-control all working except for monitor on and off:

                docker logs mm

                this is the logs output of the error

                [05.07.2022 14:31.43.589] [LOG] Error: Command failed: vcgencmd display_power 0
                vcgencmd: error while loading shared libraries: libvchiq_arm.so.0: cannot open shared object file: No such file or directory

                at ChildProcess.exithandler (node:child_process:408:12)
                at ChildProcess.emit (node:events:526:28)
                at maybeClose (node:internal/child_process:1092:16)
                at Socket.<anonymous> (node:internal/child_process:451:11)
                at Socket.emit (node:events:526:28)
                at Pipe.<anonymous> (node:net:687:12) {
                

                killed: false,
                code: 127,
                signal: null,
                cmd: ‘vcgencmd display_power 0’
                }

                K 1 Reply Last reply Jul 5, 2022, 10:10 PM Reply Quote 0
                • K Offline
                  karsten13 @diemen112
                  last edited by Jul 5, 2022, 10:10 PM

                  @diemen112

                  I can’t test this myself at the moment because I have no pi left for a fresh install.

                  I had to reinstall my MM

                  what does this mean exactly? Did you setup MM-OS from scratch?

                  D 1 Reply Last reply Jul 6, 2022, 3:39 PM Reply Quote 0
                  • D Offline
                    diemen112 @karsten13
                    last edited by diemen112 Jul 6, 2022, 3:40 PM Jul 6, 2022, 3:39 PM

                    @karsten13

                    yes completely from scratch, i used the latest MM-OS version:
                    (2022-03-08_2022-01-28-magicmirroros-bullseye-armhf-lite-0.3.0)
                    and reinstalled all the modules on a RP3b+

                    K 1 Reply Last reply Jul 6, 2022, 7:26 PM Reply Quote 0
                    • K Offline
                      karsten13 @diemen112
                      last edited by Jul 6, 2022, 7:26 PM

                      @diemen112

                      you are using a nightly build which is not an official release.

                      I was not aware of a bullseye version and this setup was never tested with bullseye.

                      So I recommend to use a buster version.

                      D 1 Reply Last reply Jul 7, 2022, 10:53 AM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      • First post
                        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