• 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.

Cannot hide SSID and Password in MMM-WiFiPassword

Scheduled Pinned Locked Moved Solved Troubleshooting
15 Posts 3 Posters 3.5k 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.
  • T Offline
    tino
    last edited by sdetweil Jan 14, 2020, 2:49 PM Jan 14, 2020, 2:48 PM

    Hi @ all !

    I tried the module . Actually works quite well. Unfortunately I don’t get the SSID and password hidden. Here is my code, maybe someone has an idea. ;)

    {
        module: 'MMM-WiFiPassword',
        position: "bottom_right",
          config: {
            //See 'Configuration options' for more information.
            showNetwork: true,        
            network: "WLAN-59xxx", 
            password: "4471435172xxxxx",
            showNetwork: false,
            showPassword: false
          }
      },
    
    S 2 Replies Last reply Jan 14, 2020, 2:50 PM Reply Quote 0
    • S Away
      sdetweil @tino
      last edited by Jan 14, 2020, 3:17 PM

      @tino exactly like this, cut/paste from config

        {
          module: 'MMM-WiFiPassword',
          position: "top_left",
            config: {
              //See 'Configuration options' for more information.
              network: "xxxxx", 
              password: "xxxxxxxxxx",
      	showPassword: false
            }
        },
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      T 2 Replies Last reply Jan 14, 2020, 3:26 PM Reply Quote 0
      • S Away
        sdetweil @tino
        last edited by Jan 14, 2020, 2:50 PM

        @tino please for all posts of config info or code, please use the code block wrapper

        thats the button above </>, select the text u paste and then hit the button

        T 1 Reply Last reply Jan 14, 2020, 3:07 PM Reply Quote 0
        • A Offline
          Alloc
          last edited by Jan 14, 2020, 2:51 PM

          Dont you need a , after showPassword: false?

          S 1 Reply Last reply Jan 14, 2020, 2:53 PM Reply Quote 0
          • S Away
            sdetweil @Alloc
            last edited by Jan 14, 2020, 2:53 PM

            @Alloc no, its the last one, so comma is not required

            A 1 Reply Last reply Jan 14, 2020, 2:55 PM Reply Quote 0
            • S Away
              sdetweil @tino
              last edited by Jan 14, 2020, 2:54 PM

              @tino did it show the network? u have it twice

              1 Reply Last reply Reply Quote 0
              • A Offline
                Alloc @sdetweil
                last edited by Jan 14, 2020, 2:55 PM

                @sdetweil Ahh okay, i was just looking at the github, so there its wrong.

                https://github.com/TeraTech/MMM-WiFiPassword

                How to use this module
                As with other MM modules, add this array to the config/config.js file

                modules:[
                  {
                    module: 'MMM-WiFiPassword',
                    position: "top_left",
                      config: {
                        //See 'Configuration options' for more information.
                        network: "my_network", 
                        password: "my_pass",
                      }
                  },
                ]
                
                S 2 Replies Last reply Jan 14, 2020, 2:57 PM Reply Quote 0
                • S Away
                  sdetweil @Alloc
                  last edited by Jan 14, 2020, 2:57 PM

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • S Away
                    sdetweil @Alloc
                    last edited by Jan 14, 2020, 2:58 PM

                    @Alloc doesn’t hurt to add it (so u don’t forget when u add something else onto the end,
                    but is not ‘required’ on the last entry

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      tino
                      last edited by Jan 14, 2020, 3:00 PM

                      yes sorry, i have already tried a little. That’s why it’s there twice. But no matter what I do. With “,” without “,” false, true or whatever it changes nothing.

                      S 1 Reply Last reply Jan 14, 2020, 3:06 PM Reply Quote 0
                      • S Away
                        sdetweil @tino
                        last edited by Jan 14, 2020, 3:06 PM

                        @tino I just installed the module, and used the config as shown on the module readme page
                        and added showPassword: false

                        and it worked as expected. shows the network name, but not the password

                        this module, right? https://github.com/TeraTech/MMM-WiFiPassword

                        and if I comment out the showPassword: false
                        the password is displayed

                        T 1 Reply Last reply Jan 14, 2020, 3:15 PM Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        1 / 2
                        • First post
                          8/15
                          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