
Tag: CurrentWeather
Overview :
free LS CurrentWeather theme
Supports: iOS 4.2.x - 4.3.x - 5.0.x
Instructions to configure LockBackground.html
* Adjusting your weather location
To change the weather go to http://www.weather.com and enter your location, then click on the "Find Weather" tab. Next, in the address bar, copy the 8-character code (Example: ITXX0042 = Milan,Italy). Open the LockBackground.html file and search for "var locale" then paste your weather code in the "ITXX0042". If you want to change the weather to Fahrenheit, search for "var isCelsius" and then change this to "false". Example: “var isCelsius = true” will display your temperature in Celsius.
* Settings 24 Hours
Open file LockBackground.html with editor text and search:
// Convert an hours component of "0" to "12"
currentHours = ( currentHours == 0 ) ? currentHours + 24 : currentHours;
// Convert the hours component to 12-hour format if needed
//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
remove only "//" in -->
// Convert the hours component to 12-hour format if needed
here -> currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
save berfore exit,enjoy ;)
* Settings Days and Months with your language
var this_weekday_name_array = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var this_month_name_array = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
* Setting your custom wallpaper
Select your preferred wallpaper and rename it to “Layer.png” and delete or rename original wallpaper..
Respring the device. enjoy :D
* hidden clock on the lockscreen for iOS 4.x
Lockscreen Clock hide support only 4.x - 4.2.x - 4.3.x
you have iOS 5.0.x?
Using Move2Unlock to hidden clock on the lockscreen ;)
Credits:
Tjdyo slide http://tjdyo.deviantart.com/gallery/#/d4627ps
Created by DemoneLatino™
See my more LS ->
http://poetic24.deviantart.com/
- Compatible iDevices:
- iPhone 4
- iPod Touch 4
- Compatible iOS versions:
- 4.1
- 4.2.1
- 4.2.6
- 4.3.X
- 5.0
- Apps Required to use this theme:
- Winterboard
- Lockscreen Clock Hide
- Move2Unlock
|