• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-network-signal module ALWAYS displays message text

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 3 Posters 987 Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    MMush
    last edited by MMush Aug 2, 2019, 3:28 PM Aug 2, 2019, 3:27 PM

    Hello,

    I’m having an issue with the MMM-network-signal module from here:

    https://github.com/PoOwAa/MMM-network-signal
    

    Everything 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

    S 1 Reply Last reply Aug 2, 2019, 4:50 PM Reply Quote 0
    • S Offline
      sdetweil @MMush
      last edited by sdetweil Aug 2, 2019, 7:14 PM Aug 2, 2019, 4:50 PM

      @MMush that needs to be in the config block

      {
      module:
      position:
        config:{
            showMessage: false
        }
      },
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      M 1 Reply Last reply Aug 2, 2019, 5:56 PM Reply Quote 2
      • M Offline
        MMush @sdetweil
        last edited by MMush Aug 2, 2019, 5:56 PM Aug 2, 2019, 5:56 PM

        @sdetweil OK, thank you! I will give that a try tonight and report back…

        1 Reply Last reply Reply Quote 0
        • M Offline
          MMush
          last edited by Aug 3, 2019, 12:16 AM

          OK, that worked perfectly! Thank you for the fast response. The WiFi icon looks great (all by itself :)

          1 Reply Last reply Reply Quote 0
          • S Offline
            str3pto
            last edited by Sep 7, 2019, 5:18 PM

            no worries! happy to help :D

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy