Read the statement by Michael Teeuw here.
MMM-HTTPRequestDisplay
- 
 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!! HUGE Thank you! 
- 
 OH and where can I download it from? Thank you! 
- 
 Download available here https://github.com/Eunanibus/MMM-HTTPRequestDisplay I need to make some fixes to the module so for right now consider it in Beta :) 
- 
 Great! Should solve my problems, however I seem to have issues retrieving any data : this is from my config: { 
 module: ‘MMM-HTTPRequestDisplay’,
 position: ‘top_center’,
 header: ‘Room Temp’,
 config: {
 httpRequestURL: “http://192.168.1.38/guestRoomTemp.php”,
 updateInterval: 2500
 }
 }The guestRoomTemp.php output an XML file format such as this 
 “< root>< roomTemp>20.00< /roomTemp>< /root>” (had to add the space in the XML output example here as the editor seemed to remove the tags)…are there issues calling .php files? The error I get is: HTTP Request Failed. Status 0. 
 Please check the request URL in the module config.I can call the page and get the result from a web browser so there should be no access rights issues? 
- 
 Hello guys, Thanks for reminding me to do this. This script has needed some work for a while now and I keep delaying it. 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. 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. Thanks! 
- 
 Cool! Quick response! I might move it to the localhost then for now until new version is out :)… 
- 
 @zombi27 You may wanna checkout my module MMM-Loxone:) [card:idoodler/MMM-Loxone] 


