Read the statement by Michael Teeuw here.
Blank mirror?
-
Hi! A new setup on a ubuntu server, trying to use server only.
This is what i get:
node serveronly:
lange@tower:~/MagicMirror$ node serveronly/ Starting MagicMirror: v2.1.3 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://192.168.1.123:8080
This is what i get when using sh run-start.sh
lange@tower:~/MagicMirror$ sh run-start.sh /usr/local/lib/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Help please :)
-
@Lange said in Blank mirror?:
Ready to go! Please point your browser to: http://192.168.1.123:8080
what happened when you tried to access that in your browser?
-
A Black blank page. Like moduls are not loading
-
npm install --unsafe-perm fixed the problem for me.
-
@Lange said in Blank mirror?:
npm install --unsafe-perm fixed the problem for me.
Hurrah! You saved my sanity! Finally, after several days of repeated reinstalls and fiddling, it lives!
-
@Esinem said in Blank mirror?:
@Lange said in Blank mirror?:
npm install --unsafe-perm fixed the problem for me.
Hurrah! You saved my sanity! Finally, after several days of repeated reinstalls and fiddling, it lives!
Ive seen many with the problem, but no one has posted the solution. There for, always visit your old posts :D