• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.1k 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.
  • L Offline
    lavolp3 Module Developer @radokristof
    last edited by Dec 13, 2018, 7:51 AM

    @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 Dec 13, 2018, 8:52 AM Reply Quote 0
    • J Offline
      j.e.f.f Project Sponsor Module Developer @lavolp3
      last edited by Dec 13, 2018, 8:52 AM

      @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 Jun 24, 2021, 9:26 AM Jun 24, 2021, 9:26 AM

        @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

        L 1 Reply Last reply Jun 25, 2021, 12:42 PM Reply Quote 0
        • L Offline
          lavolp3 Module Developer @MickyVi
          last edited by lavolp3 Jun 25, 2021, 12:44 PM Jun 25, 2021, 12:42 PM

          @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 Jul 5, 2021, 8:33 AM Reply Quote 0
          • M Offline
            MickyVi @lavolp3
            last edited by Jul 5, 2021, 8:33 AM

            @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

            L 1 Reply Last reply Jul 5, 2021, 8:43 AM Reply Quote 0
            • L Offline
              lavolp3 Module Developer @MickyVi
              last edited by Jul 5, 2021, 8:43 AM

              @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

              S M 2 Replies Last reply Jul 6, 2021, 10:35 AM Reply Quote 1
              • S Offline
                Stoffbeuteluwe Project Sponsor @lavolp3
                last edited by Jul 6, 2021, 10:35 AM

                @lavolp3 thanks will try today …

                1 Reply Last reply Reply Quote 0
                • M Offline
                  MickyVi @lavolp3
                  last edited by MickyVi Jul 7, 2021, 8:55 AM Jul 7, 2021, 8:52 AM

                  @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
                  • 2 / 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