
Tag: WeatherView
Overview :
free LS WeatherView iPhone 4S themes download
This Theme Features two options of style. Either the Temperature view or the default Weather icon view
Follow me on twitter for more themes and good stuff @Max_Kas
To change time from 12 hour format to 24 hour format
Open up LockBackground.html in text form.It will be about halfway down on the file.
Change-
// Convert the hours component to 12-hour format if needed
currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
To-
// Convert the hours component to 12-hour format if needed
currentHours = ( currentHours > 24) ? currentHours - 12 : currentHours;
So all you have to change is that one
12 to > 24. Save and Respring.
To change weather for Outside the United States
Go to weather.com and type in your location. The URL will look like this- The Weather Channel
The code you put in var locale will be the last set of the URL. For example with the URL above-
var locale = UKXX0818
Change Celsius = true if you want it to display Celsius.
- Compatible iDevices:
- iPhone 4
- iPod Touch 4
- iPhone 4S
- Compatible iOS versions:
- 4.2.1
- 4.3.X
- 5.0.1
- 5.1
- Apps Required to use this theme:
- Winterboard
- Lockscreen Clock Hide
|