@sdetweil Hehe, I only remembered to mention the script after I already replied.
Let me take this opportunity to thank you for what you do or this community!
Read the statement by Michael Teeuw here.
Posts
-
RE: after MM-Update to 2.14.0 the MMM-PIR-Sensor module not working...
-
RE: Where do you find LCD's that are larger than 7"?
I got a broken 24" LCD monitor for free. The panel itself is working fine with a cheap universal LCD controller board.
I don’t know about your monitor but it shouldn’t be “extremely heavy”…If you want to use more than one screen you’ll probably have to use a Raspberry Pi for every screen. Or you use a regular mini PC or laptop with dual monitor support.
-
RE: Black Screen Of Death After Couple of Hours
-
RE: Where do you find LCD's that are larger than 7"?
According to the datasheet my LCD panel weights 2530g. Thought it’s much lighter… my complete mirror with 6mm mirror glass weights slightly above 8kg. I think that’s not too much. The glass has probably the highest weight impact on the project. Thinner glass will reduce the weight drastically.
I am using only the naked LCD panel with an universal LCD controller board (check for V56 universal LCD controller board on ebay or aliexpress) and a 12V/50W LED power supply. All in a self-made wooden frame. It’s hanging stable on the wall for pretty much exactly one year now.For the multi-screen part: It depends on multiple factors whether you can see them or not. First is the brightness of your LCDs. If it’s set too high you’ll have backlight bleeding (the black will not be fully dark anymore). Also it depends on the transmission values of your mirror glass and the light environment of the room. It’s best to find a location with constant light conditions. My Mirrorpane Chrome Spy has a transmission of 8%. I’d say that’s lower limit. If I could find one, I’d go for 15% or maybe even 20%.
-
RE: Black Screen Of Death After Couple of Hours
@fonfon The way I would do it:
Rename the old folder of the old Maps-Module and download the new, modified version. Enter the folder of the new version and runnpm install. Config should be the same, so no need to change anything there.Test and report back if everything worked.
-
RE: [ITALY] Where to buy glass from/what kind of glass to get
@lorcalhost This german shop also ships to Italy. The prices for the mirrors are pretty good. Shipping costs to Italy are:
up to 2,000 kg: 14,50 €
from 2,001 kg up to 10,000 kg: 24,50 €
from 10,001 kg up to 20,000 kg: 29,50 €
from 20,001 kg up to 31,500 kg: 40,00 €
from 31,501 kg: 150,00 €The Pilkington MirroView might be the best option for a smart mirror. I currently have the Mirropane Chrome Spy with only 8% transmission which I will replace before summer with the MirroView (20% transmission and higher reflection).
-
RE: Black Screen Of Death After Couple of Hours
@sdetweil I knew it wouldn’t take long until you show up! :beaming_face_with_smiling_eyes: :thumbs_up:
-
RE: Orange PI
You have to execute
npm startin the MagicMirror directory, not in the home directory of your user pi. E.g. docd MagicMirror(or/home/pi/MagicMirroror whatever your MM directory is) and then runnpm start. -
RE: Display not bright enough
Hi there,
what you want is a display with high contrast. I think VA panels have the best. At least on paper.To power my mirror I use a 12V power supply for the LCD and a buck converter to reduce the 12V to 5V for my RasPi. That’s a dirt cheap solution which is working really well for more than 2 years.
There are also really, really cheap universal LCD controller boards that run on 5V only (around 4-5€, up to FullHD resolution, 30 pin LVDS, 2-CH, 8-bit) You configure them via jumpers. Although they have only a VGA output. Which means you’ll need an additional VGA to HDMI adapter (usually less than 3€). TAnd of course: In bright conditions you should pick a mirror with a higher transmission rate. In darker conditions a lower transmission rate will do. What mirror have you got?
-
RE: New LCD Controller Board for Tv
@habedehab I am pretty sure it’s the LVDS cable. The product description says it’s 1-ch 6-bit but your screen is 8bit. IIRC they are not compatible. The pinout for the Vcc and GND are different! Get a proper cable and try again. 2-ch 8-bit cables should work too but check the position of the black GND wires beforehand. Google your LCD panel name + datasheet to make sure they are correct.
-
RE: Powering my monitor
@flavito You posted the model type of the LCD panel. So I assume you don’t have a complete monitor but just the naked panel. Hence your question about connecting it to the pi.
What you need is a LCD controller board. I wrote a lot about those in this forum already and I don’t want to repeat myself all the time. So have a look here and here. Maybe use the forum search. You should find all the information you need.
What I can tell you is that your panel is 21.5 inch, FullHD (1920x1080) and it has a 30-pin 2-Channel, 8-bit interface.
You’ll find solutions as cheap as 3-4€ with a bit of hands-on work, 10€ for plug’n’play but a relay is needed if you want to use a PIR-sensor, or 30€ for a board with the needed firmware pre-installed. They all have pros (e.g. price) and cons (custom wiring).
Read a bit and if you have further questions you just ask again. Usually I look at the forum daily or at least every two days.
Disclaimer: I am with no means an expert here. I just went through the same research when I build my mirror.
-
RE: Choosing the right glass
@e199504 I have the Mirrorpane Chrom Spy from Brigla and although it is a good quality mirror the light transmission could be better (it’s only 2% or 3%). It’s perfectly fine if you don’t have direct sunlight through your windows but usually that’s not the case.
Is your room bright then I suggest going for more like 8% transmission. Let’s see what others might think.
-
RE: Recycling older Samsung flat screen for magic mirror
If you just care about turning the TV on and off you could use a relay that triggers the power button of the TV. @cruunnerr made a guide for PIR and relay setup.