working with WDTVExt for 1.02.21-WDLXTV-Live-0.4.5.1(3)
I think it goes without saying that should be set right time for WD. Otherwise you will get the weather of a nine hundredth year. NTP should work and used the correct TIMEZONE.
Looks like this:


Upd. 2011/11/01
Weather v. 0.5
Multi language support for now. 33 different subtypes. Look into the Webend control page WDLXTV Config -> WDTVExt Plugins -> Weather -> LANG_ID and set proper (May be need to setup UTF-8 encoding in your browser for this WEC page).
Changed source for data like official.
Update plugin from svn or reinstall from svn.
(Only for 1.02.21-WDLXTV-Live- based firmware e.g. from 0.4.5.1 to 0.5.x.x )
Upd. 2011/01/18
Weather v. 0.4
Plugin finally in SVN.
So you can just use WDTVExt Menu for download or update Weather plugin. (Only for 1.02.21-WDLXTV-Live-0.4.5.(1)3)
CHANGES:
- Added Weather plugin configuration via WEC.(WDLXTV Configuration in WebEnd 1.02.21-WDLXTV-Live-0.4.5.3(1) )
Now don't need to use S00custom-options, but can be used too. - Some graphic changes (icons only)
Special AссuWeather.com Zip Code Search for your city ("Choose Location:" -> Search (select the correct city from list) ->
NEXT -> NEXT -> "I agree.." (if you agree with license terms
USA, just add your zip code (e.g. "10001")
Upd. 2010/09/25
Weather_v03.zip
Location now should be described into the S00custom-options file (So no need to edit Weather.plugin.js).
For example can add into the S00custom-options (of course your own zipcode)
- Code: Select all
# Settings for Weather Plugin. Look Info: http://forum.wdlxtv.com/viewtopic.php?f=48&t=1520
# WEATHER_ID - Zipcode of location for forecast.
# METRIC_ID="1" - for Celsius. METRIC_ID="0" - for Fahrenheit(default).
config_tool -c WEATHER_ID="EUR|UA|UP006|KHARKIV"
config_tool -c METRIC_ID="1"
Zip Code Search for your city ("Choose Location:" -> Search (select the correct city from list) ->
NEXT -> NEXT -> "I agree.." (if you agree with license terms
USA, just add your zip code (e.g. "10001")
_______________________________________________________________________________
Obsolete
Upd. 2010/09/24
Fix some trouble with other plugin
Please redownload
Weather v 0.2
or remove text:
- Code: Select all
(page) ||
in line 80 of Weather.plugin.js (in bad v0.2
Upd. 2010/09/22
- Some rework for compatibility with another plugins (need to test).
- Added Earth cloud map. Watch the sun rise and set all over the world on this real-time, computer-generated illustration of the earth's patterns of sunlight and darkness. The clouds are updated every 3 hours with current weather satellite imagery.
- City name, refresh time, etc.
Old ver
Weather_for_WDTVExt0422.zip
Zip Code Search for your city ("Choose Location:" -> Search ->
NEXT -> NEXT -> "I agree.." look to the end of "Web Page Code", e.g. "EUR|UK|UK241|LONDON|" ).
Must be changed in Weather.plugin.js (line 27 -> this.location="...")
Enable Weather plugin in WDTVExt Plugins and reboot.
IF want Fahrenheit
change line 28 in Weather.plugin.js (change &metric=1 to &metric=0):
- Code: Select all
this.urlBase = ... --//-- ... data_v2.asp?location={location}&metric=0"
and line 152 in Weather.plugin.js (just "F" letter change) to
- Code: Select all
var temp = day.daytime.wxf.@htmp.toString() + "°F/" + day.daytime.wxf.@ltmp.toString()+"°F ";
________________________________________________________________________________________________
Description(rus)
Weather data from AссuWeather.com Copyright 2010




