Page 1 of 1

Displaying gauges with uploaded data

Posted: Wed Apr 21, 2010 12:49 am
by jlavery
I've got the FTP upload working nicely uploading html templates with text showing current wind speed and direction, and graphs showing trends.

However, it would be nice to show a wind speed gauge and direction on a compass display.

Can Metohub be set up to do this, or is the best way to upload the XML data and then use php or similar to generate the gauge images?

Thanks!

James

Re:Displaying gauges with uploaded data

Posted: Wed Apr 21, 2010 4:02 am
by d_l
Have you not looked at the radar-type charts? :)

Re:Displaying gauges with uploaded data

Posted: Wed Apr 21, 2010 11:17 am
by skyewright
jlavery wrote:...or is the best way to upload the XML data and then use php or similar to generate the gauge images?
Or you might consider WeatherDisplayLive (WDL)?

Meteohub can provided the clientraw*.txt files that are used to drive WDL.

David

Re:Displaying gauges with uploaded data

Posted: Thu Apr 22, 2010 11:32 pm
by jlavery
Hi David,
Thanks - I'm now using WDL, which is great!

James