TeraTech / MMM-WiFiPassword

Magic Mirror Module that displays your WiFi network, password with QRCode
MIT License
101 stars 19 forks source link

showAuthType, showPassword, showNetwork = False, not respected? #9

Closed OliPassey closed 3 years ago

OliPassey commented 3 years ago

Describe the bug I am using the showAuthType, showPassword, showNetwork: "false" flags, but they are showing regardless.

To Reproduce

        {
            module: 'MMM-WiFiPassword',
            position: "bottom_right",
              config: {
                //See 'Configuration options' for more information.
                showAuthType: "false",
                showPassword: "false",
                showNetwork: "false",
                network: "**REMOVED**", 
                password: "**REMOVED**",
                header: "Scan for WiFi",
                qrSize: "250",
              }
          },

Expected behavior Display Heading, QR Code and nothing else.

Desktop (please complete the following information): Latest Raspbian Chrome on Windows 10, but also local on the rPi - Chromium / Magic Mirror local display Latest

Is this a bug or have i misconfigured something that you can see?

jimus888 commented 3 years ago

Hi,

Try removing the " " from the false.

e.g showAuthType: false,

TeraTech commented 3 years ago

Closing this as resolved