@Maki definitely. To Austria, the shipping would be only 30 EUR :)
Read the statement by Michael Teeuw here.
Posts
-
RE: New 2-way mirror supplier - low prices and lead times
-
RE: New 2-way mirror supplier - low prices and lead times
@Maki great. Sent a quote request. Will update you later about the price, but just FYI Switzerland is not a part of the EU and for some reason DPD does not offer any transportation options. UPS, however, does, at triple the price - just the shipping estimate would be around 180 EUR. Just letting you know before hand.
-
RE: New 2-way mirror supplier - low prices and lead times
@Maki I will check with the supplier and will ping you over a PM, since they are in summer vacation until the middle of August. Do you have the frame with you to measure the inside mounting dimentions?
-
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.
-
RE: New 2-way mirror supplier - low prices and lead times
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.
-
RE: New 2-way mirror supplier - low prices and lead times
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. -
RE: New 2-way mirror supplier - low prices and lead times
I am still taking orders :) If anyone is interested, please PM me.
-
RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror
@sdetweil duly noted and agreed. That approach is the right one.
-
RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror
@proxxym open the following file:
~/MagicMirror/modules/MMM-homeassistant-sensors/MMM-homeassistant-sensors.css
find the following lines:
.ha-small { font-size: 15px; line-height: 18px; font-weight: bold; color: #999 } .ha-normal { font-size: 20px; line-height: 25px; color: #999 } .ha-big { font-size: 22px; line-height: 26px; color: #999 }
and either change the .ha-big font-size from 22px to something bigger (e.g. 30px, 36px, etc.)
or add a completely separate style:
.ha-extra-big { font-size: 36px; line-height: 30px; color: #999 }
and change this in your config
rowClass = 'extra-big'