@j-e-f-f Hi Jeff, I’m very close to Toronto - I’m from Markham! That’s awesome you ordered your two-way mirror from Academy glass as well. Do you have a photo of your mirror? I’d love to see.
Read the statement by Michael Teeuw here.
Posts made by mitchelltmarino
-
RE: My Full-Length Smart Mirror
-
RE: My Full-Length Smart Mirror
@bhepler Thank you! I did my best. :smiling_face_with_open_mouth_cold_sweat:
-
RE: My Full-Length Smart Mirror
@lavolp3 Thank you! I ordered the glass custom from a company called Academy Glass.
-
RE: My Full-Length Smart Mirror
@cyrus1337 Thanks! I applied blackout over the back of the mirror. The specific one I used can be found here. I initially ordered from another provider and was very unsatisfied the way it came. The Rabitgoo one was amazing though!
-
RE: My Full-Length Smart Mirror
@richland007 It was really fun to build, I would recommend building one if you ever have the time!
I custom ordered the two-way mirror from Academy Glass, which was company local to me. It is 1/4" thick glass, not acrylic.
-
My Full-Length Smart Mirror
I recently undertook the task of building a full-length smart mirror, and I am really happy about how it turned out.
Take a look for yourself:
I was going for a modern, minimal look. The size of the mirror is 20" x 60". It displays the date, time, weather, forecast, my calendar, and my custom module MMM-RemoteCompliments.
Feel free to check out my blog if you want to see more about the mirror, including how I built it: How I Made a Smart Mirror That Integrates With Google Drive
Thanks for taking interest in my mirror, have a nice day!
-
MMM-RemoteCompliments
Description:
MMM-RemoteCompliments provides seamless integration with Google Drive to display compliments and images from Drive on the MagicMirror² interface.Screenshot:
How Do I Use It?
After properly setting up the module, it will create a folder hierarchy on your Google Drive, which can afterwards be moved anywhere on your Google Drive that you like.
This folder hierarchy allows for convenient adding of messages and photos to the mirror, simply by adding them to the proper folder or file on your Drive. You can also change maximum image dimensions and the module header at any time by changing the configurations spreadsheet.How Does It Work?
Simply follow the setup instructions. After creating your own Google APIs project, authorizing the application, and executing theDrive/Setup.js
script, and , a new folder in your Google Drive will be created with all the necessary documents required to add/remove content to/from MMM-RemoteCompliments on your mirror! :)GitHub:
https://github.com/mitchelltmarino/MMM-RemoteComplimentsYouTube Demo:
https://www.youtube.com/watch?v=cEcp47C1jPwPlease check out my module if it peaks your interest - I put a lot of time and effort into it, and I would love some input. Thanks for your time everyone!
-
Animate only part of the DOM on updateDom()
Hi,
My getDom function for a module I am working on is able to update the module properly, but when I add an animation speed, it refreshes the entire module rather than just the parts of the DOM that change.
Is there a way to target only a part of the DOM to refresh with the animation, rather than the entire thing?
Thanks.