My SmartMirror that my brother Karel made has been serving Ozuye well over the last 5 years. But when I arrived it had old information on it and an update did not help. Being a software developer that also creates Raspberry Pi apps, I decided to make my own Smart Mirror App;
Here’s a first version of it. The font is more in style and the mirror is even smarter; it now talks to the Tempest weather station, and shows the data in both metric and imperial units. The API was pretty easy to use. I also included a new feature; burn ban status. Here in Texas, a burn ban can be active when there’s a risk of fires due to lack of rain. I found a way to read the fire department posted data to display an icon indicating the burn ban status.
The forecast information shows the week ahead, with both an icon per day, minimum and maximum temperatures and an hourly temperature curve.
The green line is comfortable, the red line the highest recorded temp ever in Texas and the blue line the lowest. That way the curve gives an easy overview on what kind of temperatures are expected.
One thing I still have to do is read the PIR sensor (Passive infra red) to blank the screen when nobody is around for a while.
The large centered text will rotate between 5 different messages, which I will be able to set from the cloud. That way I can even show a custom message for guests when needed.
In the future, I will try add a location chip in each of the outdoor seat cushions. Then when it starts to rain and the pillow are outside, I can show a message to store them inside.