MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. dathbe
    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

    dathbe

    @dathbe

    11
    Reputation
    12
    Profile views
    39
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dathbe Unfollow Follow

    Best posts made by dathbe

    • Family Mirror

      I finally got around to making my mirror presentable, so I thought I’d show it off.

      25-05-28 17-24-10 2891.jpg

      Yes, I do have eventual plans to do something about that brown electrical cord hanging out the bottom.

      The guts are a 30" TV I pulled out of its shell and a Raspberry Pi 4B. I used some 1"x3" and some molding to build a simple box frame.

      25-05-28 19-01-39 2892.jpg

      The primary modules are:

      alert
      updatenotification
      clock
      MMM-Remote-Control - used for updating several other modules
      MMM-CustomText - used to show a message via a python script when there are apt updates for my RPi, and weather alerts via another python script
      MMM-EarthquakeAlerts
      MMM-RandomPhoto
      MMM-MagicMover
      MMM-ModuleScheduler - hides certain modules when they’re out of season
      MMM-Carousel - rotates through 5 separate pages

      Page 1 - Calendar
      MMM-CalendarExt2 - It pulls from a generic GMail calendar I’ve convinced my wife to invite to anything the whole fam should know about
      MMM-Multimonth

      25-05-28 17-22-45 2886.jpg

      Page 2 - Weather
      MMM-RAIN-MAP - only displays when rain is predicted in the next 12 hours
      weather - used only to trigger MMM-OpenWeatherMapForecast
      MMM-MoonPhase
      A proprietary module that displays a day/night map of the earth
      MMM-Block - adjusts the height of the two bottom modules so they line up

      25-05-28 17-23-01 2887.jpg

      Page 3 - Home Automation
      MMM-Rest - several instances; grabs info from my home automation server
      MMM-NestRemoteThermostat
      MMM-GoogleMaps-Tracking - updated via python script
      MMM-Block - to move modules around so they line up

      25-05-28 17-23-21 2888.jpg

      Page 4 - Sports
      MMM-MyScoreboard
      MMM-MyStandings - multiple instances
      MMM-PGA

      25-05-28 17-23-41 2889.jpg

      Page 5 - Info
      MMM-SimpleLogo - a logo from our school
      MMM-LINQConnectCalendar
      MMM-TitanSchoolMealMenu
      MMM-JsonTable - displays gas prices via a python script
      MMM-Pinfo
      MMM-Block - multiple instances to adjust things so they line up

      25-05-28 17-24-01 2890b.jpg

      The Future
      Adding touchscreen capabilities? This seems like a pain that would ruin the aesthetics, but maybe.

      posted in Show your Mirror
      D
      dathbe
    • RE: MMM-MyScoreboard

      FYI, i have taken over maintaining this module and have made some updates. anyone interested can check out at https://github.com/dathbe/MMM-MyScoreboard .

      open an issue if you have problems or a suggestion.

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

      @KristjanESPERANTO - while true, I also plan to replace moment when temporal is available

      posted in Development
      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
    • 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: MMM-MyScoreboard

      @BKeyport Awesome. Unrelated, but I love your MMM-Multimonth.

      posted in Sport
      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: MMM-PGA

      Just FYI, I’ve taken over primary maintenance of this module. It is now available at https://github.com/dathbe/MMM-PGA, with a handful of bug fixes.

      posted in Sport
      D
      dathbe

    Latest posts made by dathbe

    • 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