Hi,
I ran into a really annoying problem.
All I wanted to do, was update a newsfeed. Unfortunately it went all downhill from there.
What I have done so far:
- fresh install
- manually installed missing modules via npm e.g. npm install request
- adjusted permissions for chrome sandbox
This all has not resulted in success.
As my MM wouldn’t boot up into “normal” mode, i.e. MM shows up with all the bells and whistles (via pm2), I did the following:
- I disabled all modules and started adding one module at a time, starting with just the clock
- I started MM in servermode
- connected via VNC to my MM
- opened chrome and opened 127.0.0.1:8080
This resulted in a MM interface with a clock.
My MM seems to generally be working.
I went through and added one module at a time and repeated above mentioned steps.
Last module, that caused trouble was MMM-CalendarWeek.
This could be a coincidence though.
The pm2 log states
pi@magicmirror:~ $ ./MagicMirror/run-start.sh
[16.02.2022 20:04.41.387] [LOG] Starting MagicMirror: v2.18.0
[16.02.2022 20:04.41.405] [LOG] Loading config ...
[16.02.2022 20:04.41.418] [LOG] Loading module helpers ...
[16.02.2022 20:04.41.422] [LOG] No helper found for module: MMM-Cursor.
[16.02.2022 20:04.41.425] [LOG] No helper found for module: clock.
[16.02.2022 20:04.41.866] [LOG] Initializing new module helper ...
[16.02.2022 20:04.41.868] [LOG] Module helper loaded: MMM-PublicTransportHafas
[16.02.2022 20:04.41.993] [LOG] Initializing new module helper ...
[16.02.2022 20:04.41.996] [LOG] Module helper loaded: MMM-Fuel
[16.02.2022 20:04.42.057] [LOG] Initializing new module helper ...
[16.02.2022 20:04.42.059] [LOG] Module helper loaded: MMM-Weather
[16.02.2022 20:04.42.060] [LOG] No helper found for module: MMM-Year-Progress.
[16.02.2022 20:04.42.584] [LOG] Initializing new module helper ...
[16.02.2022 20:04.42.586] [LOG] Module helper loaded: MMM-Holiday
[16.02.2022 20:04.43.072] [LOG] Initializing new module helper ...
[16.02.2022 20:04.43.074] [LOG] Module helper loaded: MMM-DWD-Pollen
[16.02.2022 20:04.43.117] [LOG] Initializing new module helper ...
[16.02.2022 20:04.43.119] [LOG] Module helper loaded: newsfeed
[16.02.2022 20:04.43.120] [LOG] All module helpers loaded.
[16.02.2022 20:04.43.292] [LOG] Starting server on port 8080 ...
[16.02.2022 20:04.43.317] [LOG] Server started ...
[16.02.2022 20:04.43.319] [LOG] Connecting socket for: MMM-PublicTransportHafas
[16.02.2022 20:04.43.321] [LOG] Connecting socket for: MMM-Fuel
[16.02.2022 20:04.43.323] [LOG] Starting module helper: MMM-Fuel
[16.02.2022 20:04.43.324] [LOG] Connecting socket for: MMM-Weather
[16.02.2022 20:04.43.326] [LOG] Connecting socket for: MMM-Holiday
[16.02.2022 20:04.43.327] [LOG] Starting node_helper for: MMM-Holiday
[16.02.2022 20:04.43.329] [LOG] Connecting socket for: MMM-DWD-Pollen
[16.02.2022 20:04.43.330] [LOG] MMM-DWD-Pollen helper started ...
[16.02.2022 20:04.43.331] [LOG] Connecting socket for: newsfeed
[16.02.2022 20:04.43.332] [LOG] Starting node helper for: newsfeed
[16.02.2022 20:04.43.333] [LOG] Sockets connected & modules started ...
[16.02.2022 20:05.07.955] [LOG] Launching application.
**[2139:0216/200529.312115:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=512
[2139:0216/200529.355982:ERROR:network_service_instance_impl.cc(916)] Network service crashed, restarting service.
[2283:0216/200530.410224:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
[2309:0216/200530.708608:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
[2259:0216/200530.832997:ERROR:command_buffer_proxy_impl.cc(125)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.```**
######################
pi@magicmirror:~ $ npm -v
8.3.1
pi@magicmirror:~ $ node -v
v16.14.0
######################
pi@magicmirror:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
I really have no idea what else I can do.
Any help is much appreciated
Thanks
P