Read the statement by Michael Teeuw here.
Cannot hide SSID and Password in MMM-WiFiPassword
-
@Alloc no, its the last one, so comma is not required
-
@tino did it show the network? u have it twice
-
@sdetweil Ahh okay, i was just looking at the github, so there its wrong.
https://github.com/TeraTech/MMM-WiFiPassword
How to use this module
As with other MM modules, add this array to the config/config.js filemodules:[ { module: 'MMM-WiFiPassword', position: "top_left", config: { //See 'Configuration options' for more information. network: "my_network", password: "my_pass", } }, ]
-
This post is deleted! -
@Alloc doesn’t hurt to add it (so u don’t forget when u add something else onto the end,
but is not ‘required’ on the last entry -
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 } },