<?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-HTTPRequestDisplay]]></title><description><![CDATA[<p dir="auto">I created this to help another member <a class="plugin-mentions-user plugin-mentions-a" href="/user/acdacd2" aria-label="Profile: acdacd2">@<bdi>acdacd2</bdi></a> but I figure it can be universally used. Many thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/kirash4" aria-label="Profile: KirAsh4">@<bdi>KirAsh4</bdi></a></p>
<p dir="auto">It is available here: <a href="https://github.com/Eunanibus/MMM-HTTPRequestDisplay" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Eunanibus/MMM-HTTPRequestDisplay</a></p>
<p dir="auto">This is not only my first module, but it’s my first real venture into JavaScript, before this I’ve not really had any experience.</p>
<p dir="auto">The module allows a targetURL that responds with XML data to be displayed on the mirror. This hopefully supposed to be useful to anyone with any kind of home automation or sensor data that can be received via a HTTP request. In theory, one might be able to get a read out on say; all the doors that are locked in a house.</p>
<p dir="auto">I’m not sure. It’s very choppy, and needs some serious work. Right now it only inspects one node hierarchy down. I’d like to improve that in the future.</p>
<p dir="auto">Below, is an example using the OpenWeather API to make a request.</p>
<p dir="auto"><img src="http://i.imgur.com/NICYTfm.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="http://i.imgur.com/Icl0TIJ.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="http://i.imgur.com/v0McAKT.png" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/268/mmm-httprequestdisplay</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 06:34:27 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/268.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Jun 2016 17:27:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Mon, 23 Apr 2018 20:13:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zombi27" aria-label="Profile: zombi27">@<bdi>zombi27</bdi></a> You may wanna checkout my module MMM-Loxone:)</p>
<p dir="auto">[card:idoodler/MMM-Loxone]</p>
]]></description><link>https://forum.magicmirror.builders/post/38797</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38797</guid><dc:creator><![CDATA[idoodler]]></dc:creator><pubDate>Mon, 23 Apr 2018 20:13:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Thu, 11 May 2017 13:01:44 GMT]]></title><description><![CDATA[<p dir="auto">Cool! Quick response! I might move it to the localhost then for now until new version is out :)…</p>
]]></description><link>https://forum.magicmirror.builders/post/21470</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21470</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Thu, 11 May 2017 13:01:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Thu, 11 May 2017 13:01:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello guys,</p>
<p dir="auto">Thanks for reminding me to do this. This script has needed some work for a while now and I keep delaying it.</p>
<p dir="auto">There’s an issue with cross-site scripting I need to resolve (so resolving external URL’s may fail) - I also want to establish the issue with node inspections. I’m going to begin fixing these issues as soon as my exams are up (So beginning of June) - So you can expect an update then. Apologies for the inconvenience in the mean time.</p>
<p dir="auto">As an added bonus, I’ll be releasing a new module also :) It’s pretty cool looking and I’m looking forward to giving it to all of you.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/21468</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21468</guid><dc:creator><![CDATA[Eunanibus]]></dc:creator><pubDate>Thu, 11 May 2017 13:01:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Thu, 11 May 2017 13:00:10 GMT]]></title><description><![CDATA[<p dir="auto">Great! Should solve my problems, however I seem to have issues retrieving any data :</p>
<p dir="auto">this is from my config:</p>
<p dir="auto">{<br />
module: ‘MMM-HTTPRequestDisplay’,<br />
position: ‘top_center’,<br />
header: ‘Room Temp’,<br />
config: {<br />
httpRequestURL: “<a href="http://192.168.1.38/guestRoomTemp.php" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.1.38/guestRoomTemp.php</a>”,<br />
updateInterval: 2500<br />
}<br />
}</p>
<p dir="auto">The guestRoomTemp.php output an XML file format such as this<br />
“&lt; root&gt;&lt; roomTemp&gt;20.00&lt; /roomTemp&gt;&lt; /root&gt;”    (had to add the space in the XML output example here as the editor seemed to remove the tags)…</p>
<p dir="auto">are there issues calling .php files? The error I get is: HTTP Request Failed. Status 0.<br />
Please check the request URL in the module config.</p>
<p dir="auto">I can call the page and get the result from a web browser so there should be no access rights issues?</p>
]]></description><link>https://forum.magicmirror.builders/post/21465</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/21465</guid><dc:creator><![CDATA[Kristianson]]></dc:creator><pubDate>Thu, 11 May 2017 13:00:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Fri, 22 Jul 2016 00:04:49 GMT]]></title><description><![CDATA[<p dir="auto">Download available here</p>
<p dir="auto"><a href="https://github.com/Eunanibus/MMM-HTTPRequestDisplay" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/Eunanibus/MMM-HTTPRequestDisplay</a></p>
<p dir="auto">I need to make some fixes to the module so for right now consider it in Beta :)</p>
]]></description><link>https://forum.magicmirror.builders/post/2794</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2794</guid><dc:creator><![CDATA[Eunanibus]]></dc:creator><pubDate>Fri, 22 Jul 2016 00:04:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Sun, 26 Jun 2016 18:40:30 GMT]]></title><description><![CDATA[<p dir="auto">OH and where can I download it from?  Thank you!</p>
]]></description><link>https://forum.magicmirror.builders/post/1991</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1991</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sun, 26 Jun 2016 18:40:30 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Sun, 26 Jun 2016 18:31:58 GMT]]></title><description><![CDATA[<p dir="auto">VERY nice with this I think you have solved a few issues for me! :)  I wrote a module for my joomla site and was looking for a way to use it here [NFL Scoreboard] but since this will do the httprequest I can pick apart my module and use the parts with this and it should work!! Bravo!!</p>
<p dir="auto">HUGE Thank you!</p>
]]></description><link>https://forum.magicmirror.builders/post/1990</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1990</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sun, 26 Jun 2016 18:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Fri, 24 Jun 2016 13:00:27 GMT]]></title><description><![CDATA[<p dir="auto">Thank you :wink: - I hope it’s useful to someone. It needs some work so I’ll probably revisit it soon.</p>
<p dir="auto">But right now I’m working on a new module to give to everyone. And it’s even cooler :stuck_out_tongue: - I actually think a lot of people will use it.</p>
]]></description><link>https://forum.magicmirror.builders/post/1920</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1920</guid><dc:creator><![CDATA[Eunanibus]]></dc:creator><pubDate>Fri, 24 Jun 2016 13:00:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-HTTPRequestDisplay on Fri, 24 Jun 2016 09:13:07 GMT]]></title><description><![CDATA[<p dir="auto">nice! this will be very helpful when i get time to work on my home-automation (loxone) module :) Thank you!</p>
]]></description><link>https://forum.magicmirror.builders/post/1911</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1911</guid><dc:creator><![CDATA[zombi27]]></dc:creator><pubDate>Fri, 24 Jun 2016 09:13:07 GMT</pubDate></item></channel></rss>