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

    Topics

    • R

      Ghost Overlay / OMXPlayerTransparency

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting mmm-pir videoplayer
      40
      0 Votes
      40 Posts
      28k Views
      G
      @bhepler said in Ghost Overlay / OMXPlayerTransparency: Video of the ghost in the mirror can be found here: https://youtu.be/6hb1N1tYcPc As an aside, this morning I changed the command to omxplayer -p -o local --loop --alpha 85 boo.mp4 to cut the sound from the video file. It woke me up when the mirror switched on this morning at 5 AM. Realy nice solution! Looks awesome! Could you sum up all the things needed for that? Reading through this 4 Pages is very difficulty. Would be very thankful.
    • R

      IP-Cam/Simple-Logo mod for WebCam JPEG

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      1 Votes
      2 Posts
      3k Views
      R
      @Reotch2 So… I’m an idiot. The static link for SimpleLogo worked fantastic… AFTER… I mod’d the SetInterval function to have a “&” instead of the “?”. now the camera works perfectly. Put simply… use SimpleLogo… use the Foscam static link above to pull a JPEG… update the MMM-SimpleLogo.js Start Function as follows. start: function() { if (this.config.refreshInterval > 0) { var self = this; setInterval(function() { img = document.querySelector(‘.simple-logo__container img’); img.setAttribute(‘src’, self.config.fileUrl + ‘&’ + Date.now()); }, this.config.refreshInterval); } },
    • 1 / 1