One reason I would try adding clear glass. In my mirror setup my 2-way acrylic bows out a little, distorting the reflection just a little. having a flat piece of glass may help alleviate this. Or at least go with the thicker acrylic.
Read the statement by Michael Teeuw here.
Latest posts made by dorfman2
-
RE: Should I put acrylic mirror behind glass?
-
RE: Changing units from 'metric' to 'imperial' breaks currentweather module
Some days my current Weather module works, some days it doesn’t. My mirror is set to restart daily at 1am. It’s been working the past 2 days, but hadn’t worked the prior week. I haven’t had time to look into it, all I did was update it to 2.3.1 on a raspberry pi 3 B+.
-
RE: Need help with making the rasberry pi start up delayed
Did you utilize pm2 as part of your setup? Possibly you could use;
pm2 start mm --start-delay {time in milliseconds}
*disclaimer, I haven’t tested this.
-
MMM-DCMetroTrainTimes Convert API source
Howdy all,
I’m new to javascript and I’m looking to convert the awesome existing MMM-DCMetroTrainTimes Module from the WMATA API to the amazing MetroHero API. I believe this is more complicated than a simple HTTP swap, since WMATA uses HTTPS and MetroHero uses POST.
I’ve pulled my own fork to start working on GitHub and have started attempting edits (unsuccessfully). I’ve gotten an api-key from MetroHero, and have made successful queries using Postman.
Here’s the WMATA API Documentation
Here’s the MetroHero API DocumentationAny advice, examples, required reading that’d be helpful?
Am I better off starting from scratch?
Thanks for your help!