Read the statement by Michael Teeuw here.
YAPi0 Installer Stretch Lite
-
@bdream no reason to uninstall electron…
to start mm using server only and then chrome
edit ~/MagicMirror/run-start.sh
comment out
#electron js/electron.js $1
then add
# this starts the server in the background node serveronly & # waits 10 seconds -- you may need to increase this time sleep 10 #you should test this from a command prompt window chromium-browser -kiosk -start_maximized http://localhost:8080
then pm2 start MagicMirror will launch this file.
-
@sdetweil said in YAPi0 Installer Stretch Lite:
#you should test this from a command prompt window
pi@RasPiZeroW:~/MagicMirror $ node serveronly & [1] 3121 pi@RasPiZeroW:~/MagicMirror $ chromium-browser -kiosk -start_maximized http://localhost:8080 [3127:3127:1020/181325.903037:ERROR:browser_main_loop.cc(596)] Failed to put Xlib into threaded mode. (chromium-browser:3127): Gtk-WARNING **: 18:13:26.114: cannot open display: pi@RasPiZeroW:~/MagicMirror $ Starting MagicMirror: v2.9.0 Loading config ... Loading module helpers ... No helper found for module: alert. Initializing new module helper ... Module helper loaded: updatenotification No helper found for module: clock. Initializing new module helper ... Module helper loaded: calendar No helper found for module: compliments. No helper found for module: currentweather. No helper found for module: weatherforecast. Initializing new module helper ... Module helper loaded: newsfeed All module helpers loaded. Starting server on port 8080 ... Server started ... Connecting socket for: updatenotification Connecting socket for: calendar Starting node helper for: calendar Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Ready to go! Please point your browser to: http://localhost:8080
-
-
@sdetweil said in YAPi0 Installer Stretch Lite:
export DISPLAY=:0
that is I should know. SORRY!
Get the information that Chromium is not the standardbrowser
-
yes, set as default
-
ahh, I have to make it standard ;)
it works now. That was a hard born (is this I can say in englich? :dizzy_face: )RBB
-
@bdream very hard!!!.. bug in electron I THINK with glibc on buster…
i think if you went back to raspian stretch it would have worked with electron
I will test that when my pi 0 gets here -
@sdetweil many, many thanks to you Sam!
To recab,
I need your script, not any Updates and Upgrades of raspbian System, and the last Chat entries?Can I run it on Rpi1 also?
And you woumd prefer Streich instead of Buster?
-
@bdream excuse my typos!
-
@bdream said in YAPi0 Installer Stretch Lite:
I need your script, not any Updates and Upgrades of raspbian System, and the last Chat entries?
Can I run it on Rpi1 also?yes, any pi version, plus odroid, jetson nano, ubuntu, macOS, Sierra-Catalina (all i have tested on)
And you would prefer Streich instead of Buster?
the bug is caused by a newer version of glibc (2.28), and buster has that, while stretch has 2.27
so, i think (will test myself later), with stretch, you would not need to use chrome browser