Read the statement by Michael Teeuw here.
Cannot hide SSID and Password in MMM-WiFiPassword
-
Hi @ all !
I tried the module . Actually works quite well. Unfortunately I don’t get the SSID and password hidden. Here is my code, maybe someone has an idea. ;)
{ module: 'MMM-WiFiPassword', position: "bottom_right", config: { //See 'Configuration options' for more information. showNetwork: true, network: "WLAN-59xxx", password: "4471435172xxxxx", showNetwork: false, showPassword: false } },
-
@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 } },
-
@tino please for all posts of config info or code, please use the code block wrapper
thats the button above </>, select the text u paste and then hit the button
-
Dont you need a , after showPassword: false?
-
@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