• 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.
  • S Offline
    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 Offline
        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
          • S Offline
            sdetweil @kusselin
            last edited by Apr 13, 2025, 6:33 PM

            @kusselin see
            https://github.com/claabs/epicgames-freegames-node/issues/359

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            K 1 Reply Last reply Apr 14, 2025, 4:33 AM Reply Quote 0
            • K Offline
              kusselin @sdetweil
              last edited by Apr 14, 2025, 4:33 AM

              @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

              S 1 Reply Last reply Apr 14, 2025, 11:36 AM Reply Quote 0
              • S Offline
                sdetweil @kusselin
                last edited by sdetweil Apr 14, 2025, 12:08 PM Apr 14, 2025, 11:36 AM

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

                now 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

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

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

                  1 Reply Last reply Reply Quote 0
                  • 1
                  • 2
                  • 3
                  • 4
                  • 4 / 4
                  4 / 4
                  • First post
                    31/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