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, oudated ?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    25 Posts 2 Posters 1.1k 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.
    • S Offline
      sdetweil @Jben1969
      last edited by

      @Jben1969 said in MMM-WifiPassword, oudated ?:

      @sdetweil Hello, many thanks. I tried it and now I have no Problems with the download. The module runs. Whatever I have made a mistake.
      Thank you

      Jochen

      mistake?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 1 Reply Last reply Reply Quote 0
      • J Offline
        Jben1969 @sdetweil
        last edited by

        @sdetweil I don’t know the mistake I made when I install the module, but now I have another problem, the instalation was alright, but I can’t see the QR Code anywhere. I have no special characters or something in my password or SSID. I copied the array from the README.md into my config.

        Any idea ?

        Jochen

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Jben1969
          last edited by

          @Jben1969 can you show me that part of your config.js

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • J Offline
            Jben1969
            last edited by

            {
            		module: 'MMM-WiFiPassword',
            position: "top_left",
              config: {
                //See 'Configuration options' for more information.
                network: "FRITZBoxGzugang", 
                password: "Xxxxxxxxxxx",
            		*this I tried before*
            

            // module: “MMM-WiFiPassword”,
            // position: “top_right”,
            // header: “Gastzugang”,
            // config: {
            // qrSize : 100,
            // authType: “WPA”,
            // network: “FRITZBoxGzugang”,
            // password: “Xxxxxxxxxxx”,
            // debug: true,
            }
            },

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @Jben1969
              last edited by sdetweil

              @Jben1969 I used your config above and see this

              Screenshot at 2024-09-01 20-03-18.png

              one question… each area is a stack, top down,
              if there are too many modules in a position, it will be clipped at the bottom of the screen

              I put the module as the first in the modules list. try that

                  modules: [
                    {
                    module: 'MMM-WiFiPassword',
                    position: "top_left",
                    config: {
                      //See 'Configuration options' for more information.
                      network: "FRITZBoxGzugang",
                      password: "Xxxxxxxxxxx",
                      }
                    },
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              J 1 Reply Last reply Reply Quote 0
              • J Offline
                Jben1969 @sdetweil
                last edited by

                @sdetweil well, I tried, your suggestion but the Wifi QR won´t appear, can you help me to debug the config, or can you tell me where I can find the debug protocol ?

                Thanks

                Jochen

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @Jben1969
                  last edited by

                  @Jben1969 because the module is all in browser., all the logging will be found in the browser developers console tab

                  ctrl-shift-i
                  select the console tab
                  and add some unique part of the module name to the filter field

                  wifi

                  in this case

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    Jben1969
                    last edited by

                    Load script: modules/MMM-WiFiPassword/MMM-WiFiPassword.js
                    :8080/modules/MMM-Wi…M-WiFiPassword.js:1
                    Failed to load resource: the server responded with a status of 404 (Not Found)
                    localhost/:1 Refused to execute script from ‘http://localhost:8080/modules/MMM-WiFiPassword/MMM-WiFiPassword.js’ because its MIME type (‘text/html’) is not executable, and strict MIME type checking is enabled.
                    loader.js:168 Error on loading script: modules/MMM-WiFiPassword/MMM-WiFiPassword.js

                    S 1 Reply Last reply Reply Quote 0
                    • J Offline
                      Jben1969
                      last edited by

                      Hi Sam,
                      I send the message from browser in a separate post, because.
                      It´s seems that there ios a bug in my configuration.

                      Look at my other answer please.

                      thanks

                      Jochen

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Jben1969
                        last edited by

                        @Jben1969 very interesting. We added checks for missing files in this release, so this type error should not occur

                        Can you do

                        cd ~/MagicMirror/modules
                        ls -laF
                        cd MMM-WifiPassword
                        ls -laF
                        

                        And post the results, maybe it’s a permissions problem

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 3 / 3
                        • 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