This an extension for the MagicMirror.
It monitors a your Tesla Stats, such as Battery Level, Temperature, Lock status and much more! A valid API key is required, the key can be requested here: https://teslafi.com
Big thanks to aduyng for their TeslaStatus module used as a template!
Open a terminal session, navigate to your MagicMirror's modules
folder and execute git clone https://github.com/f00d4tehg0dz/MMM-TeslaFi.git
, a new folder called MMM-TeslaFi will be created.
Activate the module by adding it to the config.js file as shown below. Of course the position is up to you.
- Some fields (charge added, time to full charge) are currently only enabled if the vehicle is plugged in
- Display Tesla on Google Maps
modules: [
{
module: 'MMM-TeslaFi',
position: 'top_left',
config: {
apiKey: 'ENTER YOUR KEY HERE',
}
},