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

    Posts

    Recent Best Controversial
    • RE: MESA Loader with fresh install

      @sdetweil from the magicmirror directory I started npm start run and in another ssh session pm2 status shows
      [PM2][WARN] Current process list is not synchronized with saved list. App npm differs. Type ‘pm2 save’ to synchronize.
      Tried pm2 save and
      [PM2] Saving current process list…
      [PM2][WARN] PM2 is not managing any process, skipping save…
      [PM2][WARN] To force saving use: pm2 save --force
      Tried your recommendation of running pm2 start all after killing the other running mirror and get
      [PM2][WARN] No process found

      Running the npm start run does show the mirror but it has that mesa-loader error and an exception. Not sure if this can just be ignored. Would rather be able to solve this. But second question after trying to get this fixed is the pi with the mirror running appears to go into sleep or display shuts off. How do I go about keeping it showing.

      Again output if useful from running npm run start
      user@computer:~/MagicMirror $ npm run start

      magicmirror@2.23.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [21.05.2023 19:09.35.149] [LOG] Starting MagicMirror: v2.23.0
      [21.05.2023 19:09.35.168] [LOG] Loading config …
      [21.05.2023 19:09.35.176] [DEBUG] config template file not exists, no envsubst
      [21.05.2023 19:09.35.187] [LOG] Loading module helpers …
      [21.05.2023 19:09.35.218] [LOG] No helper found for module: alert.
      [21.05.2023 19:09.35.260] [LOG] Initializing new module helper …
      [21.05.2023 19:09.35.265] [LOG] Module helper loaded: updatenotification
      [21.05.2023 19:09.35.269] [LOG] No helper found for module: clock.
      [21.05.2023 19:09.35.980] [LOG] Initializing new module helper …
      [21.05.2023 19:09.35.982] [LOG] Module helper loaded: calendar
      [21.05.2023 19:09.35.986] [LOG] No helper found for module: compliments.
      [21.05.2023 19:09.35.989] [LOG] No helper found for module: weather.
      [21.05.2023 19:09.36.057] [LOG] Initializing new module helper …
      [21.05.2023 19:09.36.058] [LOG] Module helper loaded: newsfeed
      [21.05.2023 19:09.36.059] [LOG] All module helpers loaded.
      [21.05.2023 19:09.36.088] [LOG] Starting server on port 8080 …
      [21.05.2023 19:09.38.320] [LOG] Server started …
      [21.05.2023 19:09.38.322] [LOG] Connecting socket for: updatenotification
      [21.05.2023 19:09.38.324] [LOG] Starting module helper: updatenotification
      [21.05.2023 19:09.38.325] [LOG] Connecting socket for: calendar
      [21.05.2023 19:09.38.326] [LOG] Starting node helper for: calendar
      [21.05.2023 19:09.38.329] [LOG] Connecting socket for: newsfeed
      [21.05.2023 19:09.38.331] [LOG] Starting node helper for: newsfeed
      [21.05.2023 19:09.38.332] [LOG] Sockets connected & modules started …
      [21.05.2023 19:09.39.193] [LOG] Launching application.
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      …/…/buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[1294:0521/190948.154504:ERROR:command_buffer_proxy_impl.cc(325)] GPU state invalid after WaitForGetOffsetInRange.
      [1294:0521/190948.157431:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      [1252:0521/190948.236817:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      …/…/buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[1252:0521/190954.556190:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      MESA-LOADER: failed to retrieve device information
      …/…/buildtools/third_party/libc++/trunk/include/vector:1425: assertion __n < size() failed: vector[] index out of bounds[1252:0521/190955.659256:ERROR:gpu_process_host.cc(991)] GPU process exited unexpectedly: exit_code=6
      [1294:0521/190956.473632:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
      [21.05.2023 19:10.00.497] [LOG] Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
      [21.05.2023 19:10.00.744] [LOG] Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      [21.05.2023 19:10.00.917] [INFO] Checking git for module: MagicMirror
      [21.05.2023 19:10.02.472] [INFO] Calendar-Fetcher: Broadcasting 9 events.
      [21.05.2023 19:10.02.552] [INFO] Newsfeed-Fetcher: Broadcasting 26 items.

      posted in Troubleshooting
      C
      calcio
    • RE: MESA Loader with fresh install

      @sdetweil Sorry, haven’t had a chance to revisit this. I’m running this over SSH to get everything set up. The app doesn’t crash so I can’t run pm2 after npm run start. It just errors and then tries to fetch information forever. I did look at the manual again and found a note that for running over ssh you should use ```
      DISPLAY=:0 nohup npm start &

      posted in Troubleshooting
      C
      calcio
    • 1 / 1