Navigation

    MagicMirror Forum

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

    how to put my code into QRCode?

    Troubleshooting
    2
    6
    1648
    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
      shazglass last edited by

      hi everyone…so I managed to install the QRCode onto my MM…but, I would like it to be my home wifi code thats shown. I have no idea how to change the “example” code to be my wifi code.
      Stupid new at this too…another post is me having an error with MMM-voice.
      any beginners language advice would be so greatly appreciated! THANK YOU IN ADVANCE!

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

        @shazglass

        What are you using to display the QRCode? A module displaying an image file?

        S 1 Reply Last reply Reply Quote 1
        • S
          shazglass @Mykle1 last edited by

          @Mykle1 Hi thank you for replying to me but I think I am that new to this that I didnt even understand your question…all I did is install the module as per the example…i dont know how to config t to suit my wifi needs for the code…nd to be honest I am in awe that you have replied…I have added so many of your modules to my first MM!..I even wanted to ask for a dummies version of how to install Hello Lucy:)

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

            @shazglass

            I even wanted to ask for a dummies version of how to install Hello Lucy:)

            If you read the Hello-Lucy readme very carefully the directions are quite specific. I thought I made it as easy as possible to follow. Give it some time and you should be able to get through it successfully.

            Ok, so the module you installed is called QRCode? I’m not familiar with it but I’ll take a look at it

            S 1 Reply Last reply Reply Quote 1
            • S
              shazglass @Mykle1 last edited by

              @Mykle1 thank you so much…I will read the documentation again, did feel I over thought the MMM-voice, but have an error on that at the moment. But still did over think it…Would seriously appreciate any help you my be able to assist with. I am from South Africa…and its bed time 🙂 so hopefully will chat tomorrow - have an amazing evening!

              1 Reply Last reply Reply Quote 0
              • Mykle1
                Mykle1 Project Sponsor Module Developer last edited by Mykle1

                If, as you say, you have already installed the MMM-QRCode module then you would simply have to make your config.js entry as follows.

                {
                    module: 'MMM-QRCode',
                    position: "bottom_left",            // place where you want it
                    config: {
                        text: "Scan to join my network", // Any text you want
                	colorDark  : "#fff",
                	colorLight : "#000",
                        imageSize  : 150,                // the size of the QRCode displayed.
                        showRaw    : false,              // will hide and show your text
                	}
                },
                

                From what I can tell, the module itself creates the code for you.

                1 Reply Last reply Reply Quote 1
                • 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