Read the statement by Michael Teeuw here.
MMM-network-signal ALWAYS displays text
-
Hello
I’m having an issue with the MMM-network-signal module from here:
https://github.com/PoOwAa/MMM-network-signalEverything displays and works properly but I would like to remove the message text and only have the WiFi network icon.
The relevant area of my config.js file reads:
{
module: “MMM-network-signal”,
position: “bottom_left”,
showMessage: false
},No matter what I enter for the showMessage line (e.g. false, ‘false’, “FALSE”, etc.) the text for the connection strength is ALWAYS displayed.
I’d like it not to be… Can anyone help with what else to try here…?
Thank you in advance
Mike -
Hi @MMush
please raise as an issue on the github of the creator, on the mean time what i done to solve it i went to the MMM-network-signal.js file on the module folder and changed the showMessage default to false.
it works.
Str3pto