<?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[GoogleFit - Kg&#x27;s to lbs]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I hope this is an easy one but I have Googlefit up and working just fine, I just wanted to change the way it is displaying my weight to move from Kilograms to Pounds (well Stones and Pounds if possible).  I am not sure where in the code to do this.  Many thanks in advance.</p>
]]></description><link>https://forum.magicmirror.builders/topic/10583/googlefit-kg-s-to-lbs</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 09:09:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10583.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Jun 2019 07:38:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GoogleFit - Kg&#x27;s to lbs on Fri, 22 May 2020 21:37:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulcrum1973" aria-label="Profile: Fulcrum1973">@<bdi>Fulcrum1973</bdi></a> In Terminal, edit MMM-GoogleFit.js and locate the line that starts with:</p>
<pre><code>if (weight) {
</code></pre>
<p dir="auto">Insert the following after that line:</p>
<pre><code> 
config.units = "imperial";

</code></pre>
<p dir="auto">So that’s a blank line, followed by the above code, followed by another blank line. Restart MM and voilà, pounds instead of kilograms.</p>
]]></description><link>https://forum.magicmirror.builders/post/75751</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75751</guid><dc:creator><![CDATA[sonicgoose]]></dc:creator><pubDate>Fri, 22 May 2020 21:37:52 GMT</pubDate></item><item><title><![CDATA[Reply to GoogleFit - Kg&#x27;s to lbs on Fri, 07 Jun 2019 09:41:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/thedoorsfanatic" aria-label="Profile: thedoorsfanatic">@<bdi>thedoorsfanatic</bdi></a>,</p>
<p dir="auto">I have them as ‘metric’ in the main config file.  Which in the main I would like to keep, just want my weight to be in lbs.</p>
]]></description><link>https://forum.magicmirror.builders/post/57748</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57748</guid><dc:creator><![CDATA[Fulcrum1973]]></dc:creator><pubDate>Fri, 07 Jun 2019 09:41:08 GMT</pubDate></item><item><title><![CDATA[Reply to GoogleFit - Kg&#x27;s to lbs on Fri, 07 Jun 2019 08:22:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fulcrum1973" aria-label="Profile: Fulcrum1973">@<bdi>Fulcrum1973</bdi></a><br />
Have you configured the units in your config.js?<br />
<a href="https://github.com/MichMich/MagicMirror#configuration" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror#configuration</a></p>
]]></description><link>https://forum.magicmirror.builders/post/57746</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57746</guid><dc:creator><![CDATA[thedoorsfanatic]]></dc:creator><pubDate>Fri, 07 Jun 2019 08:22:35 GMT</pubDate></item></channel></rss>