<?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[Thingspeak with MMM-REST]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I have some ESP8266 with DHT11 modules that send Temp/Humidity to Thingspeak.<br />
I found the MMM-REST module but there’s not too much information about it.<br />
My problem is that I can’t find a way to get the full data on my mirror, I mean I only get the first 2 digits like 20° instead of 20.5° (excuse my english)<br />
It’s someting about the format as I can get the full data through a browser.</p>
<pre><code> {
                    format: '%d&lt;span class="wi wi-celsius"&gt;&lt;/span&gt;',
                    url: 'https://api.thingspeak.com/channels/1895676/fields/1/last.txt?api_key=XXXXXXXX',
                },
</code></pre>
<p dir="auto">So perhaps is there another way to get the same result with another module that would work with REST API ?</p>
<p dir="auto">Thanks for your attention :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/17304/thingspeak-with-mmm-rest</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 10:41:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17304.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Oct 2022 16:40:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Thingspeak with MMM-REST on Fri, 21 Oct 2022 18:22:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/roadrunner451" aria-label="Profile: Roadrunner451">@<bdi>Roadrunner451</bdi></a> said in <a href="/post/105399">Thingspeak with MMM-REST</a>:</p>
<pre><code>&gt; format: '%d&lt;span class="wi wi-celsius"&gt;&lt;/span&gt;',
</code></pre>
<p dir="auto">…</p>
<pre><code> format: '%1f&lt;span class="wi wi-celsius"&gt;&lt;/span&gt;',
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/105401</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105401</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 21 Oct 2022 18:22:09 GMT</pubDate></item><item><title><![CDATA[Reply to Thingspeak with MMM-REST on Fri, 21 Oct 2022 17:54:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
oops sorry, didn’t read completely, great !!!</p>
<p dir="auto">Thanks a lot !<br />
Have a nice evening !</p>
]]></description><link>https://forum.magicmirror.builders/post/105400</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105400</guid><dc:creator><![CDATA[Roadrunner451]]></dc:creator><pubDate>Fri, 21 Oct 2022 17:54:45 GMT</pubDate></item><item><title><![CDATA[Reply to Thingspeak with MMM-REST on Fri, 21 Oct 2022 17:52:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Ok that seems right but where am i supposed to put that ?<br />
My config looks like :</p>
<pre><code>format: '%d&lt;span class="wi wi-celsius"&gt;&lt;/span&gt;',
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/105399</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105399</guid><dc:creator><![CDATA[Roadrunner451]]></dc:creator><pubDate>Fri, 21 Oct 2022 17:52:37 GMT</pubDate></item><item><title><![CDATA[Reply to Thingspeak with MMM-REST on Fri, 21 Oct 2022 17:47:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/roadrunner451" aria-label="Profile: Roadrunner451">@<bdi>Roadrunner451</bdi></a> ah… format :"%d</p>
<p dir="auto">that means integer number, no decimal places,</p>
<p dir="auto">you want float</p>
<p dir="auto">%1f  (1 decimal place)<br />
%2f  (2 decimal places)</p>
]]></description><link>https://forum.magicmirror.builders/post/105398</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105398</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 21 Oct 2022 17:47:00 GMT</pubDate></item><item><title><![CDATA[Reply to Thingspeak with MMM-REST on Fri, 21 Oct 2022 17:43:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
It returns exactly what I would like to see on my mirror, like 22.3 at this time.</p>
]]></description><link>https://forum.magicmirror.builders/post/105397</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105397</guid><dc:creator><![CDATA[Roadrunner451]]></dc:creator><pubDate>Fri, 21 Oct 2022 17:43:51 GMT</pubDate></item><item><title><![CDATA[Reply to Thingspeak with MMM-REST on Fri, 21 Oct 2022 17:38:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/roadrunner451" aria-label="Profile: Roadrunner451">@<bdi>Roadrunner451</bdi></a> i don’t know… but when u put your url in a browser what does it return?</p>
]]></description><link>https://forum.magicmirror.builders/post/105396</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105396</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 21 Oct 2022 17:38:05 GMT</pubDate></item></channel></rss>