<?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[Dashboard gauge data point scale]]></title><description><![CDATA[<p dir="auto">I have a gauge on my dashboard showing "system up time" in seconds. This very quickly becomes a large number. How do I convert the system up time from seconds to hours? How can I scale the data point values shown on my dashboard gauges?</p>
]]></description><link>https://forum.mango-os.com/topic/4741/dashboard-gauge-data-point-scale</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 11:23:11 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4741.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Mar 2020 20:02:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dashboard gauge data point scale on Wed, 11 Mar 2020 01:42:31 GMT]]></title><description><![CDATA[<p dir="auto">If you're using a single value, try<br />
<code>{{pt.value/3600}}</code><br />
or pt.value/3600<br />
depends on your markup</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/24891</link><guid isPermaLink="true">https://forum.mango-os.com/post/24891</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 11 Mar 2020 01:42:31 GMT</pubDate></item></channel></rss>