
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
This release implements a couple of feature requests and fixes a few bugs. See the changelog.
OpenSUSE packages added. Thanks buschmann23!!
Special thanks goes out to painkiller101 for some helpful suggestions as well as a killer icon set. Thanks so much for all of your help!! :-)
TODO
-Add forecasting when widget is of a certain size
Short installation instruction:
# tar -xvzf plasma-weather-0.2.tar.gz
# cd weather
# mkdir build
# cd build
# cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
# make
# make install
ATTENTION INTERNATIONAL USERS:
If you want to make this widget work and don't have a zip code, use the following
steps:
1. Go to http://weather.yahoo.com/
2. Type in your city, country and click Go
3. Copy the 8 character location ID from the URL on the next page (ie for Hong Kong, China it is CHXX0049)
4. Paste the location ID into the widgets zip code field
12 years ago
v0.1
-Initial Release
v0.2
-Added widget configuration dialog
-Users can now configure zip code and temperature format via dialog
-Fixed SVG scaling issue (I think??)
-New icon set by painkiller101 (THANKS!! :-))
v0.3
-made the ~/weather.xml file hidden
-added support for icon themes
-added new icon theme used with permission from Wojciech Grzanka
v0.4
-added refresh configuration options
-fixed missing icon bug (i hope!!)
-fixed version of Wojciech Grzanka's icons are available for download
-modified icon display code
12 years ago
v0.1
-Initial Release
v0.2
-Added widget configuration dialog
-Users can now configure zip code and temperature format via dialog
-Fixed SVG scaling issue (I think??)
-New icon set by painkiller101 (THANKS!! :-))
v0.3
-made the ~/weather.xml file hidden
-added support for icon themes
-added new icon theme used with permission from Wojciech Grzanka
v0.4
-added refresh configuration options
-fixed missing icon bug (i hope!!)
-fixed version of Wojciech Grzanka's icons are available for download
-modified icon display code
franzf
12 years ago
Just look through the source in the link given above. Or look into the sources on your disk at home. Or ask Aaron ;)
Report
rowancompsciguy
12 years ago
I appreciate the information about the weather engine. I have a question though. Is the weather engine designed to retrieve weather data for other plasmoids or is it its own plasmoid?
I've had a really difficult time finding good documentation for plasma. It's probably changing daily so maybe documentation is premature. I've managed to create my plasmoid using some of the basic documentation that is available and also reading LOTS of plasmoid code from other developers.
Thanks for the comment.
Report