
ClearWeather
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
New Features:
1. New field for configurable "Update Interval"
2. Displays detailed weather information on pointing
3. Crispier look
10 years ago
0.8 - Fixed "update" related interval.
0.7 - Fixed the display bug between Metric and Standard system
10 years ago
0.8 - Fixed "update" related interval.
0.7 - Fixed the display bug between Metric and Standard system
beroduar
3 years ago
weather.com has changed its API and ClearWeather maintainers have not updated the code
To make the screenlet work again change all the occurrences of xoap to wxdata, like:
urlopen('http://xoap.weather.com/
to:
urlopen('http://wxdata.weather.com/
in the Python file ClearWeatherScreenlet.py , located in the /usr/share/screenlets/screenlets-pack-all/ClearWeather folder
use admin privileges to edit and save this file (e.g. sudo gedit in the Terminal)
Report
Sclegnrbs
10 years ago
Can you upload it other webpage?
Report
adityak
10 years ago
Can you please try again?
Report
Sclegnrbs
10 years ago
Maybe you would be interested in developing your code under the project https://launchpad.net/indiv-screenlets. Notice that Screenlets 0.1.3 has implemented the requirements check and with Debian package the dependencies would be installed automatically. This would make installing of the Screenlet as well as getting the updates a bit easier for the users. And if in the project, all the packaging would be done automatically by a script.
There is some documentation on this as well as connected topics at http://www.screenlets.org/index.php/Documentation#Why_should_I_add_my_Screenlet_to_individual_Screenlets_project
Report
OxKing
10 years ago
I've tried an other intervall setting from 5 to 15 min, but no change.
(Ubuntu Lucid)
Report
adityak
10 years ago
Report
adityak
10 years ago
my PC.
I am using 9.04
Report
bdoe
10 years ago
Report
adityak
10 years ago
I will fix this soon
cheers!
Report
adityak
10 years ago
cheers!
Report