MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Ivanov_d
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    I
    Offline
    • Profile
    • Following 1
    • Followers 6
    • Topics 5
    • Posts 106
    • Groups 0

    Posts

    Recent Best Controversial
    • Borderless bathroom mirror

      First things first. It all started 2 years ago when I started building a smart home system based on Home Assistant. The next logical step for me was a smart bathroom mirror that would display my calendar, commute to work information, weather info and sensor info from my smart home.

      I had all the needed hardware - 24"LCD, Raspberry Pi 3b+ and etc.

      I wanted a frameless mirror as it looked more slick, modern and professional.

      I decided to go with the mirror that Goldjunge_Chriz offered as it had a lot of positive reviews on the forum albeit being more expensive.

      The setup is the following:

      • 80x73 cm two-way mirror (I was the unlucky winner who got a broken mirror by the courier, but that’s another story. I managed to glue it just for the sake of testing. I found a mirror company here in Bulgaria that offers a better and cheaper alternative but I will share more details on that later)
      • 24" LCD monitor
      • WRGB LED strip behind the mirror, controlled by H801 Wi-Fi controller integrated with Home Assistant
      • PS3 eye camera behind the mirror which is responsible for face recognition and voice commands
      • External motion sensor turns on the mirror and switches it off after there is no motion detected (Home Assistant automation)
      • The WRGB LED is controlled by Home Assistant

      The frame:

      • Built out of 50x50 mm Г-shaped aluminum profiles, welded together
      • On the back of the mirror there is a non-transparent foil cut to the dimensions of the monitor
      • The frame is glued to the mirror through the foil

      Some pictures of the back of the mirror before it is installed:
      IMG_20200919_152708 (Large).jpg
      IMG_20200919_152711 (Large).jpg
      IMG_20200919_153349 (Large).jpg
      IMG_20200919_154850 (Large).jpg
      IMG_20200919_165634 (Large).jpg
      IMG_20200919_182912 (Large).jpg
      IMG_20200921_163433 (Large).jpg
      IMG_20200921_183944 (Large).jpg
      IMG_20200923_161232 (Large).jpg
      IMG_20200923_161723 (Large).jpg

      Videos of the mirror in action:
      https://www.youtube.com/watch?v=eljzwpAeAdM
      https://www.youtube.com/watch?v=lNTWafM9NF4

      Considerations:

      • The mirror is too dark … it is not suitable for rooms with no natural light. I will be testing another mirror at a later stage and will come back with the results, but this one is definitely not going to serve as a normal mirror in your bathroom.
      • You have to stick something to the back of the mirror (e.g. non-transperant foil, wood panel or something else, otherwise you will be able to see through)
      • If you can afford it (I can’t at the moment) go for an OLED monitor/TV - the LCD backlight is seen through the mirror and while it is not that bad I am perfectionist and it bothers me :D
      posted in Show your Mirror
      I
      Ivanov_d
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz I followed the tutorial and installed OpenCV and all dependencies in a virtual environment, but that did not go very well afterwards, you have to reconfigure the module with the correct paths and that can be cumbersome, therefore I started on a clean state and installed OpenCV and the dependencies without a virtual envioronment - e.g. follow the same tutorial without the part related to virtual enviornment. That is the most appropriate for our use case.

      posted in Utilities
      I
      Ivanov_d
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz I have used camera motion detection and I gave it up, because:

      1. It is not very reliable (maybe it was just my cheap camera that I used for testing back then)
      2. it is resource hungry

      Because of that I use an external wireless PIR sensor which is part of my smart home system to turn on/off my SmartMirror and it works great. Since the motion processing happens on my smart home system and the Mirror is turned on/off via SSH command it takes up no resources at all from the MagicMirror which is already at 60% load when using Facial Recognition.

      posted in Utilities
      I
      Ivanov_d
    • RE: Borderless bathroom mirror

      @bkost I am using three different PSUs - A 5V 3A for the RPi, a separate 5V 30W for the LED strip and the original PSU for the display, but it all depends on your setup and the length of the LED strip. However, I would advise you to have separate PSUs as the LED strip draws quite a lot of current especially if all channels, including the white are used.

      posted in Show your Mirror
      I
      Ivanov_d
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      C’mon guys, we need 8 more people :)

      posted in Hardware
      I
      Ivanov_d
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      After few days of installing (it takes a lot of time to build OpenCV 4.1 and dlib), trial and errors I finally installed and configured the module and oh boy is it good? Yes it is. It is much faster and accurate than Facial_Recognition_OCV3 that I used before. It was tottaly worth the time.

      Thanks a lot to nischi for responding so quickly to the issues I posted on GitHub and to the enhansments he made based on my feedback.

      posted in Utilities
      I
      Ivanov_d
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered
      # username width (m) height (m) real area (m2) area to pay for (min. 0,4 m²) location of delivery additional comments (like polished edges)
      1 Ivanov_d 0,8 0,73 0,58 0,58 Bulgaria polished edges
      2 fribse 0,7 0,6 0,42 0,42 Denmark polished edges
      3 lavolp3 0,666 0,666 0,44 0,44 Germany (NRW)
      4 super99iper 0,715 1,24 0,89 0,89 Italy polished edges
      5 Photon2000 0,79 0,79 0,62 0,62 Germany, Berlin polished edges
      6 lolo 0,84 0,7 0,59 0,59 Croatia polished edges
      7 gdr2404 1,1 0,45 0,5 0,5 UK polished edges
      8 hozt 0,48 0,70 0,294 0,4 PT polished edges
      9 gianni.b 0,911 0,522 0,4755 0,4755 Italy polished edges
      10

      Yeayyy, we need one more order :) C’mon guys!

      posted in Hardware
      I
      Ivanov_d
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @snille in the config.js:

      c1f76c95-765d-49e9-8755-361f904e1fdf-image.png

      posted in Utilities
      I
      Ivanov_d
    • RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered

      Has anyone received their mirror? Mine arrived today but it is broken :(

      posted in Hardware
      I
      Ivanov_d
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      I finally found out what the issue is. It was an electron bug that is fixed in MM v. 2.18 (I was using an older version). Now everything works.

      posted in Utilities
      I
      Ivanov_d
    • New 2-way mirror supplier - low prices and lead times

      Hi all!

      Let me introduce myself. My name is Denis and I’ve been a MagicMirror enthusiast like most of you since 2018.
      Since then, I’ve been searching for the perfect mirror for my project. I’ve tried everything:

      • two glasses with reflective foil between them - too heavy
      • spy mirror - too dark
      • a mirror that is offered here on the forum from a known member was my last try and it somehow met my expectations, except for the price

      I feel that the price is quite steep for the enthusiasts and it is slowing down the adoption of this cool tech.

      Since the mirror that I last used was broken during transit I used it as a proof of concept for few months and started looking for a cheaper alternative and I finally found it.

      The properties of the mirror are:

      • 4 mm thickness
      • 60/40 reflectiveness/light pass-thru which in my opinion works perfectly if the mirror is positioned in a place with natural light, however, my mirror is in the bathroom with no natural light. I found it usable in dim light conditions and perfectly usable in well-lit artificial light conditions. I will post two 4K/60fps videos later.
      • It is the same weight as the other well-recognized mirror offered here on the forum and it is perfect for frameless designs (as mine)

      The price is 449 euro/sq. m. and it includes: (last price update 24.04.2023)

      • 4 mm thick 2-way mirror
      • Polished edges (no additional cost for polishing the edges)
      • Laser cut foil pre-applied as per your design (no more additional cardboard or wood board to worry about when building your mirror)
      • The mirror can be glued to a frame with any glue/silicon due to the pre-applied foil for achieving a borderless design

      Shipping:
      The shipping will be calculated on case per case basis so that you can get the best price. The other mirrors offered here on the forum have a flat shipping rate which is unfair as a mirror with size 30x30 has the same shipping costs as mirror 80x80 for example. I want to avoid that. All shipping costs will be fair and individual.

      Another point:
      The lead time is two weeks and there is no minimum order.

      Here is a topic for my borderless setup: https://forum.magicmirror.builders/topic/14048/borderless-bathroom-mirror?_=1632049363086 (please note that the mirror there is another one that is offered here on the forum, the one I am offering looks better in my opinion)

      I will post videos of the mirror in action in poor lighting conditions (my bathroom with no natural light) later.

      I am open to any questions and another perk for the first three orders is that I will cover 50% of the shipping costs. UPDATE 08-12-2021: I have already shipped 3 orders; therefore the perk is no longer valid, however, the shipping cost is very reasonable IMHO.

      In order to keep the price low for you, I would also accept payment through Revolut or through SEPA wire transfer which should have zero cost to you in most EU states.

      NOTE 1: There might be +/- 1 mm tolerance in the mirror size
      NOTE 2: When sending the foil drawing, please point out from which side you are viewing the drawing - in front of the mirror or looking at it from the back (e.g. mirrored or not). That is very important especially for assymethrical shapes.
      NOTE 3 (update 05.07.2023): The shipping company that I used to ship the mirrors got fully acquired by DPD and they changed their international shipping policy, now they won’t accept packages longer than 175 cm, therefore, the mirrors that I can ship cannot be over 165 cm due to the padding. I sent a 170 cm long mirror recently, however, I had to compromise the side padding, fortunately it arrived at the destination in one piece but it was a compromise that I don’t want to make anymore. I could use other companies, but their prices are x2 higher and I want to keep the cost to a minimum so more people can build their projects.

      Update 24.04.2023:
      I am updating the price since I haven’t done so in two years and the prices have soared, unfortunately. The new price is 449 euro/sq. m.

      Update 13.07.2023: I have decided that all money that I make from these mirrors (not just the profit - ALL MONEY) will go to different donations. So far, I have donated to three different campaigns for children with cancer.

      posted in Hardware
      I
      Ivanov_d
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @proxxym
      afaf132e-851b-4ccb-b36b-1d2bebbfd5fc-image.png

      posted in Utilities
      I
      Ivanov_d
    • RE: New 2-way mirror supplier - low prices and lead times

      @internetpolice here is the video that I promised https://youtu.be/IN2Kyfa8_Qc I recorded it at 4K/50p so it should be rich in detail.

      posted in Hardware
      I
      Ivanov_d
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @sdetweil duly noted and agreed. That approach is the right one.

      posted in Utilities
      I
      Ivanov_d
    • RE: New 2-way mirror supplier - low prices and lead times

      mirror-in-mirror = mirrorception :D

      @Daniels nice setup, mate! Thank you for the positive feedback. It was a pleasure dealing with you as well.

      posted in Hardware
      I
      Ivanov_d
    • RE: MM & Home Assistant (HASS)

      @cowboysdude https://letyshops.com/r/aliexpress-ww-97c9f222e4cc I got it from this seller on AliExpress as I found it to be the cheapest

      posted in Hardware
      I
      Ivanov_d
    • RE: New 2-way mirror supplier - low prices and lead times

      Update 13.07.2023: I have decided that all money that I make from these mirrors (not just the profit - ALL MONEY) will go to different donations. So far, I have donated to three different campaigns for children with cancer.

      I would like to ask whoever purchased mirror from me to post some feedback whether positive or negative so that others who are still thinking about it can make the right decision.

      posted in Hardware
      I
      Ivanov_d
    • 1 / 1