Read the statement by Michael Teeuw here.
MMM-ioBroker - it will not show
-
Do you mean then sudo apt install libnss3.so ?
root@magicmirror-live:/opt# cd magicmirror root@magicmirror-live:/opt/magicmirror# apt install libnss3.so Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package libnss3.so E: Couldn't find any package by glob 'libnss3.so'
-
-
@sdetweil
Hello, thank you. I have installed the dependency in github to your link and made a reboot…unfortunately the temp and humidity is still not displayed :-(look i have now done “npm start” again…now this message comes up:
root@magicmirror-test:/opt/magicmirror# npm start > magicmirror@2.31.0 start > npm run start:x11 > magicmirror@2.31.0 start:x11 > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js /opt/magicmirror/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory
it’s just strange…I’ve never had these messages before…I’ve reinstalled the MM several times…but I’ve never had these messages…
As the developer of MM, could you explain to me what this message means?
thanks a lot Sam
-
@kusselin a program is made up of lots of functions to call services of all kinds. electron is a browser program, they all want to draw graphics on the screen. everything is graphics
how they do that depends on a lot of system functions
each release of the program needs system services and these may change
gtk is the graphical toolkitnow you need to load that library too
we just use electron, we dont know what its dependencies are, but this why we say you need full os instead of lite
-
@sdetweil
what i just don’t understand is… i have installed the MM in the LXC several times and never received these messages…why now?I have to create a new user with ‘adduser’ and then what do I have to do Sam?