Read the statement by Michael Teeuw here.
MMM-WifiPassword, oudated ?
-
@Jben1969 i tried it without problems
can you login to github before trying the git clone
-
@sdetweil Hello, many thanks. I tried it and now I have no Problems with the download. The module runs. Whatever I have made a mistake.
Thank youJochen
-
@Jben1969 said in MMM-WifiPassword, oudated ?:
@sdetweil Hello, many thanks. I tried it and now I have no Problems with the download. The module runs. Whatever I have made a mistake.
Thank youJochen
mistake?
-
@sdetweil I don’t know the mistake I made when I install the module, but now I have another problem, the instalation was alright, but I can’t see the QR Code anywhere. I have no special characters or something in my password or SSID. I copied the array from the README.md into my config.
Any idea ?
Jochen
-
@Jben1969 can you show me that part of your config.js
-
{ module: 'MMM-WiFiPassword', position: "top_left", config: { //See 'Configuration options' for more information. network: "FRITZBoxGzugang", password: "Xxxxxxxxxxx", *this I tried before*
// module: “MMM-WiFiPassword”,
// position: “top_right”,
// header: “Gastzugang”,
// config: {
// qrSize : 100,
// authType: “WPA”,
// network: “FRITZBoxGzugang”,
// password: “Xxxxxxxxxxx”,
// debug: true,
}
}, -
@Jben1969 I used your config above and see this
one question… each area is a stack, top down,
if there are too many modules in a position, it will be clipped at the bottom of the screenI put the module as the first in the modules list. try that
modules: [ { module: 'MMM-WiFiPassword', position: "top_left", config: { //See 'Configuration options' for more information. network: "FRITZBoxGzugang", password: "Xxxxxxxxxxx", } },
-
@sdetweil well, I tried, your suggestion but the Wifi QR won´t appear, can you help me to debug the config, or can you tell me where I can find the debug protocol ?
Thanks
Jochen
-
@Jben1969 because the module is all in browser., all the logging will be found in the browser developers console tab
ctrl-shift-i
select the console tab
and add some unique part of the module name to the filter fieldwifi
in this case
-
Load script: modules/MMM-WiFiPassword/MMM-WiFiPassword.js
:8080/modules/MMM-Wi…M-WiFiPassword.js:1
Failed to load resource: the server responded with a status of 404 (Not Found)
localhost/:1 Refused to execute script from ‘http://localhost:8080/modules/MMM-WiFiPassword/MMM-WiFiPassword.js’ because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.
loader.js:168 Error on loading script: modules/MMM-WiFiPassword/MMM-WiFiPassword.js