denverquane / MMM-Teslamate

Magic Mirror Module for the Teslamate utility
MIT License
52 stars 14 forks source link

Implemented a graphic display mode #4

Closed olexs closed 4 years ago

olexs commented 4 years ago

I was inspired by this awesome mirror module, but wanted it to look different - not just a table with values, but closer to how the car is displayed in the app. This is what I came up with:

graphic_m3

This view is alternate to the default table, controlled by a flag in the module options.

The background image is taken from the Tesla's own image compositor service, and the car shown is configurable (model, color/options and view angle).

Currently the view will only show the battery status, charge limit, and a few select states as icons (offline, asleep, "falling asleep", plugged in, sentry, unlocked, windows open, updating). This can be extended to show more different states and information.

denverquane commented 4 years ago

I love it!! I think I might spend some time soon to get both working together (graphic with table below), happy to see you got it working so nicely!