A Weather Screenlet modified from the original to look more clear and to enable the use of icon pack , you can use any icon pack compatible with weather.com , you can find many packs on deviantart.com or http://liquidweather.net/icons.php#iconsets.
Definition at line 30 of file ClearWeatherScreenlet.py.
Public Member Functions | |
| def | __init__ |
| and then lost again. | |
| def | __setattr__ |
| def | get_day_or_night |
| def | get_icon |
| def | getBetween |
| def | menuitem_callback |
| def | on_draw |
| def | on_draw_shape |
| def | on_init |
| def | parseWeatherData |
| def | parseWeatherDataHourly |
| def | show_edit_dialog |
| def | show_error |
| def | tokenizeCurrent |
| def | tokenizeForecast |
| def | tokenizeForecastHourly |
| def | update |
| def | update_weather_data |
Public Attributes | |
| latest | |
| latestHourly | |
| show_error_message | |
| theme_name | |
| update_interval | |
| updated_recently | |
| ZIP | |
Static Public Attributes | |
| int | lastx = 0 |
| int | lasty = 0 |
| list | latest = [] |
| list | latestHourly = [] |
| mini = False | |
| int | over_button = 1 |
| show_daytemp = True | |
| int | show_error_message = 1 |
| int | update_interval = 300 |
| int | updated_recently = 0 |
| use_metric = True | |
| string | ZIP = "USNY0996" |
Static Private Attributes | |
| string | __author__ = 'by Helder Fraga aka Whise based on Weather Screenlet by robgig1088' |
| string | __desc__ = 'A Weather Screenlet modified from the original to look more clear and to enable the use of icon pack , you can use any icon pack compatible with weather.com , you can find many packs on deviantart.com or http://liquidweather.net/icons.php#iconsets.' |
| string | __name__ = 'ClearWeatherScreenlet' |
| __timeout = None | |
| string | __version__ = '0.3' |