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

    Posts

    Recent Best Controversial
    • RE: Bathroom - 30" MagicMirror

      Furniture is done and mirror performs quite well :)

      alt text
      alt text
      alt text

      https://youtu.be/QY_KkEEJ0Q4

      posted in Show your Mirror
      K
      kclemen
    • RE: Jake's Magic Mirror (Done)

      wow, amazing! What screen dit you use? Beautifull house too!

      posted in Show your Mirror
      K
      kclemen
    • Bottle py - freezes raspberry pi

      Hi,

      I’m using Bottle: Python Web Framework to control a relay on the raspberry pi. When I start the python script everything runs fine, but after a certain time (half an our or so) the pi freezes completely.

      from bottle import route, run
      import RPi.GPIO as GPIO
      
      
      GPIO.setwarnings(False)
      GPIO.cleanup()
      GPIO.setmode(GPIO.BCM)
      GPIO.setup(5, GPIO.OUT)
      
      @route('/on')
      def on():
          GPIO.output(5,GPIO.LOW)
          return("ON")
      
      @route('/off')
      def off():
          GPIO.output(5,GPIO.HIGH)
          return("OFF")
      
      @route('/status')
      def status():
          return GPIO.input(5)
      
      run(host="0.0.0.0", port=8070)
      

      anyone with more python experience that can give a helping hand?

      posted in Troubleshooting
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      @kclemen said in Bathroom - 30" MagicMirror:

      528x841 mm

      Thanks for this clear info. I will probably than go for the 15% mirror.

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      I’ve asked 3 companies to do me an offer. So, if I understand correctly, the 15% is "perfect’?

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      Today I’ve called the glas company if they can give me some more info about the type of spy mirror they can deliver me.
      They send me following information:
      spy_mirror
      gif upload 20mb

      So, if I’m correct, this type of mirror has a transmission of 15%. Any good?

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      A possible solution to “carry” the mirrors istead of glueing would be the use of an aluminium strip on the bottom and top? anybody already used them and could share a picture?

      alt text

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      Thanks for the replies.

      Back in december I already asked a glass company the exact same questiong about the difference in color. They also recommended me to use 3 times a 2 way mirror due to the color difference.

      Back then I got this invoice:

      1. 2 way mirror
      2. mirror clear
      3. mirror grey.
        offerte_december
        free image hosting

      Could anybody give me some more info about the type of 2 way mirror I have to order? I see here different percentages on the website. If the mirror is 8 mm thick, what is the best type?

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      @johnnyboy beautifully executed! WAF is important ;)

      posted in Show your Mirror
      K
      kclemen
    • RE: Bathroom - 30" MagicMirror

      What about spraying the outer edges of the mirror with something? Only the size of the tv should be see through…

      I tried to search for your project, but can not find it on the site.
      Would it be possible to show a picture of your setup?

      posted in Show your Mirror
      K
      kclemen
    • 1 / 1