• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-ioBroker - it will not show

Scheduled Pinned Locked Moved Unsolved Troubleshooting
34 Posts 3 Posters 2.8k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    kusselin @sdetweil
    last edited by Apr 11, 2025, 4:28 PM

    @sdetweil
    Thank you…that’s funny…I don’t have any SD in use. I have installed the MM in a Proxmox container…ok then I know that something is wrong and I have to create a new container…config and costum.css I save and modules too…

    Thank you again

    1 Reply Last reply Reply Quote 0
    • K Offline
      kusselin
      last edited by kusselin Apr 13, 2025, 10:37 AM Apr 13, 2025, 10:35 AM

      Hello everyone,
      hello stedweil,

      an update…I have reinstalled the MM and I have said that I have it running in a Proxmox container (LXC)…that also worked via this page:
      https://tteck.github.io/Proxmox/#miscellaneous

      the installation worked perfectly…then I adjusted the config one after the other…
      all modules work, regardless of whether they are MMM-Fuel, MMM-Clock or Calender…only not the MMM-ioBroker…my temperature and humidity data records are still not displayed

      @stedweil: Let’s please go through again step by step what I can do to possibly narrow down the error. I bought the Aquara parts especially to display this via MM and it actually worked until recently.

      Thank you in advance

      {
      		module: 'MMM-ioBroker',
      		position: 'top_left',
      		config: {
      		  host: '192.168.200.38',
      		  port: '8082',
      		  https: false,
      		  devices: [
                { name: 'EG-Ankleide',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d0002fb4915.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                    { id: 'zigbee.0.00158d0002fb4915.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                ]
                },
      		  
      		  { name: 'EG-Büro',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d0006d571bb.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                    { id: 'zigbee.0.00158d0006d571bb.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                ]
                },
      		  
      		  { name: 'EG-Bad',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d0006e3ee77.temperature', icon: 'wi wi-thermometer', suffix: '°' },
                                    { id: 'zigbee.0.00158d0006e3ee77.humidity',    icon: 'wi wi-humidity',    suffix: '%' }
                                ]
                },
      		  
      		  { name: 'EG-Wohnzimmer',
                  deviceStates: [
                                    { id: 'hm-rpc.0.NEQ1522239.1.TEMPERATURE', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'hm-rpc.0.NEQ1522239.1.HUMIDITY',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },			
      	
      		{ name: 'Dach-Speicher',
                  deviceStates: [
                                    { id: 'hm-rpc.0.KEQ0242488.1.TEMPERATURE', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'hm-rpc.0.KEQ0242488.1.HUMIDITY',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },			
      		
      			
      		
      			{ name: 'Treppenhaus',
                  deviceStates: [
                                    { id: 'hm-rpc.0.LEQ0592936.1.TEMPERATURE', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'hm-rpc.0.LEQ0592936.1.HUMIDITY',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },
      
      			{ name: 'OG-Bad',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d008b644f6f.temperature', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'zigbee.0.00158d008b644f6f.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },
      
      			{ name: 'OG-Wohnzimmer',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d008b64556c.temperature', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'zigbee.0.00158d008b64556c.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },		
      			
      			{ name: 'OG-Rumpelzimmer',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d008b644eff.temperature', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'zigbee.0.00158d008b644eff.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },
      
      			{ name: 'OG-Esszimmer',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d008b6192cd.temperature', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'zigbee.0.00158d008b6192cd.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },
      		  
      			{ name: 'OG-Schlafzimmer',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d008b69c067.temperature', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'zigbee.0.00158d008b69c067.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },
      		  	
      		  
      			{ name: 'UG-Waschküche',
                  deviceStates: [
                                    { id: 'zigbee.0.00158d008b619293.temperature', icon: 'wi wi-thermometer',  suffix: '°' },
                                    { id: 'zigbee.0.00158d008b619293.humidity',     icon: 'wi wi-humidity', suffix: '%' }
                                ]
                },		
      		  
      				]
      		}
      		},
      

      Thermo and humidy of the sleeping room OG:

      zigbee.0.00158d008b69c067.temperature
      

      and

      zigbee.0.00158d008b69c067.humidity
      

      Image 001.png

      S 1 Reply Last reply Apr 13, 2025, 12:23 PM Reply Quote 0
      • S Away
        sdetweil @kusselin
        last edited by Apr 13, 2025, 12:23 PM

        @kusselin

        the id you listed for zigbee ids are different from what you have in the iobroker config

        i dont know why they would change

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Apr 13, 2025, 1:50 PM Reply Quote 0
        • K Offline
          kusselin @sdetweil
          last edited by Apr 13, 2025, 1:50 PM

          @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 :-(

          S 1 Reply Last reply Apr 13, 2025, 2:01 PM Reply Quote 0
          • S Away
            sdetweil @kusselin
            last edited by Apr 13, 2025, 2:01 PM

            @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’

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            K 1 Reply Last reply Apr 13, 2025, 3:18 PM Reply Quote 0
            • K Offline
              kusselin @sdetweil
              last edited by Apr 13, 2025, 3:18 PM

              @sdetweil

               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
              
              S 1 Reply Last reply Apr 13, 2025, 3:22 PM Reply Quote 0
              • S Away
                sdetweil @kusselin
                last edited by Apr 13, 2025, 3:22 PM

                @kusselin said in MMM-ioBroker - it will not show:

                libnss3.so

                yeh, gotta load that in the container

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                K 1 Reply Last reply Apr 13, 2025, 4:55 PM Reply Quote 0
                • K Offline
                  kusselin @sdetweil
                  last edited by kusselin Apr 13, 2025, 4:57 PM Apr 13, 2025, 4:55 PM

                  @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

                  S 1 Reply Last reply Apr 13, 2025, 4:57 PM Reply Quote 0
                  • S Away
                    sdetweil @kusselin
                    last edited by Apr 13, 2025, 4:57 PM

                    @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…

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    K 1 Reply Last reply Apr 13, 2025, 5:28 PM Reply Quote 0
                    • K Offline
                      kusselin @sdetweil
                      last edited by kusselin Apr 13, 2025, 5:38 PM Apr 13, 2025, 5:28 PM

                      @sdetweil

                      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'
                      
                      
                      S 1 Reply Last reply Apr 13, 2025, 6:33 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 3 / 4
                      3 / 4
                      • First post
                        30/34
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy