Project Mirror
What is Project Mirror?
Project Mirror is a project that I made in my first year of college. It's a smart mirror that tells you the weather, date, time and calendar for that day. For the calendar part, I made use of the Google Calendar API and the Google OAUTH API. If the user doesn't want to link their Google account it's also possible to add ical URLs. The whole thing was made with wood and plexiglass with a mirror coating. The electronics used was a Raspberry Pi 3b+ and an IPS monitor.
Project Mirror was developed in Python and Javascript. Using Flask I set up the API and using Apache2 I hosted the front-end, which included both the mirror screen and the admin panel.