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.

    Mirror for a Charity Auction

    Scheduled Pinned Locked Moved Show your Mirror
    13 Posts 6 Posters 7.2k Views 6 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.
    • bheplerB Offline
      bhepler Module Developer
      last edited by

      “Any sufficiently advanced technology is indistinguishable from magic.” – Arthur C. Clarke

      Many years ago, I went to a very small school and I’ve stayed in touch with most of the people from that class. One of my friends is now a parent with kids in that same school and heavily involved with the PTA, school clubs, etc. Each year, they host an auction to raise funds for the school sports & drama programs and she asked if I could donate a magic mirror for the auction. So I came up with this:

      DoneCropped2.jpg

      The theme is the use of technology to give the appearance of magic. The left side of the face has various equations & graphs, while the right size has some wiccan & magic symbols. The words are carved with my CNC and filled with a 2-part resin with metallic pigment.

      It’s running on an RPI4 with the camera module and a PIR sensor built into the frame. There are 300 neopixels running around the back side of the frame, but I didn’t quite have time to get that part of the mirror working before the auction. It has my reverse SSH code on it, so I can get into it remotely now that it’s been auctioned off.

      Honestly, there are several things I would do differently if I had more time (I’m a terrible procrastinator). It needs engravings on the top & bottom pieces of the facing frame, not just the sides. And the pigment for the words should be darker, I think. If I can convince them to give it back to me for a couple weeks, I may be able to redo the frame properly. And I really need to buckle down and get the neopixels working properly.

      KamiSchamiK TipponT 2 Replies Last reply Reply Quote 6
      • KamiSchamiK Offline
        KamiSchami @bhepler
        last edited by

        @bhepler

        Great :-)

        Real programmers never work 9 to 5. If they are around at 9 AM, it's because they were up all night.

        1 Reply Last reply Reply Quote 0
        • rejasR Offline
          rejas Module Developer
          last edited by

          Awesome! Hope it fetches a high price!

          1 Reply Last reply Reply Quote 0
          • R Offline
            rmonkey
            last edited by

            Outstanding. Love the CNC skills.

            1 Reply Last reply Reply Quote 0
            • TipponT Offline
              Tippon @bhepler
              last edited by

              That looks amazing :)

              @bhepler said in Mirror for a Charity Auction:

              It has my reverse SSH code on it, so I can get into it remotely now that it’s been auctioned off.

              I don’t really understand reverse SSH. Does it let you connect if you don’t know the remote IP address? I’m looking at setting up a mirror for my mother in law, and if she changes ISP, the IP address will change. She’s not technical enough to be able to find the new one and let me know.

              Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

              bheplerB 1 Reply Last reply Reply Quote 0
              • bheplerB Offline
                bhepler Module Developer @Tippon
                last edited by

                @Tippon Yeah, that’s pretty much it. The mirror attempts to connect to my command & control server at DNS entry that I control. When it connects, it establishes a reverse SSH connection. I can ride that reverse SSH connection down into the mirror. The C&C server is cloud based, so I just turn it off whenever I don’t need to connect to the mirrors.

                Because it’s the mirror making the outgoing connection, firewalls let it pass by. All the mirror needs is a connection to the internet.

                I have a pretty long tutorial on how to set it up. I’m a bit verbose.

                S TipponT 2 Replies Last reply Reply Quote 1
                • S Offline
                  sdetweil @bhepler
                  last edited by

                  @bhepler one can also use cloudflare to create a tunnel, (using a docker container on the device to do the inbound connect)

                  cloudflare allow you to create an uri that gets mapped to a local address and port…

                  I have ssh and vnc access to my systems thru this
                  ha.xxx.yyy gives me the HomeAssistant home page
                  ssh.xxx.yyy gives me ssh
                  vnc.xxx.yyy gives me vnc
                  fb.xxx.yyy gives me the file browser
                  i’ve got different uris to different systems.

                  then u can use https: from the user browser to the cloudflare uri, and then the tunnel…

                  you can use other docker tools (filebrowser, …) to give access to different services…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  bheplerB TipponT 2 Replies Last reply Reply Quote 1
                  • bheplerB Offline
                    bhepler Module Developer @sdetweil
                    last edited by

                    @sdetweil Now this sounds interesting. Do you have tutorial or URL where I can learn how to set this up?

                    1 Reply Last reply Reply Quote 1
                    • TipponT Offline
                      Tippon @bhepler
                      last edited by

                      @bhepler That’s brilliant, thank you :)

                      I’ve got some homework to do :D

                      Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

                      1 Reply Last reply Reply Quote 0
                      • TipponT Offline
                        Tippon @sdetweil
                        last edited by

                        @sdetweil Does that give you SSH access to the server you’re running everything on as well as other devices on your network?

                        I’m currently looking into changing my server OS and putting everything into containers, and then reorganising my network to make everything easier to access, so I’m trying to get everything right from the start :)

                        Please forgive me if I'm slow to reply, I'm currently experiencing memory issues, and sometimes forget that I've asked a question >.<

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

                          @Tippon yes, you register a URL that targets the machine thru the tunnel
                          and then u can target specific systems and ports

                          one of those is the guacamole app, in a container

                          then guacamole will let you create sub apps and different access points to the systems

                          so my ha.xxx.yyy talks directly to home assistant
                          but my rm.xxx.yyy talks to guacamole, which has ‘apps’ defined
                          Screenshot at 2024-01-17 17-51-49.png

                          after I logon to guac, I get a list of my ‘apps’… these present in a web page on the system I am on , so ssh in a web page… now… some things, don’t work the same, nano doesn’t display. but vnc works…

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

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

                            see this for a cloudflare tunnel startup…

                            https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/get-started/create-local-tunnel/

                            you need to buy a domain name that you can change the processor underneith… I bought one thru namecheap (domain xxx.xyz) for a few dollars a year for a couple years.

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

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

                              and there are lots of cool docker containers to use

                              dozzle will tell you about the status of all the containers
                              Screenshot at 2024-01-17 18-13-45.png

                              uptime-kuma can let you check and report on the status of different ‘apps’ web urls, connections… and send alerts
                              Screenshot at 2024-01-17 18-17-23.png

                              watchtower will watch all the versions of the docker containers and auto upgrade them as they change…

                              my son and I have realized that if we lose our home network, there is no way for all this to tell us… so we are going to add uptime-kuma monitors of things running in the others house and then alert them if there is a lost connection.

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              1 Reply Last reply Reply Quote 2

                              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