Read the statement by Michael Teeuw here.
MMM-GoogleFit
-
Hi,
open: /home/pi/MagicMirror/modules/MMM-GoogleFit/MMM-GoogleFit.js in a notepad.
Change line 112 from
total = total.toFixed(0);
to
total = total.toFixed(1);Just tried it out, it works (I also like it ;-) )
But please note that any change in a module will be overwritten as soon as you do an update of the module.Cheers
Markus -
-
another quick question… is it possible to have a graph of some sort weeky/monthly of weight?
i think i read on one of the new covid19 threads that this module has a graph function!?thanks again
-
@banbutcher cool that you got it to work :-)
About weight graph: Well the GoogleFit module would have to be extended with this functionality, it would have to be coded (nothing that could be done with a quick fix, I’m afraid ;-) ) -
That’s what I thought, thanks for the reply!