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

    Topics

    • D

      Dark Sky radar alternative

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      3
      0 Votes
      3 Posts
      944 Views
      D
      @bhepler Well…the WebView works, but MMM-RAIN-MAP works better. Thanks for the recommendation!
    • D

      MMM-AQI stopped working

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      8
      0 Votes
      8 Posts
      1k Views
      D
      @sdetweil I must have made a mistake when using your script command to upgrade: bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)” After I backed-up altered files and modules, I used the command: git pull && npm install and the MMM-AQI module works again. Thanks for pointing me in the right direction!
    • D

      WWW-iframe-ping fit web content into MM2 region

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      661 Views
      thgmirrorT
      @dwburger Did you try a local html in the modules folder? There you can use iframe with a zoom-factor to get the content of the original-url. Afterwards show this using MM-SmartWebDisplay . The local webside must be stored in the modules-folder.
    • D

      MMM-RTSPStream success

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      1 Votes
      4 Posts
      3k Views
      D
      This is an update to my post detailing my experience with the WWW-RTSPStream module. My implementation of the module in my MM2 was working OK, but I still had some interruptions when the video stream I was displaying would go black. Things got worse when I introduced a new WiFi router to improve coverage in my home. I had been depending on my OEM Uverse modem/router. I disabled the modem’s WiFi and added a Netgear RAX70 router to handle the WiFi duties in my home. For reasons beyond my understanding, this caused my MMM-RTSPStream module to be less stable. So, I decided to try a new IP camera. I chose a Wansview 1080 outdoor wireless IP camera that emphasized its use of the RTSP protocol. It’s this one: https://www.amazon.com/gp/product/B08C4YXV51/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1 At only $40 I wasn’t really expecting much, but I was pleasantly surprised. Their installation process was about as simple as it gets and the RTSP URLs they supply in their app were easy to copy/paste into the MMM-RTSPStream config.sys section of the MM2. I’ve had it up and running for 2 days now and haven’t had any down time. For the first time, I can actually depend on the MMM-RTSPStream module to show me a video stream that’s current. For what it’s worth, I’ve pasted my config.sys section for the MMM-RTSPStream below. { module: "MMM-RTSPStream", position: "bottom_right", config: { autoStart: true, rotateStreams: false, rotateStreamTimeout: 10, moduleWidth: 308, moduleHeight: 231, localPlayer: 'omxplayer', remotePlayer: 'vlc', showSnapWhenPaused: false, remoteSnaps: false, shutdownDelay: 12, omxRestart: 1, debug: true, stream1: { name: 'Garage', url: 'USE RTSP URL FROM WANSVIEW APP', frameRate: '30', hdUrl: 'USE RTSP URL FROM WANSVIEW APP', protocol: 'tcp', timeout: 20, snapshotType: 'url', snapshotRefresh: 10, width: 400, height: 350, absPosition:{ top: 700, right: 1910, bottom: 1050, left: 1310, }, }, } },
    • D

      MMM-RTSPStream snapshots

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      5
      1 Votes
      5 Posts
      1k Views
      D
      I believe I’ve found a solution. I decided to use ffmpeg from the RPi4 command line to save an image from the RTSP stream every 5 minutes. Every 5 minutes the new image overwrites the previous one, thus using the same filename. Then, I’m using mykle1’s MMM-EyeCandy module to display that sole image that’s housed in the /pix folder for that module. So, after several hours, ffmpeg continues to run (although it throws lots of “missed packet” errors), but it doesn’t abort. I’ll put ffmpeg under pm2 control next. Now, using MMM-EyeCandy, I’m getting a new image from my Wyze camera in the lower-right corner of my MM2 every 5 minutes. This is all I needed to stay reasonably up-to-date with what’s happening in front of that camera.
    • D

      MM2 on RaspbianXP

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      738 Views
      D
      @sdetweil I thought about using your scripts since I’ve used them for other installs and they worked perfectly. Since I had no idea how this install would go, I thought I’d do it stepwise, manually, in hopes of spotting where in the installation things went wrong. As it turned out, it went smoothly. Just as an aside, this pseudo WindowsXP GUI for the RPi 4 is pretty cool!
    • D

      All fonts too small on start-up

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      -1 Votes
      1 Posts
      292 Views
      D
      Sometimes when I reboot (sudo reboot now), the MM (autostarting with PM2) starts up with fonts that are way too small. I’ll go through the reboot procedure again and it often, but not always, starts with the correct fonts. Every once in a while I’ll have to reboot a third time. Once the MM is up and running it’s very stable. Has anyone experienced this and solved the problem? Can anyone suggest a place to start to diagnose and solve this problem? Thanks!
    • D

      Daily reboot inconsistency

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      5
      1 Votes
      5 Posts
      900 Views
      E
      @dwburger I think you’re on a good path with this…Keep us posted…
    • D

      Pushbullet trouble

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      720 Views
      D
      I’m using the Pushbullet module and all is well when I first start the MM2. However, after some time (usually days) messages to Pushbullet no longer display on the MM2. Those messages do appear on other devices connected to Pushbullet. I’ve thought it was because of a wifi drop, but I can remote into the Rpi using PuTTY while the Pushbullet messages don’t display so I don’t think it’s that. Can anyone suggest where else I should look to solve this problem??? Thanks!
    • D

      Associating module output with custom.css

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      9
      0 Votes
      9 Posts
      3k Views
      D
      @j-e-f-f Your suggestions worked well…thanks! It took me a while to get the localhost access working, but I can now view my MM2.5 using my Chrome web browser and then using the inspector to find displayed items I want to change. Thanks again!
    • D

      MM2.5 slow to PM2 start after changing pi password

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      1k Views
      D
      Looks like I should have looked closer to home than all over the web! I watched more closely at the boot-up procedure of my RPi and noticed a FAILED step involving dhcpcd. I looked that up on the web and found that newer distros don’t want you to edit the file /etc/network/interfaces. See this link for more information: https://www.raspberrypi.org/forums/viewtopic.php?t=203530 I followed the directions there and then went back Raspberrypi.org to follow the directions for properly (and easily) setting up my wifi. Once I did all that the dhcpcd error was gone and my MM2.5 reboot issues were resolved. Case closed.
    • D

      Send notice text to MM2.5

      Watching Ignoring Scheduled Pinned Locked Moved Solved Requests real-time notice module
      3
      0 Votes
      3 Posts
      1k Views
      joela85J
      Hi, I wanted to do this as well. I found the best solution for myself was to use the MMM-Wunderlist module. (You need the Wunderlist app on your mobile device as well. ) https://github.com/paviro/MMM-Wunderlist It’s a ToDo list and you can get messages to show up on the mirror by adding them to a specific List. This way you can have multiple messages showing up. And to get rid of the messages you can just tick that item off the list. You can also share lists with other Wunderlist users so they can also add and tick of items. Note: One thing I did find as well is that it did stop updating after so many hours of running. Never found out what caused this, there are some other threads on here regarding the same issue (the same with ToDoist module) The way I got around that was to set up a schedule to restart the MagicMirror a few times a day. Hope this helps or that you find an alternative solution, would be interested if there was an alternative easier way. Regards
    • 1 / 1