TeraTech / MMM-WiFiPassword

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

Background on QR image #8

Closed jimus888 closed 3 years ago

jimus888 commented 3 years ago

Hi,

Is there an issue with the QR code background? I have a white box around my QR as shown in the picture here.

I have tried removing and reinstalling the module and moving the position to different areas of the screen

wifi qr code1

TeraTech commented 3 years ago

See https://github.com/TeraTech/MMM-WiFiPassword/issues/5

jimus888 commented 3 years ago

Hi,

Thanks, got it to work with inverting the colours.

Antgr36 commented 1 year ago

Hello. I know that the topic is too old but since I cannot find an answer anywhere else I thought give it a try here. I have the same problem. When I scan the qr code I can see my ssid and password in the scan app (so the module is working) but if I press "connect to network" nothing happens. I already tried changing colors as well as add paddings but same result. Also changing module's position and size didn't work either. I have tried 3 different scan apps but same result. Does anyone facing the same problem? Below is a photo of the qr code in case you notice something. IMG_20220822_201505 Thank you in advance.

TeraTech commented 1 year ago

It's possible that your device is not configured to parse and execute the WIFI command from the QrCode. See lines 35-41 of MMM-WiFiPassword.js to see the how the string is built. The QR code is just that string codified. If your device is reading the code but not reacting to it, then the module is working. I hope that helps!