Read the statement by Michael Teeuw here.
Midori white screen (Raspberry Pi Zero W)
-
@meyraa midori has problems with es6. did you try to deactivate all modules and activate one by one again to see if there is a module that is using es6?
-
@strawberry-3-141 thank you for your answer. I deactivated (removed from the config) each module except the clock module. But sadly nothing changed. Then i updated my MagicMirror and made a new config, but sadly that didn’t changed anything.
On my PC it works, however i got the following errorWhoops! There was an uncaught exception... { Error: socket hang up at createHangUpError (_http_client.js:331:15) at Socket.socketCloseListener (_http_client.js:363:23) at emitOne (events.js:121:20) at Socket.emit (events.js:211:7) at TCP._handle.close [as _onclose] (net.js:554:12) code: 'ECONNRESET' }
I will look if there is some other ES6 features, but wouldn’t more people have the same issue when it would be in the default modules?
-
Today I removed all arrow functions and replaced all “let” and “const” with var. But sadly this is not helping too. I don’t know if there is another browser i could use or use babel.
-
@strawberry-3-141 Ok now i solved it. I just installed chromium-browser and did everything with it. It works with the ES6 too. I reversed my changes.
Thank you for your answer. I struggled a long time. Without your hint i wouldn’t find it soon.
-
@meyraa from what i heard in the forum here, the users of the pi zero reported all that midori is the only browser on this pi that has no performance issues. The advantage of the chromium browser is that it is completely compatible, as electron internally uses the chromium project.