Read the statement by Michael Teeuw here.
MMM-ioBroker - it will not show
-
the id you listed for zigbee ids are different from what you have in the iobroker config
i dont know why they would change
-
@sdetweil
hi…i can´t sie that there is a different ID
when you look in the config from MM config you see the ID for “OG-Schlafzimmer” an this is the same iD i posted "Sleeping room -OG.and when the ID were wrong between MM and iobroker the name don´t displayed, but it´s o.k. and the name is display…
what else could it be?
I’m a bit annoyed because there must be more people who do this with Iobroker…and no one answers here :-(
-
@kusselin sorry, I didn’t scroll down to see that you had multiple items listed…
is it only the OG room not displaying??
can you display the output of the npm start for the container
can you insure the container can ping the server
‘192.168.200.38’ -
ping 192.168.200.38 Ping wird ausgeführt für 192.168.200.38 mit 32 Bytes Daten: Antwort von 192.168.200.38: Bytes=32 Zeit<1ms TTL=64 Antwort von 192.168.200.38: Bytes=32 Zeit<1ms TTL=64 Antwort von 192.168.200.38: Bytes=32 Zeit<1ms TTL=64 Antwort von 192.168.200.38: Bytes=32 Zeit<1ms TTL=64 Ping-Statistik für 192.168.200.38: Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0 (0% Verlust), Ca. Zeitangaben in Millisek.: Minimum = 0ms, Maximum = 0ms, Mittelwert = 0ms
MagicMirror LXC Container 🌐 Provided by: community-scripts ORG | GitHub: https://github.com/community-scripts/ProxmoxVE 🖥️ OS: Debian GNU/Linux - Version: 12 🏠 Hostname: magicmirror-live 💡 IP Address: 192.168.200.74 root@magicmirror-live:~# cd /magicmirror -bash: cd: /magicmirror: No such file or directory root@magicmirror-live:~# cd /opt root@magicmirror-live:/opt# cd magicmirror root@magicmirror-live:/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: libnss3.so: cannot open shared object file: No such file or directory
-
-
@sdetweil
Hi sdetweil, ha the MM is installed in a Proxmox LXC Container with Ubuntu 24.xx via the Proxmox Helpers scripts. But I already mentioned that above…MM is not installed on a PI…What does the message say?
Have you discovered the error?But it worked all the time in the container.
How do you load it into the container?
Thank you
-
@kusselin said in MMM-ioBroker - it will not show:
But it worked all the time in the container.
I don’t know anything about proxmox containers…
if on docker and you want the web UI to work, you have to install that library
(sudo apt… in the dockerfile)I don’t know how you do that on proxmox container…
-
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