DrieStone / TeslaData-Widget

A Scriptable widget to pull data from the TeslaFi API
59 stars 18 forks source link

Widget only shows Efficiency estimated miles and never rated miles #14

Open StachStach opened 3 years ago

StachStach commented 3 years ago

Widget only shows Efficiency estimated miles (.8 or so of rated) and never rated miles, no matter how I configure the following 2 switches.

//show_range = true; // show the estimated range above the battery bar //show_range_est = true; // show range estimated instead of the car's range estimate

ken1029 commented 2 years ago

you can try like this:

var show_range = true; // show the estimated range above the battery bar var show_range_est = false; // show range estimated instead of the car's range estimate