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.

    Images/pictures are shown very tiny.

    Scheduled Pinned Locked Moved Solved Troubleshooting
    8 Posts 4 Posters 1.1k Views 4 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.
    • A Offline
      Anthony Project Sponsor @gerbenvs
      last edited by

      @gerbenvs Hi. For me in the module’s config the qrSize works fine so check if you have place it correctly in your config file or else like sdetweil mentioned try to abjust the image size through your custom.css

      G 1 Reply Last reply Reply Quote 0
      • G Offline
        gerbenvs @mumblebaj
        last edited by

        Hi @mumblebaj,
        Thanks for your reply.

        I have just configured this module, but the result is the same. With the size of ‘150’ the image is already very small. When I configure the setting imageSize to ‘400’, it stays at the same size.

        Screenshot from 2022-09-21 20-51-26.png

        this is the configuration:
        {
        module: ‘MMM-QRCode’,
        position: ‘bottom_right’, // change the position according to your need bes$
        config: {
        text: ‘Just an example’, // enter your message here.
        showRaw: true, // true = to show the text, false = to hide the text.
        imageSize: 400, // size is in px (both the height and with are equa$
        colorDark: “#fff”, // set qrcode px color.
        colorLight: “#000”, // set backgroud background color(by default co$
        }
        },

        It seems like when I restart the mm container, for half a second the image is large, but changes back to small.

        1 Reply Last reply Reply Quote 1
        • G Offline
          gerbenvs @sdetweil
          last edited by

          hi @sdetweil ,
          I’ve tried many settings like this one:

          .MMM-WiFiPassword .qr-image {
          width: 300px;
          height: 300px;
          }

          But then I get this:
          Screenshot from 2022-09-21 21-14-36.png

          So only the white area is bigger, the QR itself is still very small.

          1 Reply Last reply Reply Quote 1
          • G Offline
            gerbenvs @Anthony
            last edited by

            Hi @Anthony

            Thanks for your reply. See other messages. The setting doesn work for me.
            It seems to work for almost half a second, but getting small again.
            This seems to be for several QR code modules, but also for picture modules. Both QR codes and pictures getting the same (small) size.

            1 Reply Last reply Reply Quote 0
            • G Offline
              gerbenvs
              last edited by

              Hi all,
              I have opened a browser and connected to the mirror. Opened the developer tools and checked the settings for the module.
              I found out that the QRcode itself showed as ‘img’.
              I have adjusted the custom.css with following settings:

              .MMM-WiFiPassword #WiFiPassword {
              width: 140px;
              }

              .MMM-WiFiPassword img {
              width: 125px;
              height: 125px;
              }

              Now the QR code is showing in the correct size:
              Screenshot from 2022-09-21 22-30-13.png

              Thank you for the support, it’s really appreciated!

              Gerben

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