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.

    Which type of mirror to use

    Scheduled Pinned Locked Moved Hardware
    14 Posts 6 Posters 9.4k Views 7 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.
    • D Offline
      dazza120 @radokristof
      last edited by

      @radokristof yep also the location, bathroom get the glass when the bathroom steams up it won’t scratch as easy as the acrylic, I’ve gone for pilkington mirrorview 50/50

      1 Reply Last reply Reply Quote 0
      • lavolp3L Offline
        lavolp3 Module Developer @radokristof
        last edited by

        @radokristof I have a mirror in quite a dark room installed, where usually we have lights on.
        I use a glass called mirastar in this
        Reflectance 58%.
        Transmission 3%.

        In this case the transmittance of 3% is well enough. All of the modules can be seen very well although I have to admit that I have played with the css styles making all the brightness levels a bit brighter. When lighting is on the monitor frame can only be seen when you look very closely.
        However, I’m not completely satisfied with the reflection of the glass. There is a brown tint to it and the mirror looks a bit too dark.

        Hopefully today I’ll pick up my new Chrome Spy then I have a comparison.

        @j-e-f-f I was hoping that at least these values are comparable since they are physical ones and should not be limited to a glass brand.

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

        J M 2 Replies Last reply Reply Quote 0
        • J Offline
          j.e.f.f Project Sponsor Module Developer @lavolp3
          last edited by

          @lavolp3 said in Which type of mirror to use:

          @j-e-f-f I was hoping that at least these values are comparable since they are physical ones and should not be limited to a glass brand.

          Heh! Like most things in life it appears that standards are seldom very standard!

          1 Reply Last reply Reply Quote 0
          • M Offline
            MickyVi @lavolp3
            last edited by MickyVi

            @lavolp3
            ciao lavolp3,

            it’s the same one I bought, I picked it up yesterday, but I’m not that satisfied either, did you find any solution about it?

            I’m quite disappointed with this, it took me several weeks to develop and two weeks to get the glass ready. :-(

            Ciao

            lavolp3L 1 Reply Last reply Reply Quote 0
            • lavolp3L Offline
              lavolp3 Module Developer @MickyVi
              last edited by lavolp3

              @mickyvi Ciao Micky,

              Meanwhile I am using a mirror provided by Goldjunge_Chriz though one of his mirror distribution activities. I think the chrome spy is nearly as good and better than the mirastar.
              Very important is the monitor. You need to play with brightness (as low as possible), contrast (as high as possible) and ( in my case) also the control of each rgb color to get best results for the black background.

              Also don’t forget that you can set brightness of the text to a higher level via css.

              But none of the mirrors i have used are even close to an actual mirror. It is different.

              How to troubleshoot modules
              MMM-soccer v2, MMM-AVStock

              M 1 Reply Last reply Reply Quote 0
              • M Offline
                MickyVi @lavolp3
                last edited by

                @lavolp3

                Ciao Volpe,

                in the meantime, thanks for the advice, I tried and in fact I managed to increase the brightness of the text a little (I didn’t succeed as you indicated via css). In any case, it is really a monitor problem (I recovered them from the basket of PCs to be disposed of in the company), they are 2 nb Hp 250 G6 Beo monitors, they are not too bad, but they are not missing the top, I tried to put a tablet behind the glass and the result is really good both in terms of black and in terms of brightness.
                Who knows’ that in the future, if I find two identical ones (I have two mirrors in the bathroom …) I might think about it.

                Anyway, thanks for the suggestions and now, I launch into the setting of the RCWL-0516 sensor that I saw that you are in the trenches with that too, I want to try this one that has already integrated the rotary for the sensitivity:

                [link text](https://www.amazon.it/CQRobot-10-525GHz-Microwave-Compatible-Measurement/dp/B089NKGWQQ/ref=pd_day0_3/257-4432238-8577840?pd_rd_w=mQj2z&pf_rd_p=2a4cbc0a-de25-48fb-acfc-b5dc3175ff51&pf_rd_r=G0GKYXH5QQKMFX9KP3YA&pd_rd_r=7c5d2780-ea90-4384-bbc8-59108d4791ef&pd_rd_wg=n7WUF&pd_rd_i=B089NKGWQQ&psc=1)
                

                Ciao thank you

                lavolp3L 1 Reply Last reply Reply Quote 0
                • lavolp3L Offline
                  lavolp3 Module Developer @MickyVi
                  last edited by

                  @mickyvi said in Which type of mirror to use:

                  https://www.amazon.it/CQRobot-10-525GHz-Microwave-Compatible-Measurement/dp/B089NKGWQQ/ref=pd_day0_3/257-4432238-8577840?pd_rd_w=mQj2z&pf_rd_p=2a4cbc0a-de25-48fb-acfc-b5dc3175ff51&pf_rd_r=G0GKYXH5QQKMFX9KP3YA&pd_rd_r=7c5d2780-ea90-4384-bbc8-59108d4791ef&pd_rd_wg=n7WUF&pd_rd_i=B089NKGWQQ&psc=1

                  Ciao thank you

                  Grazie.
                  This one is very very expensive but interesting. Let us know if you’re satisfied with it.

                  FYI, this is how I manipulate CSS to get brighter text:

                  .dimmed {
                    color: #aaaaaa;
                  }
                  
                  .normal {
                    color: #fdfdfd;
                  }
                  
                  .bright {
                    color: #ffffff;
                  }
                  
                  body {
                    color: #fdfdfd;
                  }
                  

                  The selectors are usually used in the modules to highlight or dim text. The body color property is the fallback in case no other selector is used. So I set it as the same color as normal.

                  You can find all the selectors in main.css where less birght colors have been used. In custom.css you can overwrite the properties.

                  How to troubleshoot modules
                  MMM-soccer v2, MMM-AVStock

                  StoffbeuteluweS M 2 Replies Last reply Reply Quote 1
                  • StoffbeuteluweS Offline
                    Stoffbeuteluwe Project Sponsor @lavolp3
                    last edited by

                    @lavolp3 thanks will try today …

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      MickyVi @lavolp3
                      last edited by MickyVi

                      @lavolp3

                      Ciao,
                      I think I will try the one recommended in this tutorial first, it all arrived yesterday, this afternoon I start the tests (… and the swearing …: -) …), my hands are big and my sight it’s not much …
                      I will also try the css code to increase the brightness of the characters.
                      I am attaching some photos on the state of the work, I would say that I am at a good point, too bad for the infrared pir that stole some time, if I knew that there was this tutorial I passed directly to the doppler sensors …
                      That’s okay, art that comes in :-)

                      IMG_20210625_183348.jpg

                      IMG_20210625_183457.jpg

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