A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Error: object_proxy
-
@mumblebaj not the top ones add
–disable-gpu
to the package.json start clause
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron --disable-gpu js/electron.js
-
@sdetweil Thanks Sam. I had the gpu previously. Could have been overridden by upgrade?
First time I see the first error though. Anyway, I will google a bit.
-
@mumblebaj upgrade? mm yes, package.json is replaced
-
@mumblebaj
I think it could be applied permanently byprocess.env.ELECTRON_DISABLE_GPU
setting. -
-
-