Originator of this awesome theme is
Angelman8
here is the original look:
You can get the theme with the weather-widget included from here:
LockMS_Weather.theme
To install, unzip it and copy the theme-file(s)/directory (LockMS_Weather.theme) into
/private/var/stash/Themes on your iPhone 4; you need
Winterboard from the
Cydia-Store to activate it.
First of all many thanks to all of you. I used the
WeatherWidget.theme from
Adam Watkins (special thanks to you) and I did the implementation for this project.
I tried to clean up (No offense. Still, there is much place for further improvement) and simplified the code as much as possible.
choosing your language:
In the theme, you'll find the "configureMe.js" file, where you can edit the language (bottom line). Currently there only are two languages supported: english "en" and german "de". You will find the images in the corresponding folders (under "Private").
Be sure to set the suitable value for the
twentyFourHourClock.
choosing your weather:
Use the
locale variable in "configureMe.js" to set your location,
isCelsius should be known.
There are several themes/styles ('originalBubble', 'myopia', 'iconOnly' and 'split'). I adapted most of them. You need to adjust the other ones, if want to try them out. Make sure to set the appropriate values for #TimeContainer in the corresponding css-files. Be sure to try out the different
iconSets (new sets highly appreciated).
Knock yourselves out,
daze
--------------------
Edit 100819_2044:
- added temperature sign-C or F
- further simplified the selections
- added 0-prefix (zero) for single-digit days
Edit 100820_1215:
- new stylesheets for different layout 'original', 'timetop' and 'datetop' (look inside the
configureMe.js file)
- new switch
showWeather to turn weather information on (
true) or off (
false)
- new switch
doMostlyText to turn text-mode on (
true) or off (
false) -
I still like the graphical display better
- further code-optimization