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-Wifi_QR-Code

    Scheduled Pinned Locked Moved Requests
    14 Posts 4 Posters 11.1k Views 5 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.
    • cruunnerrC Offline
      cruunnerr
      last edited by

      hey guys,

      what about a module, that shows a QR-Code, which can directly connect visitors to your wifi-network.
      like this: https://lifehacker.com/create-a-qr-coded-easy-access-guest-wi-fi-network-with-1790278590

      that would be a great addition in my opinion, and if someone knows how to do this it would be great :D

      1 Reply Last reply Reply Quote 1
      • BehB Offline
        Beh
        last edited by

        Yeah, this sounds nice! I’m currently working on a module that shows a QR-Code next to the newsfeed to get to the corresponding news article fast and convenient.

        When I’m done with that I could write such a module.

        1 Reply Last reply Reply Quote 2
        • cruunnerrC Offline
          cruunnerr
          last edited by

          That sounds great. I was thinking about using the MMM-Globe module, cause its able to show a picture from every source.
          Also u could just generate the QR-Code as a picture and use this source.
          But a seperate Module would ne easier for newbies i think.

          1 Reply Last reply Reply Quote 0
          • cowboysdudeC Offline
            cowboysdude Module Developer
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • cruunnerrC Offline
              cruunnerr
              last edited by

              actually i do it with the MMM-ImagePhotos module

              sudo apt-get install qrencode
              
              qrencode -t png -o ~/MagicMirror/modules/MMM-ImagesPhotos/uploads/guest_wifi_config.png 'WIFI:S:mywifi-SSID;T:WPA2;P:wifipassword;;'
              

              thats it.
              But to help newbies creating ideas, what they can do with their MagicMirror i thought it would be easier to create an own module, (without the updateintervall which is used by the ImagesPhotos module.)

              Mykle1M 1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @cruunnerr
                last edited by

                @cruunnerr

                No updateInterval

                https://github.com/mykle1/MMM-EasyPix

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 1
                • cruunnerrC Offline
                  cruunnerr
                  last edited by

                  0.0

                  Ok, i never said a word :D

                  Thank you and happy new year

                  cowboysdudeC 1 Reply Last reply Reply Quote 1
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @cruunnerr
                    last edited by

                    @cruunnerr HAHAHAHA well that happens sometimes :)

                    1 Reply Last reply Reply Quote 0
                    • cruunnerrC Offline
                      cruunnerr
                      last edited by

                      i need to say, that i was searching long times in this forum and everywhere else to find the most modules.
                      Cause in the “official” 3rd Party modules list, there are much less modules then actually exist.
                      even the “MMM-EasyPix” module i have never heard about, although i already looked at mykle’s profile^^

                      But i think especially the MagicMirror project is a very good way for newbies to learn about programming and so on. Mostly simple handling at all and a great community ;)

                      Mykle1M 1 Reply Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @cruunnerr
                        last edited by

                        @cruunnerr said in MMM-Wifi_QR-Code:

                        Cause in the “official” 3rd Party modules list, there are much less modules then actually exist.

                        That’s true. If the module developer doesn’t “register” his module in the 3rd Party Modules list (or publish it on the forum) then you would never know about it. The module developer is not compelled to register any or all of their modules. I have one or two that never made the hit parade. :-)

                        even the “MMM-EasyPix” module i have never heard about, although i already looked at mykle’s profile^^

                        Well, it’s right there in my profile and in the 3rd Party Modules list. I hope you find it useful. :-)

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 0
                        • cruunnerrC Offline
                          cruunnerr
                          last edited by

                          yeah, i searched all “noteworthy” developers from this forum at GitHub and was searching for modules :P
                          even in the MMM-Remote-Control there are many modules listed, but unfortunately without a description.
                          But hey, as i said the community is great and very helpful.

                          And yes, your module is what i was looking for, too.

                          Off-Topic Question:
                          Can i set a header in every module, even it is not intended in the “main.js” of the module?

                          Mykle1M 1 Reply Last reply Reply Quote 0
                          • Mykle1M Offline
                            Mykle1 Project Sponsor Module Developer @cruunnerr
                            last edited by

                            @cruunnerr said in MMM-Wifi_QR-Code:

                            yeah, i searched all “noteworthy” developers

                            Well, that leaves me out! ;-)

                            And yes, your module is what i was looking for, too.

                            Fantastic!

                            Off-Topic Question:
                            Can i set a header in every module, even it is not intended in the “main.js” of the module?

                            You could try adding header, as such, to a module config entry:

                            {
                            disabled: true,
                            module: "MMM-SOME-MODULE",
                            header: "YOUR HEADER TEXT",
                            position: "top_center",
                            config: {
                            	mode: "Enhanced",
                            	rotateInterval: 30000,
                            	}
                            },
                            

                            Create a working config
                            How to add modules

                            cruunnerrC 1 Reply Last reply Reply Quote 1
                            • cruunnerrC Offline
                              cruunnerr @Mykle1
                              last edited by

                              @Mykle1 said in MMM-Wifi_QR-Code:

                              @cruunnerr said in MMM-Wifi_QR-Code:

                              yeah, i searched all “noteworthy” developers

                              Well, that leaves me out! ;-)

                              No way!
                              Just fail to see this module ;)
                              You are a great developer and such a great teacher

                              Mykle1M 1 Reply Last reply Reply Quote 1
                              • Mykle1M Offline
                                Mykle1 Project Sponsor Module Developer @cruunnerr
                                last edited by

                                @cruunnerr

                                Many thanks, my friend! :-)

                                Create a working config
                                How to add modules

                                1 Reply Last reply Reply Quote 0

                                Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                With your input, this post could be even better 💗

                                Register Login
                                • 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