PyWWS Yowindow tuki

Aloittaja angle, torstai, 10.02.2011, 23:44

« edellinen - seuraava »

0 Jäsenet ja 1 Vieras katselee tätä aihetta.

angle

Ohjelman kehittäjä on lisännyt ohjelma versiossa r349 tuon yowindow.xml mallituen mukaan. Itse päädyin tekemään vastaavan yowindow.xml template mallin. Tässäpä se.

<?xml version="1.0" encoding="UTF-8"?>
<response>
 <current_weather>
   <temperature unit="c">
     <current value="#temp_out "%.1f"#"/>
     <feels_like value="#calc "apparent_temp(data['temp_out'], data['hum_out'], data['wind_ave'])" "%.1f"#"/>
   </temperature>
   <humidity value="#hum_out "%d"#"/>
   <pressure value="#rel_pressure "%.1f"#" unit="hPa"/>
   <wind>
     <speed value="#wind_ave "%.0f" "" "x * 1 / 1"#" unit="m/s"/>
     <direction value="#wind_dir "%.0f" "0" "x * 22.5"#"/>
     <gusts value="#wind_gust "%.0f" "" "x * 1 / 1"#" unit="m/s"/>
   </wind>
   <sky>
     <precipitation>
       <rain>
         <rain rate="#rain "%.1f"#" unit="mm"/>
         <daily_total value="#daily##rain "%.1f"#" unit="mm"/>
       </rain>
     </precipitation>
   </sky>
   <auto_update>
     <timestamp value="#timezone local##idx "%a, %d %b %Y, %H:%M:%S %Z"#"/>
     <interval value="900"/>
   </auto_update>
 </current_weather>
</response>


Yowindow:n kotisivu.

Edit. No heti piti korjata koodia. Oli paikallinen aikavyöhyke jäänyt pois.