MMM-WiFiPassword module doesn't show up
-
Hi everybody,
I’ve installed MMM-WiFiPassword module on my MagicMirror and it simply doesn’t appear.I’ve tried to change the position and layout but nothing changed.
Here is my module configuration array:
module: 'WiFi Guest', position: "middle_center", config: { showNetwork: true, network: "GUEST-Internet Home", password: "xxxxxx", qrSize: 125, LayoutVertical: true, showAuthType: false,
Do you have any suggestions?
Thank you!
-
@aurely89 - At this point, I would check the logs and see if they tell you anything. Either run the mirror with
npm start dev
to see the logs on your mirror, or connect to your mirror with a web browser and then hitF12
to bring up the developer console.
-
@aurely89 module name wrong ?
right NameMMM-WiFiPassword
-
@bhepler Thank you for your suggestion. Didn’t know such command. I could see that it was looking for a config file that didn’t exist since I’ve changed module name. Stupid me!
By the way it is fixed now, thank you!
-
@Stoffbeuteluwe Exactly, that was the problem! Thank you!
-
Glad you got it working! We’ve all made those simple-but-frustrating mistakes before. Don’t hesitate to ask for help when you’re stuck.
-
-
@Stoffbeuteluwe perfect suggestion, thank you!