MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. feigi
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    feigi

    @feigi

    0
    Reputation
    4
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    feigi Unfollow Follow

    Latest posts made by feigi

    • RE: MMM-Videoplayer - Play video files on your mirror

      @Snille Yes, i use your Version. The content of my cloned folder on the rPI is identical to your folder on github. So i am using the same Version.
      Why its showing that its trying to load a node_helper, i have no idea. I dont even know what that is 🙂 I just started the MM without any other modules than yours and did not see an Error and just wanted to show that.

      But its ok if this is not possible to play on a rPI. Was worth a try!

      Thanks anyway for your support and the great work! 🙂

      posted in Entertainment
      F
      feigi
    • RE: MMM-Videoplayer - Play video files on your mirror

      @Snille
      Thank you very much for your answer. Sorry for my late reply, but i did not have time to cover this through the week.

      I updated to the latest version and disabled all other modules on my rPI.

      But none the less, it does not load the (or any other video).

      I dont see any errors:
      [2020-10-25 19:30:29.738] [LOG] Starting MagicMirror: v2.12.0
      [2020-10-25 19:30:29.749] [LOG] Loading config …
      [2020-10-25 19:30:29.758] [LOG] Loading module helpers …
      [2020-10-25 19:30:29.761] [LOG] No helper found for module: MMM-VideoPlayer.
      [2020-10-25 19:30:29.762] [LOG] All module helpers loaded.
      [2020-10-25 19:30:29.981] [LOG] Starting server on port 8080 …
      [2020-10-25 19:30:30.000] [LOG] Server started …
      [2020-10-25 19:30:30.001] [LOG] Sockets connected & modules started …
      [2020-10-25 19:30:30.145] [LOG] Launching application.

      Did already someone had success to test this on rPI?
      Or what could i do for some more debug?

      Cheers,
      Feigi

      posted in Entertainment
      F
      feigi
    • RE: MMM-Videoplayer - Play video files on your mirror

      Hey there,

      Your module is exactly what i am looking for.

      But somehow, it does not display the movie at all.

      I tried several ways with the config file, but was not able to get it to work.

      So far i only tested with your Demo Vid, but nothing else.

      This is what i currently have in my config.js:

                  {
                          module: 'MMM-VideoPlayer',
                          position: 'bottom_left',
                          config: {
                          }
                  },
      

      I downloaded the Module using ‘git clone’ into the modules directory. I did not do anything else.

      I do not get a config error, so everything seems proper, but just no Video.

      Do you have any idea?

      Thank you very much!

      Cheers,
      Feigi

      posted in Entertainment
      F
      feigi
    • RE: MMM-NewPIR only works if i plug/unplug the cable, but not without

      Hi there,

      The Sensor now works like a charm. But actually i am not sure what i changed, but since i enabled (and now again disabled) the Debug, it recognices every movement like intended.

      The Debug actually helped to see when it detects a movement, so that was indeed helpful.

      Thank you very much for the quick support!

      Best Regards,
      Roman

      posted in Troubleshooting
      F
      feigi
    • RE: MMM-NewPIR only works if i plug/unplug the cable, but not without

      Hi there,

      Thanks for your quick answer.

      I do have a Raspberry Pi 3 Model B+

      posted in Troubleshooting
      F
      feigi
    • MMM-NewPIR only works if i plug/unplug the cable, but not without

      Hello everyone,

      My MagicMirror is working properly and now i am looking into the last detail, introducing a PIR Sensor for Motion Detection and safe energy on the Monitor if not needed.

      Now i configured the Module like this:

      {
      module: ‘MMM-NewPIR’,
      position: ‘top_left’,
      config: {
      useSensor: true,
      sensorPin: 23,
      reverseValue: false,
      delay: 20* 60 * 1000,
      turnOffDisplay: true,
      ecoMode: false,
      governor: “”,
      text: “Auto Turn Off Screen:”,
      counter: true,
      rpi4: false,
      debug: false
      }
      },

      The Time is running, after the entered time, the screen is getting turned off. That works properly. But the timer is actually only being reseted, when i unplug the cable on either the sensor or the raspberry pi.

      I only have one Sensor, i cannot exchange the Sensor.

      If i would enable debug to true, where would i find the output?

      Thank you very much for your support!

      Cheers,
      roman

      posted in Troubleshooting
      F
      feigi