Difference between revisions of ":Add-On Services/11/en"

From meteobridge
Jump to: navigation, search
(Importing a new version from external source)
 
Line 1: Line 1:
Beispiel: Um die aktuelle Außentemperatur und Feuchte zu erhalten, liefert die URL <pre>http://ip-of-meteobridge/cgi-bin/template.cgi?template=[DD].[MM].[YY]+[HH]:[mm][APM]%0D[th0temp-act]%BAC%0d[th0hum-act]%25&contenttype=text/plain;charset=iso-8859-1</pre>
+
Example: In oder to get current outdoor temp and humidity this URL<pre>http://ip-of-meteobridge/cgi-bin/template.cgi?template=[DD].[MM].[YY]+[HH]:[mm][APM]%0D[th0temp-act]%BAC%0d[th0hum-act]%25&contenttype=text/plain;charset=iso-8859-1</pre>
die folgende Ausgabe <pre>01.06.13 04:55PM
+
returns <pre>01.06.13 04:55PM
 
23.2ºC
 
23.2ºC
 
61.0%</pre>
 
61.0%</pre>

Latest revision as of 15:19, 5 March 2016

Example: In oder to get current outdoor temp and humidity this URL
http://ip-of-meteobridge/cgi-bin/template.cgi?template=[DD].[MM].[YY]+[HH]:[mm][APM]%0D[th0temp-act]%BAC%0d[th0hum-act]%25&contenttype=text/plain;charset=iso-8859-1
returns
01.06.13 04:55PM
23.2ºC
61.0%