denverquane / MMM-Teslamate

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

Hybrid mode only shows Odometer #14

Open natrlhy opened 3 years ago

natrlhy commented 3 years ago

Hi! I've only just started to use MagicMirror so very new to how everything works.

I have MMM-Teslmate installed and configured in the config.js file fine. I have hybridView: true, but I only see the Odometer stats at the bottom and nothing else.

Also I wanted to update MMM-Teslamate but I get this:

pi@teslamate:~/MagicMirror/modules/MMM-Teslamate $ git pull Updating c9acf3a..bb85c50 error: Your local changes to the following files would be overwritten by merge: package-lock.json Please commit your changes or stash them before you merge. Aborting

Am I doing something wrong?

Thanks for this awesome module!

olexs commented 3 years ago

Hybrid view only shows the odometer as long as the car isn't plugged in and charging (or scheduled to charge). What else would you like to see?

As for the package-lock.json issue, run the following to do a "clean" update:

git checkout package-lock.json
git pull
npm install
natrlhy commented 3 years ago

Hi, Similar to Teslamate UI allow a config.js configuration to show (or not show):

Vehicle Name Status: Alseep/Online/Driving Range: xx mi Version: 2020.36.11

When the car is driving show: Speed: 65 mph/kph

And of course any current charging stats when the car is plugged in.

I'd also love to be able to move the battery % number that shows above the battery "graphic" to inside the battery or remove it all together if it can be show with the rest of the stats 👍

Just some initial thoughts!