Proposal for temperature range

Post Reply
zefyros
Posts: 2
Joined: Wed Jun 02, 2010 1:40 pm
Name: kostas

Proposal for temperature range

Post by zefyros »

Temperature range it can inform the highest and lowest temperature during the day from my station data? Now shows the predicted temperature, I believe it would be better for the this table would indicate the temperature range based on the data of the station for Today.
Thanks
Piraeus Greece
example

Code: Select all

<!-- your_PWS_name <#day>/<#month>/<#year> <#hour>:<#minute> -->
    <!-- Remove auto_update section if wanting the default, otherwise in seconds -->
    <!-- Remove the uv and solar tags if not using those detectors -->
    <!-- Remove snow section if not inputting snow -->
    <response>
      <current_weather>
        <auto_update>
          <interval value="120"/>
        </auto_update>
        <temperature unit="<#tempunit>">
           <current value="<#RCtemp>"/>
           <feels_like value="<#RCwchill>"/>
          [color=#FF0000] <temperatureRange value="<#RCtempTH>" "<#RCtempTL>"/>[/color]
        </temperature>
        <humidity value="<#RChum>"/>
        <pressure value="<#RCpress>" unit="<#pressunit>" trend="<#presstrendval>"/>
        <wind>
           <speed value="<#RCwspeed>" unit="<#windunit>"/>
           <direction value="<#avgbearing>"/>
           <gusts value="<#RCwgust>" unit="<#windunit>"/>
        </wind>
        <sky>
          <precipitation>
              <rain>
                <rate value="<#RCrrate>" unit="<#rainunit>"/>
                <daily_total value="<#RCrfall>" unit="<#rainunit>"/>
              </rain>
              <snow>
                <level value="<#snowdepth>" unit="<#rainunit>"/>
              </snow>
          </precipitation>
        </sky>
		<uv value="<#UV>"/>
	    <solar radiation="<#SolarRad>" energy=""/>
	    </current_weather>
    </response>
Last edited by ikarus1969 on Tue May 05, 2015 10:42 am, edited 1 time in total.
Reason: embedded the xml-code into [code]-tags for better reading/copying/...
Post Reply