MMM-GoogleFit
MMM-GoogleFit copied to clipboard
Different chartWidth leads to problems
I used
chartWidth:330
and the days are no longer exactly on the middle of the circle.
Instead of adjusting the chartWidth property, I added something like this to my custom.css file
.MMM-GoogleFit { transform: scale(1.5); transform-origin: top left; }
My module is in the top left of the screen, so depending on where yours is, you might need to adjust the transform-orgin property