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.

    Magic Vanity Mirror

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 4 Posters 1.6k Views 3 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.
    • P Offline
      Praxxxer
      last edited by

      Hello everyone,

      I’m new to the magic mirror scene, but I had sort of an odd question a cursory search on the site didn’t reveal, how would a 1mm thick acrylic sheet react to vanity lights around the edge of the acrylic sheet? Would it drown out the LED screen underneath? Would the lights cause a glare?

      My goal is to make a magic vanity mirror for my girlfriend for xmas. So any help would be really appreciated.

      Thanks in advance.

      Mykle1M justjim1220J 2 Replies Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @Praxxxer
        last edited by

        @praxxxer

        I’ve made several vanity mirrors but I never used lights. However, I will voice my opinion:

        As long as the lights are not in front of the acrylic, and not shining on the acrylic, you should be alright. Lights shining on the acrylic, not so good. Lights shining on the person in front of the mirror, very good.

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • justjim1220J Offline
          justjim1220 Module Developer @Praxxxer
          last edited by

          @praxxxer

          is the mirror round or oval?

          or is it square or rectangle?

          With the square or rectangle, you could easily place a white frame around the mirror with a bit of custom css code, with the mirror having black background, this white frame might just be enough light to not have to worry about external light reflections.

          Add this to the top of your custom.css file:

          html {
            cursor: none;
            overflow: hidden;
            background: #fff;
          }
          
          body {
            margin: 60px;
            height: calc(100% - 120px);
            width: calc(100% - 120px);
          }
          

          then adjust the size of the frame to suit the needs:

          note that the height and width are 100% -
          So, if you change the margin size to 80px, you’ll need tot change the height & width to 100% - 160px

          Play with those numbers and see if you can get a good lighting with the mirror’s built-in frame.

          My example:

          with margin: 80px and H & W at 100% - 160px

          0_1543891034132_Screenshot (165).png

          "Life's Too Short To Dance With Ugly People"
          Jim Hallock - 1995

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

            WIth a little creative woodworking, you could route a channel along the frame. Similar to a rabbet, but an 8mm wide and 2mm deep channel could fit a string of LEDs. The lights would illuminate her face but the channel would keep them from washing out the acrylic & screen.

            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 Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy