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

Scheduled Pinned Locked Moved Unsolved Troubleshooting
8 Posts 2 Posters 1.3k Views 2 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.
  • A Offline
    Anthony Project Sponsor
    last edited by Anthony Jul 17, 2022, 1:03 PM Jul 17, 2022, 12:49 PM

    Hello everyone. I hope you are all well. I have a problem with the MMM-WiFiPassword module. I installed it but it does not seem to work. When I am scanning the QR code nothing happens. I have also change my password so is does not have any special cahracters as the author recomends but still nothing. I hope someone can help me with this. Here is my config:

     {
          module: 'MMM-WiFiPassword',
          position: "top_center",
            config: {
              //See 'Configuration options' for more information.
              header: "WiFi",
              network: "VODAFONE_7402", 
              password: "***********",
              showNetwork: true, // Display network name
              showPassword: false, // Display password
              showAuthType: false,
            }
        },
    

    Also after playing around with my custom.css for exact positioning I noticed a very big delay on the MM start up. It takes more than 1 minute with black screen and more than 2 minutes to load all modules. I know that probably it has nothing to do with my custom.css but it happened after I changed some things to figure out the desired position of the module. If anyone has any idea what is causing this delay please share it. Thank you in advance.

    S 1 Reply Last reply Jul 17, 2022, 1:37 PM Reply Quote 0
    • S Offline
      sdetweil @Anthony
      last edited by Jul 17, 2022, 1:37 PM

      @Anthony don’t know, but for debugging, if u set the showxxx parns to true, do they show?

      then try different positions

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      A 1 Reply Last reply Jul 18, 2022, 6:40 PM Reply Quote 0
      • A Offline
        Anthony Project Sponsor @sdetweil
        last edited by Jul 18, 2022, 6:40 PM

        @sdetweil I don’t think it work. I set debug to true and after restart I did not find any debug log and beside that my network name and my password was shown below the module. I don’t know. Maybe I will try uninstall it and reinstall it and see how it goes. Thank you for your answer though.

        S 1 Reply Last reply Jul 18, 2022, 6:51 PM Reply Quote 0
        • S Offline
          sdetweil @Anthony
          last edited by Jul 18, 2022, 6:51 PM

          @Anthony so the network name and password showed…

          that means the module executed

          don’t know if it has debug:true support

          did u try moving to a different position?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          A 1 Reply Last reply Jul 18, 2022, 6:55 PM Reply Quote 0
          • A Offline
            Anthony Project Sponsor @sdetweil
            last edited by Jul 18, 2022, 6:55 PM

            @sdetweil In fact I just did and 2 minutes now I have black screen

            S A 2 Replies Last reply Jul 18, 2022, 7:00 PM Reply Quote 0
            • S Offline
              sdetweil @Anthony
              last edited by Jul 18, 2022, 7:00 PM

              @Anthony whatever you changed, change back…

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              A 1 Reply Last reply Jul 18, 2022, 7:12 PM Reply Quote 0
              • A Offline
                Anthony Project Sponsor @Anthony
                last edited by Anthony Jul 18, 2022, 7:12 PM Jul 18, 2022, 7:00 PM

                @sdetweil it has debug:true support. Here is the original js cinfig file

                Module.register("MMM-WiFiPassword", {  
                  defaults: {
                	  qrSize: 125,
                	  colorDark: "#000",
                	  colorLight: "#fff",
                	  authType: "WPA", // WEP, WPA, NONE
                	  network: "REQUIRED", // Your Network ID
                	  password: "REQUIRED", // Your Network Password
                	  header: "Local WiFi Details", // Default heading
                	  hiddenId: false, // Whether your Network ID is hidden
                	  layoutVertical: true, // Whether to display in vertical (true), or horizontal (false) mode. 
                	  showNetwork: true, // Display network name
                	  showPassword: true, // Display password
                	  showAuthType: true, // Dispay authentication type
                	  debug: false
                  },
                

                I know it reads my network and password right because if i copy paste them after scan to a notebook the text is correct. I even tried to change the scan application but same result. When I choose to connect to the scaned network nothing happens.

                1 Reply Last reply Reply Quote 0
                • A Offline
                  Anthony Project Sponsor @sdetweil
                  last edited by Jul 18, 2022, 7:12 PM

                  @sdetweil I manage to change its position from top_center to botom_right but same result again

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  1 / 1
                  • First post
                    5/8
                    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