Hello there,
I’m quite happy with my build, yet I consider getting a better display that has less backlight and black is really black, so the screen is not visible.
Currently I’m using display from decomissioned laptop.
What type of display would you recommend for that?
Thank you!
Read the statement by Michael Teeuw here.
Posts made by DeanoNoire
-
Better display for two way mirror
-
RE: MMM-DumpsterDay
@dinschal Hey there, it’s not possible to set it via config right now, but it’s quite easy to modify it in the MMM-DumpsterDay.js file:
Find folloing code (about row 167)
// Trashday today
if (difference%datediff_1 == 0) {
result = 1
Log.info(“It’s trashday !!”);
}and change the value of result to 0.
So it’s:// Trashday today
if (difference%datediff_1 == 0) {
result = 0
Log.info(“It’s trashday !!”);
}Please let me know if this solution worked as desired.
Have a good one; Greetings from Czechia. -
My atelier mirror v2.0 (rebuild)
Hey guys,
I’d like to share my rebuilt mirror in my home office. I ordered a brand new mirror by @Goldjunge_Chriz and it looks dope!
In this take I put both power supply cables through the gooseneck in the wall, so while it’s hanging, there are no cables visible.
Also did some lesser css modifications.
It’s not rich for modules, but I like it that way.
Right now I’m considering 3D printing some fancy corners (like witcher schools medalions or sth), to cover the croocked frame joins.I appreciate any constructive criticism. Please excuse the low photo quality, my phone died.
-
RE: MMM dumpsterday
@elmago Hey there, I did check your request and I will work it in, but these days I’m super busy with work so just give me some time ;)
-
RE: MMM dumpsterday
@cowboysdude I made the module as the trash takeout is quite irregular in my town. Plastic waste is collected every 28 days, green waste is collected every 21 days and regular garbage every odd tuesday.
Say whatever you want, I still find it way more useful than a module telling me I’m handsome.
-
RE: MMM dumpsterday
@elmago Hi there,
does that mean the garbage collection is skipped that week and next collection is next week ?
Or the garbage collection is just postponed to next non-holiday day?I can try to add this functionality, I just need to understand the scenario :)
Cheers.
-
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
Also you can offer these already manufactured in the next round. I dont know how about guys, but I was not very strict about the dimensions of my mirror.
As @malevolent suggested a 10% warrant would be fair. -
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
@goldjunge_chriz Awesome! :) Could you please just confirm I’m among those whose payment arrived correctly? :) Thanks :)
-
RE: Shutdown Magic Mirror with Home Assistant
@jordes First part of the automation is ssh call for shutdown.
Finding a working script took me a while, but it works like a charm without any excessive MM modules.
All you need is to setup passwordless ssh connection between HA and MM.