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

    togletree93

    @togletree93

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    togletree93 Unfollow Follow

    Latest posts made by togletree93

    • RE: ERROR:network_service_instance_impl.cc(600)

      @sdetweil Sorry for not getting back faster but the page loaded in server mode.
      So what does that mean about trying to run it through terminal? is it a software problem?

      posted in Troubleshooting
      T
      togletree93
    • RE: ERROR:network_service_instance_impl.cc(600)

      @sdetweil

      ~ $ npm run server
      npm ERR! code ENOENT
      npm ERR! syscall open
      npm ERR! path /home/togletree/package.json
      npm ERR! errno -2
      npm ERR! enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/home/togletree/package.json'
      npm ERR! enoent This is related to npm not being able to find a file.
      npm ERR! enoent 
      
      npm ERR! A complete log of this run can be found in: /home/togletree/.npm/_logs/2024-11-12T15_39_23_877Z-debug-0.log
      
      posted in Troubleshooting
      T
      togletree93
    • ERROR:network_service_instance_impl.cc(600)

      Hello, I was finally making way on my MM and then I started getting black screen on start up. When coming out of MM the terminal shows error. I have completely cleared all modules at this point to narrow the problem done and still nothing. I have seen other topics on this but back in 2022 with no resolve. What do yall think?

      > magicmirror@2.29.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2024-11-12 08:50:03.016] [LOG]   Starting MagicMirror: v2.29.0 
      [2024-11-12 08:50:04.740] [LOG]   Loading config ... 
      [2024-11-12 08:50:04.796] [LOG]   config template file not exists, no envsubst 
      [2024-11-12 08:50:07.921] [INFO]  Checking config file /home/USERNAME/MagicMirror/config/config.js ... 
      [2024-11-12 08:50:08.161] [INFO]  Your configuration file doesn't contain syntax errors :) 
      [2024-11-12 08:50:08.164] [INFO]  Checking modules structure configuration ... 
      [2024-11-12 08:50:08.530] [INFO]  Your modules structure configuration doesn't contain errors :) 
      [2024-11-12 08:50:08.543] [LOG]   Loading module helpers ... 
      [2024-11-12 08:50:08.544] [LOG]   All module helpers loaded. 
      [2024-11-12 08:50:08.568] [LOG]   Starting server on port 8080 ...  
      [2024-11-12 08:50:48.834] [LOG]   Server started ... 
      [2024-11-12 08:50:49.239] [LOG]   Sockets connected & modules started ... 
      [2024-11-12 08:51:00.756] [LOG]   Launching application. 
      [9558:1112/085142.686724:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service.
      [2024-11-12 08:52:05.964] [INFO]  System information:
      ### SYSTEM:   manufacturer: Raspberry Pi Foundation; model: Raspberry Pi Zero 2 W Rev 1.0; virtual: false
      ### OS:       platform: linux; distro: Raspbian GNU/Linux; release: 12; arch: arm; kernel: 6.6.51+rpt-rpi-v7
      ### VERSIONS: electron: 31.7.2; used node: 20.18.0; installed node: 20.9.0; npm: 10.1.0; pm2: 5.4.2
      ### OTHER:    timeZone: America/Chicago; ELECTRON_ENABLE_GPU: undefined 
      [2024-11-12 08:52:10.010] [LOG]   Shutting down server... 
      [2024-11-12 08:52:10.022] [LOG]   Node_helpers stopped ...
      

      Screenshot 2024-11-12 090144.png

      posted in Troubleshooting
      T
      togletree93