<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-GoogleFit]]></title><description><![CDATA[<p dir="auto">I just whipped up a google fit module this weekend for personal use, but thought the wonderful community would appreciate it as well! Currently it will show your step progress as well as weights if you record those.</p>
<p dir="auto">Check it out on github and give any feedback you have. I made this for my own personal needs, but am open for feedback :)</p>
<p dir="auto">Cheers!</p>
<p dir="auto"><img src="https://raw.githubusercontent.com/amcolash/MMM-GoogleFit/master/screenshots/colors.png" alt="Colored rings screenshot" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a href="https://github.com/amcolash/MMM-GoogleFit" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/amcolash/MMM-GoogleFit</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/6206/mmm-googlefit</link><generator>RSS for Node</generator><lastBuildDate>Sat, 09 May 2026 16:42:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6206.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Jan 2018 04:29:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-GoogleFit on Sun, 05 Apr 2020 18:19:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meidlmarkus" aria-label="Profile: Meidlmarkus">@<bdi>Meidlmarkus</bdi></a></p>
<p dir="auto">That’s what I thought, thanks for the reply!</p>
]]></description><link>https://forum.magicmirror.builders/post/72015</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72015</guid><dc:creator><![CDATA[banbutcher]]></dc:creator><pubDate>Sun, 05 Apr 2020 18:19:16 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Sun, 05 Apr 2020 15:36:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/banbutcher" aria-label="Profile: banbutcher">@<bdi>banbutcher</bdi></a> cool that you got it to work :-)<br />
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 ;-) )</p>
]]></description><link>https://forum.magicmirror.builders/post/71994</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71994</guid><dc:creator><![CDATA[Meidlmarkus]]></dc:creator><pubDate>Sun, 05 Apr 2020 15:36:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Sun, 05 Apr 2020 05:38:39 GMT]]></title><description><![CDATA[<p dir="auto">another quick question… is it possible to have a graph of some sort weeky/monthly of weight?<br />
i think i read on one of the new covid19 threads that this module has a graph function!?</p>
<p dir="auto">thanks again</p>
]]></description><link>https://forum.magicmirror.builders/post/71942</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71942</guid><dc:creator><![CDATA[banbutcher]]></dc:creator><pubDate>Sun, 05 Apr 2020 05:38:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Sat, 04 Apr 2020 00:11:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/meidlmarkus" aria-label="Profile: Meidlmarkus">@<bdi>Meidlmarkus</bdi></a></p>
<p dir="auto">Awesome… thanks I’ll try it out soon! 😊</p>
<p dir="auto">… worked like a charm! :)</p>
]]></description><link>https://forum.magicmirror.builders/post/71806</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71806</guid><dc:creator><![CDATA[banbutcher]]></dc:creator><pubDate>Sat, 04 Apr 2020 00:11:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Fri, 03 Apr 2020 15:39:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
open: /home/pi/MagicMirror/modules/MMM-GoogleFit/MMM-GoogleFit.js in a notepad.<br />
Change line 112 from<br />
total = total.toFixed(0);<br />
to<br />
total = total.toFixed(1);</p>
<p dir="auto">Just tried it out, it works (I also like it ;-)  )<br />
But please note that any change in a module will be overwritten as soon as you do an update of the module.</p>
<p dir="auto">Cheers<br />
Markus</p>
]]></description><link>https://forum.magicmirror.builders/post/71765</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71765</guid><dc:creator><![CDATA[Meidlmarkus]]></dc:creator><pubDate>Fri, 03 Apr 2020 15:39:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Fri, 03 Apr 2020 12:40:56 GMT]]></title><description><![CDATA[<p dir="auto">hi,<br />
with the weights in Kgs… is it possible to have it to 1 decimal place?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/post/71750</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71750</guid><dc:creator><![CDATA[banbutcher]]></dc:creator><pubDate>Fri, 03 Apr 2020 12:40:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Sun, 03 Jun 2018 22:11:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tismepaulo" aria-label="Profile: tismepaulo">@<bdi>tismepaulo</bdi></a>: Please make a github issue so I can track this issue. Sorry for the late response, I just moved cross-country to Seattle.</p>
]]></description><link>https://forum.magicmirror.builders/post/40173</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40173</guid><dc:creator><![CDATA[amcolash]]></dc:creator><pubDate>Sun, 03 Jun 2018 22:11:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Sat, 28 Apr 2018 22:15:30 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/amcolash" aria-label="Profile: amcolash">@<bdi>amcolash</bdi></a> 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!</p>
]]></description><link>https://forum.magicmirror.builders/post/39052</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39052</guid><dc:creator><![CDATA[tismepaulo]]></dc:creator><pubDate>Sat, 28 Apr 2018 22:15:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Fri, 23 Feb 2018 23:51:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stacheenthusiast" aria-label="Profile: StacheEnthusiast">@<bdi>StacheEnthusiast</bdi></a>: Made a github issue, I will respond in detail and help troubleshoot there.</p>
<p dir="auto"><a href="https://github.com/amcolash/MMM-GoogleFit/issues/4" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/amcolash/MMM-GoogleFit/issues/4</a></p>
]]></description><link>https://forum.magicmirror.builders/post/36192</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36192</guid><dc:creator><![CDATA[amcolash]]></dc:creator><pubDate>Fri, 23 Feb 2018 23:51:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Sat, 24 Feb 2018 16:04:19 GMT]]></title><description><![CDATA[<p dir="auto">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?</p>
<p dir="auto">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!</p>
]]></description><link>https://forum.magicmirror.builders/post/36101</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/36101</guid><dc:creator><![CDATA[StacheEnthusiast]]></dc:creator><pubDate>Sat, 24 Feb 2018 16:04:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Tue, 06 Feb 2018 02:25:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nitram" aria-label="Profile: nitram">@<bdi>nitram</bdi></a> 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</p>
]]></description><link>https://forum.magicmirror.builders/post/35306</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35306</guid><dc:creator><![CDATA[amcolash]]></dc:creator><pubDate>Tue, 06 Feb 2018 02:25:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Mon, 05 Feb 2018 23:56:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amcolash" aria-label="Profile: amcolash">@<bdi>amcolash</bdi></a> 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!</p>
]]></description><link>https://forum.magicmirror.builders/post/35293</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35293</guid><dc:creator><![CDATA[nitram]]></dc:creator><pubDate>Mon, 05 Feb 2018 23:56:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Sun, 04 Feb 2018 17:42:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nitram" aria-label="Profile: nitram">@<bdi>nitram</bdi></a>, I made a github issue based off of your feedback - check for updates there :)</p>
<p dir="auto"><a href="https://github.com/amcolash/MMM-GoogleFit/issues/3" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/amcolash/MMM-GoogleFit/issues/3</a></p>
]]></description><link>https://forum.magicmirror.builders/post/35226</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35226</guid><dc:creator><![CDATA[amcolash]]></dc:creator><pubDate>Sun, 04 Feb 2018 17:42:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Thu, 01 Feb 2018 19:27:37 GMT]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>https://forum.magicmirror.builders/post/35071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35071</guid><dc:creator><![CDATA[nitram]]></dc:creator><pubDate>Thu, 01 Feb 2018 19:27:37 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Wed, 31 Jan 2018 19:54:08 GMT]]></title><description><![CDATA[<p dir="auto">I have not played around with multiple instances of a MM module, but I can take a look into it when I get some time this weekend. There are some assumptions that are made right now that prevent multiple instances from accessing different accounts. That being said, I am not sure how much work it would take to do but I am up for at least investigating this.</p>
]]></description><link>https://forum.magicmirror.builders/post/35039</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35039</guid><dc:creator><![CDATA[amcolash]]></dc:creator><pubDate>Wed, 31 Jan 2018 19:54:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Wed, 31 Jan 2018 19:50:14 GMT]]></title><description><![CDATA[<p dir="auto">Nice work. Do you know if it’d handle two instances - i.e. two google accounts? I can imagine some friendly competition in my house with this!</p>
]]></description><link>https://forum.magicmirror.builders/post/35038</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/35038</guid><dc:creator><![CDATA[nitram]]></dc:creator><pubDate>Wed, 31 Jan 2018 19:50:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Mon, 15 Jan 2018 16:10:25 GMT]]></title><description><![CDATA[<p dir="auto">Someone else was running a pi zero and noticed issues with the authentication flow. Please make an issue on github or leave a comment here if you have any problems!</p>
]]></description><link>https://forum.magicmirror.builders/post/34011</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/34011</guid><dc:creator><![CDATA[amcolash]]></dc:creator><pubDate>Mon, 15 Jan 2018 16:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-GoogleFit on Mon, 15 Jan 2018 13:44:31 GMT]]></title><description><![CDATA[<p dir="auto">Pretty nice!</p>
]]></description><link>https://forum.magicmirror.builders/post/33998</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33998</guid><dc:creator><![CDATA[schlachtkreuzer6]]></dc:creator><pubDate>Mon, 15 Jan 2018 13:44:31 GMT</pubDate></item></channel></rss>