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

    Posts

    Recent Best Controversial
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @proxxym open the following file:

      ~/MagicMirror/modules/MMM-homeassistant-sensors/MMM-homeassistant-sensors.css
      

      find the following lines:

      .ha-small {
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
        color: #999
      }
      
      .ha-normal {
        font-size: 20px;
        line-height: 25px;
        color: #999
      }
      
      .ha-big {
        font-size: 22px;
        line-height: 26px;  
        color: #999
      }
      

      and either change the .ha-big font-size from 22px to something bigger (e.g. 30px, 36px, etc.)

      or add a completely separate style:

      .ha-extra-big {
        font-size: 36px;
        line-height: 30px;  
        color: #999
      }
      

      and change this in your config

      rowClass = 'extra-big'
      
      posted in Utilities
      I
      Ivanov_d
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @proxxym
      afaf132e-851b-4ccb-b36b-1d2bebbfd5fc-image.png

      posted in Utilities
      I
      Ivanov_d
    • RE: New 2-way mirror supplier - low prices and lead times

      mirror-in-mirror = mirrorception :D

      @Daniels nice setup, mate! Thank you for the positive feedback. It was a pleasure dealing with you as well.

      posted in Hardware
      I
      Ivanov_d
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      I usually don’t do this and dig to the bottom of the problem, but this time I gave up and reverted back to Raspbian Buster and all my issues were solved. It seems that there are still some issues with RPi3b+ and Bullseye.

      posted in Troubleshooting
      I
      Ivanov_d
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      Today I got a new error message “GPU process isn’t usable. Goodbye.”:

      0|MagicMirror  | [25.03.2022 16:21.17.187] [INFO]  Checking git for module: MMM-homeassistant-sensors
      0|MagicMirror  | [25.03.2022 16:21.17.354] [INFO]  
      0|MagicMirror  | Checking git for module: default
      0|MagicMirror  | [25.03.2022 16:22.15.459] [LOG]   Shutting down server...
      0|MagicMirror  | [25.03.2022 16:22.15.464] [LOG]   Stopping module helper: updatenotification
      0|MagicMirror  | [25.03.2022 16:22.15.466] [LOG]   Stopping module helper: MMM-MyCalendar
      0|MagicMirror  | [25.03.2022 16:22.15.468] [LOG]   Stopping module helper: MMM-DarkSkyForecast
      0|MagicMirror  | [25.03.2022 16:22.15.469] [LOG]   Stopping module helper: newsfeed
      0|MagicMirror  | [25.03.2022 16:22.15.470] [LOG]   Stopping module helper: MMM-GoogleAssistant
      0|MagicMirror  | [25.03.2022 16:22.15.472] [LOG]   Stopping module helper: Gateway
      0|MagicMirror  | [25.03.2022 16:22.15.474] [LOG]   Stopping module helper: EXT-Alert
      0|MagicMirror  | [25.03.2022 16:22.15.476] [LOG]   Stopping module helper: EXT-Detector
      0|MagicMirror  | [25.03.2022 16:22.15.477] [LOG]   Stopping module helper: MMM-Spotify
      0|MagicMirror  | [25.03.2022 16:22.15.479] [LOG]   Stopping module helper: MMM-MyCommute
      0|MagicMirror  | [25.03.2022 16:22.15.480] [LOG]   MMM-GoogleBirthdaysProvider: Stopping helper
      0|MagicMirror  | [25.03.2022 16:22.15.482] [LOG]   Stopping module helper: MMM-homeassistant-sensors
      0|MagicMirror  | [16373:0325/162215.558435:ERROR:zygote_communication_linux.cc(276)] Failed to send GetTerminationStatus message to zygote
      0|MagicMirror  | [16373:0325/162215.603817:ERROR:zygote_communication_linux.cc(276)] Failed to send GetTerminationStatus message to zygote
      0|MagicMirror  | [16373:0325/162215.612830:ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service.
      0|MagicMirror  | [16373:0325/162215.642076:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [16373:0325/162215.660312:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [16373:0325/162215.668549:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [16373:0325/162215.678393:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [16373:0325/162215.685640:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [16373:0325/162215.692769:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [16373:0325/162215.692890:FATAL:gpu_data_manager_impl_private.cc(417)] GPU process isn't usable. Goodbye.
      
      posted in Troubleshooting
      I
      Ivanov_d
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      @TvE I was jumping for joy way too soon. I took out my SD card to make a backup of it and when I put it back in, MagicMirror started restarting every other minute just like before. No changes were made whatsoever. I am now very confused …

      posted in Troubleshooting
      I
      Ivanov_d
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      @TvE it’s been running for 25 hours so far:

      pm2 status MagicMirror
      ┌───────────────┬────┬─────────┬──────┬──────┬────────┬─────────┬────────┬─────┬──────────┬──────┬──────────┐
      │ App name      │ id │ version │ mode │ pid  │ status │ restart │ uptime │ cpu │ mem      │ user │ watching │
      ├───────────────┼────┼─────────┼──────┼──────┼────────┼─────────┼────────┼─────┼──────────┼──────┼──────────┤
      │   MagicMirror │ 0  │ 2.18.0  │ fork │ 2911 │ online │ 15      │ 25h    │ 0%  │ 2.7 MB   │ pi   │ disabled │
      └───────────────┴────┴─────────┴──────┴──────┴────────┴─────────┴────────┴─────┴──────────┴──────┴──────────┘
      

      I am still tweaking my config, however, my approach was the following:

      1. I updated from Rapbian Buster to Bullseye
      2. That broke my Raspberry Pi 3b+'s WiFi connection (seems like a known bug https://forums.raspberrypi.com/viewtopic.php?t=325484), so I removed connman package and installed network-manager and connected to the WiFi. If you install network-manager, you will also want to disable the MAC randomization:
        To disable the WiFi MAC randomization, create the following file using the this command:
      sudo nano /etc/NetworkManager/conf.d/100-disable-wifi-mac-randomization.conf
      

      and paste the following content inside:

      [connection]
      wifi.mac-address-randomization=1
      [device]
      wifi.scan-rand-mac-address=no
      

      Save the changes and continue.

      1. I backed up my MM config and modules folder and started with a fresh install of MM 2.18
      2. I started MM with the default config - no luck, it was crashing every minute
      3. I started removing the default modules and installing the ones that I had before
      4. I was observing the same behavior as you did - the default modules that needed network connection, when fetching data were breaking the network stack somehow … I edited the config to enter my calendar and newsfeed URLs and that seemed to fixed the issue. It might be something in the response of the default calendar and/or newsfeed … but that is just my speculation.

      I also have pulled all the latest updates for every module that I had installed previously just to make sure that I am all up to date.

      Ever since as you can see, my MM has been running steadily. Definitely not an SoC temp issue, since I never had anything than the stock aluminum radiators on the Pi and it has been running for 3-4 years 24/7 already.

      I wouldn’t have decided to upgrade to bullseye if it was not a requirement for the new version of MMM-GoogleAssistant.

      Anyways, I hope that this helps.

      P.S. I am in Sofia, so the date/time in my log is GMT +02:00

      posted in Troubleshooting
      I
      Ivanov_d
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      I finally found out what the issue is. It was an electron bug that is fixed in MM v. 2.18 (I was using an older version). Now everything works.

      posted in Utilities
      I
      Ivanov_d
    • RE: Exiting GPU process due to errors during initialization

      Seems that this is a know bug and not the cause of the restart.

      posted in Troubleshooting
      I
      Ivanov_d
    • RE: Every few hours I get "ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service"

      @TvE I am in the same spot as you.

      Raspberry Pi 3b+
      Fresh installed Raspbian Bullseye 11
      Fresh install of MM with vanilla config and modules - crashes every minute and restarts itself. Are you saying that the config might be the problem?

      0|MagicMirror  | Launching application.
      0|MagicMirror  | [18725:0322/102613.376542:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
      0|MagicMirror  | [18766:0322/102613.700219:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
      0|MagicMirror  | [22.03.2022 10:26.16.088] [LOG]   
      0|MagicMirror  | Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
      0|MagicMirror  | [22.03.2022 10:26.16.175] [LOG]   
      0|MagicMirror  | Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      0|MagicMirror  | [22.03.2022 10:26.16.248] [INFO]  
      0|MagicMirror  | Checking git for module: default
      0|MagicMirror  | [22.03.2022 10:26.17.014] [INFO]  
      0|MagicMirror  | Newsfeed-Fetcher: Broadcasting 61 items.
      0|MagicMirror  | [22.03.2022 10:26.17.522] [INFO]  
      0|MagicMirror  | Calendar-Fetcher: Broadcasting 10 events.
      0|MagicMirror  | [22.03.2022 10:27.33.823] [LOG]   Shutting down server...
      0|MagicMirror  | [22.03.2022 10:27.33.833] [LOG]   Stopping module helper: updatenotification
      0|MagicMirror  | [22.03.2022 10:27.33.835] [LOG]   Stopping module helper: calendar
      0|MagicMirror  | [22.03.2022 10:27.33.848] [LOG]   Stopping module helper: newsfeed
      0|MagicMirror  | [18692:0322/102733.909781:ERROR:zygote_communication_linux.cc(276)] Failed to send GetTerminationStatus message to zygote
      0|MagicMirror  | [18692:0322/102733.942607:ERROR:zygote_communication_linux.cc(276)] Failed to send GetTerminationStatus message to zygote
      0|MagicMirror  | [18692:0322/102733.958362:ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service.
      0|MagicMirror  | [18692:0322/102733.974458:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [18692:0322/102733.982862:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [18692:0322/102733.989821:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | [18692:0322/102733.998527:ERROR:gpu_process_host.cc(962)] GPU process launch failed: error_code=1002
      0|MagicMirror  | > magicmirror@2.18.0 start
      0|MagicMirror  | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|MagicMirror  | [22.03.2022 10:27.42.385] [LOG]   
      0|MagicMirror  | Starting MagicMirror: v2.18.0
      0|MagicMirror  | [22.03.2022 10:27.42.407] [LOG]   
      0|MagicMirror  | Loading config ...
      0|MagicMirror  | [22.03.2022 10:27.42.421] [LOG]   
      0|MagicMirror  | Loading module helpers ...
      0|MagicMirror  | [22.03.2022 10:27.42.427] [LOG]   
      0|MagicMirror  | No helper found for module: alert.
      0|MagicMirror  | [22.03.2022 10:27.42.463] [LOG]
      
      posted in Troubleshooting
      I
      Ivanov_d
    • 1
    • 2
    • 3
    • 4
    • 5
    • 10
    • 11
    • 3 / 11