Read the statement by Michael Teeuw here.
Posts made by kclemen
-
RE: Jake's Magic Mirror (Done)
wow, amazing! What screen dit you use? Beautifull house too!
-
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?
-
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.
-
RE: Bathroom - 30" MagicMirror
I’ve asked 3 companies to do me an offer. So, if I understand correctly, the 15% is "perfect’?
-
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:
gif upload 20mbSo, if I’m correct, this type of mirror has a transmission of 15%. Any good?
-
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?
-
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:
- 2 way mirror
- mirror clear
- mirror grey.
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?
-
RE: Bathroom - 30" MagicMirror
@johnnyboy beautifully executed! WAF is important ;)
-
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?