MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED MMM-network-signal module ALWAYS displays message text

    Troubleshooting
    3
    5
    660
    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.
    • MMush
      MMush last edited by MMush

      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 Reply Quote 0
      • S
        sdetweil @MMush last edited by sdetweil

        @MMush that needs to be in the config block

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

        Sam

        Create a working config
        How to add modules

        MMush 1 Reply Last reply Reply Quote 2
        • MMush
          MMush @sdetweil last edited by MMush

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

          1 Reply Last reply Reply Quote 0
          • MMush
            MMush last edited by

            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
              str3pto last edited by

              no worries! happy to help 😃

              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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy