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

    Posts

    Recent Best Controversial
    • RE: Family Mirror

      @Lmagenis Looking again, it appears that my tweak to the module to add the ‘.breakfast-description’ class was never merged. I’m on my own fork of the module:

      https://github.com/dathbe/MMM-TitanSchoolMealMenu/tree/combined

      (Note that it’s the “combined” branch not the default branch.)

      You can see the various tweaks I’ve made to my fork here:

      https://github.com/evanhsu/MMM-TitanSchoolMealMenu/pulls

      posted in Show your Mirror
      D
      dathbe
    • RE: Electron Browser Crashing?

      I’ve been rotating through disabling modules on my Mirror. I have currently disabled MMM-Pinfo, and have not noticed a crash recently. Noting it here for posterity. I’ll create an issue on Github if I get more confidence that it’s that module.

      posted in Troubleshooting
      D
      dathbe
    • RE: Family Mirror

      @Lmagenis custom CSS:

      /* MMM-TitanSchoolMealMenu CSS */
      
      .MMM-TitanSchoolMealMenu {
        max-width: 500px;
      }
      
      .MMM-TitanSchoolMealMenu .meal-list {
        margin-block-start: unset;
      }
      
      .MMM-TitanSchoolMealMenu li {
        font-size: var(--font-size-small);
      }
      
      .MMM-TitanSchoolMealMenu ul {
        padding-inline-start: 0;
      }
      
      .MMM-TitanSchoolMealMenu .large {
        color: #f8dd70;
        line-height: unset;
      }
      
      .MMM-TitanSchoolMealMenu .meal-title,
      .MMM-TitanSchoolMealMenu .breakfast-description {
        display: none;
      }
      

      The last entry is the key to what you’re asking.

      posted in Show your Mirror
      D
      dathbe
    • RE: Electron Browser Crashing?

      I added the following to my config.js file:

      ...
      units: "imperial",
      
      electronSwitches: {
          "password-store": "basic" /* needs quotes for the - */
      },
      
      modules: [
      ...
      

      And yet I again got another black screen (with cursor). This time, my error logs are entirely empty except for a couple fetch errors that tend to happen now and again.

      posted in Troubleshooting
      D
      dathbe
    • RE: Electron Browser Crashing?

      I woke up to a crashed browser, and this is the only error message in my log:

      [304749:0625/052044.668867:ERROR:network_service_instance_impl.cc(612)] Network service crashed, restarting service.

      Does this mean anything to anyone?

      I found this other thread, which seems to be a related though not the same issue:

      https://forum.magicmirror.builders/topic/19130/error-network_service_instance_impl-cc-600/7

      I also found this, with no real solution I see other than maybe it’s temperature related? My Pi is reporting 55 deg C - 63 deg C. I thought that was within normal operating, but maybe not?

      https://forum.magicmirror.builders/topic/16421/every-few-hours-i-get-error-network_service_instance_impl-cc-916-network-service-crashed-restarting-service/34?page=4

      posted in Troubleshooting
      D
      dathbe
    • RE: Electron Browser Crashing?

      @sdetweil Thanks. I’ll see if that turns anything up.

      posted in Troubleshooting
      D
      dathbe
    • RE: Family Mirror

      @plainbroke It’s a custom python script, and it has broken since I created this post. Working on a plan B.

      posted in Show your Mirror
      D
      dathbe
    • Electron Browser Crashing?

      I’m having a recent (last couple weeks) issue where I’ll walk past my mirror to find that it has partially crashed and is only showing a black screen with a cursor. It does not crash all the way to the home screen (which would have a menu bar at the top), and MagicMirror itself does not seem to be crashing because my logs (pm2 log mm) are still showing regular module updates without any errors or warnings.

      Anyone have any idea what’s going on?

      My setup:

      Raspi 4B
      Raspbian Buster
      MM installed using @sdetweil 's install script

      posted in Troubleshooting
      D
      dathbe
    • RE: Do you need to list moment and moment-timezone as dependencies in modules?

      @sdetweil Maybe I’m wrong, and I haven’t spent a lot of time trying to test it, but I think regular moment will grab the date in the local timezone based on what is set in the system. You can’t do as much with OTHER timezones in regular moment, but I think at least that works. Whereas the regular javascript date will pull the date and time in UTC. That said, I do use moment-timezone in my modules–though some of them I have taken over maintaining, and they used regular moment to some success.

      posted in Development
      D
      dathbe
    • RE: Do you need to list moment and moment-timezone as dependencies in modules?

      @BKeyport I couldn’t get timezones working properly. So, for example, if you want to know what day it is, and you’re not on UTC, you’re liable to pull tomorrow’s date. Maybe I don’t know how to do it, but moment is pretty lightweight and makes a few things slightly easier.

      posted in Development
      D
      dathbe
    • 1
    • 2
    • 3
    • 4
    • 1 / 4