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

    ember1205

    @ember1205

    6
    Reputation
    303
    Profile views
    181
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online
    Website www.embernetworks.com
    Location CT

    ember1205 Unfollow Follow

    Best posts made by ember1205

    • RE: "Out of memory" issues - where do I begin?

      Cool. I download the latest one and try it out.

      Glad I can help you keep improving your code! lol

      posted in Troubleshooting
      E
      ember1205
    • RE: TV vs. Monitor

      Most monitors are IPS panels while most TV’s are VA panels. IPS has wider viewing angles with consistent color. The VA panels have better refresh rates for motion (which is not commonly needed for something like a mirror).

      TV’s can be an easy choice because they can be much more available and a remote could be useful. A monitor will generally make for a preferred screen by having better viewing angles and being lighter overall.

      posted in General Discussion
      E
      ember1205
    • RE: new tutorial pls

      @raf Are you volunteering? :)

      Seriously - You won’t be anywhere near as well-versed as if you can figure it out on your own. And documenting your learnings to help others is how all of this stuff grows and improves. I’ve pestered @sdetweil plenty about a lot - much of his input has been to help me understand where to look, but he has also done some coding and such on his side. I’ve offered back some things I learned along the way that he has then incorporated and I’m now going to look into helping to extend and enhance some work he has done by doing the coding myself. It take a village, as they say…

      posted in Troubleshooting
      E
      ember1205
    • RE: new tutorial pls

      @raf So, figure out what’s incorrect and help get it updated. The doc you’re trying to work from was built in that same way at one point…

      posted in Troubleshooting
      E
      ember1205
    • RE: "Out of memory" issues - where do I begin?

      Update… 30 full days since my last post about stability and have not experienced a single crash on either mirror. So, Electron is definitely the source of the problem.

      Thank you to @sdetweil for the assistance in swapping over to Chromium and getting things to a stable state.

      posted in Troubleshooting
      E
      ember1205
    • RE: "Out of memory" issues - where do I begin?

      UPDATE: At this point, I’m closing in on a full week of operating two mirrors without issue. I’ve changed to running Chromium instead of Electron and it’s working well all around. Here are some details of the operation in case it’s useful:

      • Pi 3 Model B (one UK, one China)
      • MM 2.12.0
      • Native modules configured: WeatherForecast, CurrentWeather (both weather modules set to different locations as the two Pi’s are in different locations), clock, calendar (2 instances, 2 different Google calendars), alert, updatenotification
      • Third-party modules: MMM-ImagesPhotos (@sdetweil version)
      • Customizations:
        • Modified the WeatherForecast module according to this thread to get 5 days of forecast data back after recent MM update: https://forum.magicmirror.builders/topic/13187/weatherforecast-showing-only-two-days/31?_=1601303807634
        • Converted to using Chromium instead of Electron locally as detailed in this thread
        • Chromium update / notice disabled via the step from a couple of posts prior to this one
        • Allow connections from local LAN addresses
      • Pi connected to a smart plug that turns on each day at 7AM, cron job to execute “init 0” each day at 11PM, smart plug turns off at 11:05PM

      Prior to successfully switching over to Chromium, the devices would crash at least once every other day (at least one of them would crash during a 48 hour window), although it was much more common to see each one crash multiple times per day. There was no consistency to which one would crash, why, when, etc. The “crash” in question was a black screen on the mirror and no visible info being output although the mouse cursor would sometimes appear. I wrote a cron job that would run every five minutes, look up the location of the pm2 error logs, check to see if there was an “out of memory” error in the log, and do a restart of MM if there was (the restart consisted of shut down, log flush, and start). This job ran every five minutes and would silently exit if there was no error as the mirror was running ok.

      Since the switchover, I have seen zero crashes on either device in almost seven days of operation.

      Electron has been discussed ad nauseum as having a variety of shortcomings, bugs, issues, etc. - especially in the old version being used with MM. At this point, I have to wonder why it’s still not only the default but the ‘only’ browser that’s really discussed for use with MM. It would seem that it’s time to either forklift an upgrade to it within MM or switch to something else (at a minimum, at least provide a well-documented alternative).

      I’m grateful to @sdetweil for his assistance with this, especially since it really took a calendar year almost to get to a point where it’s seemingly working as expected now.

      posted in Troubleshooting
      E
      ember1205
    • RE: Autostarts but doesn't run, will run on restart

      @sdetweil

      Now I have to find something else to break… sigh… :)

      posted in Troubleshooting
      E
      ember1205
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @sdetweil Yeah… I should have said I updated to the latest version of Bullseye with all patches. I haven’t made the last step to Bookworm yet…

      posted in Troubleshooting
      E
      ember1205
    • RE: Ads are blocking site content - how to get rid of them?

      @thgmirror Not really an option for me.

      How does the site admin not understand that this is counter-productive to the site?

      posted in General Discussion
      E
      ember1205
    • RE: Ads are blocking site content - how to get rid of them?

      @mumblebaj said in Ads are blocking site content - how to get rid of them?:

      @ember1205 Easiest way for me was installing the Adguard plugin on Chrome

      Thanks. I’ll give this one a try…

      posted in General Discussion
      E
      ember1205

    Latest posts made by ember1205

    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @sdetweil Yeah… I should have said I updated to the latest version of Bullseye with all patches. I haven’t made the last step to Bookworm yet…

      posted in Troubleshooting
      E
      ember1205
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      Yeah, I actually did more troubleshooting and such over the weekend and ended up doing a full upgrade to the RPi OS and then updating MM on there as well.

      My troubleshooting was showing that the server side “shouldn’t” have been the issue because launching a browser on just about any other device would result in the continual processing and rotating of photos and such. And, even though the photo processing seemed to be the only piece that would stop updating on the client, the fact that it worked everywhere else led me to take the leap and do all of the updates on the RPi.

      After doing the full upgrade to the latest version of RaspiOS (Bullseye) and then updating MM to the latest (using your scripts), it seems to be working correctly again and hasn’t stopped rotating the photos since the upgrade.

      posted in Troubleshooting
      E
      ember1205
    • RE: Ads are blocking site content - how to get rid of them?

      @mumblebaj said in Ads are blocking site content - how to get rid of them?:

      @ember1205 Easiest way for me was installing the Adguard plugin on Chrome

      Thanks. I’ll give this one a try…

      posted in General Discussion
      E
      ember1205
    • RE: Ads are blocking site content - how to get rid of them?

      @thgmirror Not really an option for me.

      How does the site admin not understand that this is counter-productive to the site?

      posted in General Discussion
      E
      ember1205
    • Ads are blocking site content - how to get rid of them?

      This is getting frustrating as it makes it impossible to read certain posts / pages… How do I get rid of this intrusive content?
      Screenshot 2025-09-04 at 10.09.26 AM.jpg

      posted in General Discussion
      E
      ember1205
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @sdetweil I’m not running on a Pi or its software… Full install of opensuse linux. And I keep it fully patched and at the current release level.

      posted in Troubleshooting
      E
      ember1205
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @sdetweil I keep the OS updated separately on its own. What kind of updates are you suggesting would be necessary here?

      posted in Troubleshooting
      E
      ember1205
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @sdetweil So what you’re saying is that maybe I wanna start by upgrading? lol

      I’m running on a Linux virtual guest, so I can easily snapshot it before I try and upgrade. What’s the best option for me to get current?

      posted in Troubleshooting
      E
      ember1205
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @sdetweil Version of MM? 2.13

      posted in Troubleshooting
      E
      ember1205
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @sdetweil Issue I see now is that the indicated lines to add the lines after do not exist in my versions of server or socketclient…

      posted in Troubleshooting
      E
      ember1205