Read the statement by Michael Teeuw here.
Cannot hide SSID and Password in MMM-WiFiPassword
-
yes sorry, i have already tried a little. That’s why it’s there twice. But no matter what I do. With “,” without “,” false, true or whatever it changes nothing.
-
@tino I just installed the module, and used the config as shown on the module readme page
and added showPassword: falseand it worked as expected. shows the network name, but not the password
this module, right? https://github.com/TeraTech/MMM-WiFiPassword
and if I comment out the showPassword: false
the password is displayed -
@sdetweil thank you, i will remember it
-
@sdetweil intresting, and you write the options the same way I do, right?
-
@tino exactly like this, cut/paste from config
{ module: 'MMM-WiFiPassword', position: "top_left", config: { //See 'Configuration options' for more information. network: "xxxxx", password: "xxxxxxxxxx", showPassword: false } },
-
@sdetweil ok, thx for info, i will try it on another device later.
-
@sdetweil so, i try this on another device without any problems. so thanks @ all for helping ;) Thumbs ip!