<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Display fahrenheit values? in Rapid IoT</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845337#M290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to display fahrenheit values on a Rapid IoT temperature data glance on the dashboard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jan 2019 18:23:01 GMT</pubDate>
    <dc:creator>info35</dc:creator>
    <dc:date>2019-01-01T18:23:01Z</dc:date>
    <item>
      <title>Display fahrenheit values?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845337#M290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to display fahrenheit values on a Rapid IoT temperature data glance on the dashboard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2019 18:23:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845337#M290</guid>
      <dc:creator>info35</dc:creator>
      <dc:date>2019-01-01T18:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display fahrenheit values?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845338#M291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you working with the Rapid IoT Studio or MCUXpresso?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2019 23:07:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845338#M291</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-01-02T23:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display fahrenheit values?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845339#M292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Estephania,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using &lt;A href="https://rapid-iot-studio.nxp.com/" target="test_blank"&gt;https://rapid-iot-studio.nxp.com/&lt;/A&gt; &amp;lt;https://rapid-iot-studio.nxp.com/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bryant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2019 02:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845339#M292</guid>
      <dc:creator>info35</dc:creator>
      <dc:date>2019-01-03T02:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display fahrenheit values?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845340#M293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the example available in the studio called Embedded Mathematical Operation Demo. Have you tried it?&amp;nbsp;do you have issues while using it ?&amp;nbsp; If you do, just let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/71403iF198FA4B6B839342/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2019 16:54:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845340#M293</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2019-01-03T16:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display fahrenheit values?</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845341#M294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! On the connector from the Cloud Event to Cloud Storage - make the VALUE value*9/5+32&lt;/P&gt;&lt;P&gt;You can also limit the number of digits with value.toFixed(X) where X is 1, 2, 3 whatever you want. See the Weather Station Example app for more options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 15:36:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Display-fahrenheit-values/m-p/845341#M294</guid>
      <dc:creator>richard_laborde</dc:creator>
      <dc:date>2019-01-04T15:36:33Z</dc:date>
    </item>
  </channel>
</rss>

