MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. alexyak
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    A
    Offline
    • Profile
    • Following 0
    • Followers 4
    • Topics 6
    • Posts 109
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Motion Detector

      @strawberry-3.141 I have a feeling that the camera is not properly captured from the client side js code. I am going to create a dev branch with a lot more logging soon.

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      It’s logging in the terminal window that you use to start the mirror with npm start. You can also start the mirror with “npm start dev” with dev tools and there will be the output from the chromium.

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      @cowboysdude so just to confirm, when you run the status command on the RPI you get this output, right?

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      @cowboysdude on the RPI.

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      Could you also run the /opt/vc/bin/tvservice -s when your monitor is on?

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      @cowboysdude could you please run the magic mirror from the terminal until it switches off and doesn’t switch back on, bring the monitor back with the command and post your screenshot of the terminal?

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      Was your monitor on when you were starting the magic mirror?

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      Ok, the next step let’s check whether the off state is detected correctly. After you switched off the monitor with the first command try to execute this in the ssh term:

      /opt/vc/bin/tvservice -s

      and let me know which output you see.

      posted in Utilities
      A
      alexyak
    • RE: Motion Detector

      I am sorry to hear about your issues. Trying to think of the best way to troubleshoot that. The module doesn’t do anything fancy. It just executes these in the node_helper to switch on/of the output on HDMI:

      Switch off:

      /opt/vc/bin/tvservice -o

      Switch-on:

      /opt/vc/bin/tvservice --preferred && sudo chvt 6 && sudo chvt 7

      As a first step, could you please try to execute these commands in the ssh terminal?


      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Utilities
      A
      alexyak
    • RE: jquery not working on magic mirror

      @Ryroro could you try run the MM with dev tools and check the console out for errors.

      npm start dev

      posted in Troubleshooting
      A
      alexyak
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 10
    • 11
    • 6 / 11