Read the statement by Michael Teeuw here.
MMM-GoogleFit
-
That’d be awesome! I hope it’s straightforward. Also, I’m using it currently on a pi zero W and had no issues with the authentication process. Cheers.
-
@nitram, I made a github issue based off of your feedback - check for updates there :)
-
@amcolash Amazing!! Thanks so much. This all worked perfectly for me, with the exception that I also needed to rename the MMM-GoogleFit.js file in the second instance’s directory to MMM-GoogleFit2.js - nothing happened otherwise. I also took the opportunity to change the innerhtml content in that file to something more distinctive for each instance and now we can all see our steps. Super happy with this - even the wife thinks its good now!
-
@nitram So glad to hear that things worked out smoothly - yeah forgot about renaming the file - sorry about that. Glad that you and your wife are liking this module! Cheers
-
I’m getting an auth error, “stats error”. I’ve followed the steps and MMM-GoogleFit shows up in my google apps with permissions. Any ideas?
Edit: Update, The issue has resolved without me doing anything different so I’m not quite sure what the issue was but the module is working great. Thank you for this!
-
@StacheEnthusiast: Made a github issue, I will respond in detail and help troubleshoot there.
-
Thank you @amcolash I set this module up tonight. All working great, except when I edit chartWidth (to anything more than 360) to make it bigger, it cuts off part of the leftmost pie chart. It does this whether I’m using icons or not. I use it in bottom_center if that makes any difference. Any idea how to stop this happening? I’d like to have larger pies!
-
@tismepaulo: Please make a github issue so I can track this issue. Sorry for the late response, I just moved cross-country to Seattle.
-
hi,
with the weights in Kgs… is it possible to have it to 1 decimal place?Thank you
-
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