Deviation Actions

poetic24's avatar

-Updated- SpaceForecast LS 2.0

By
Published:
5.1K Views

Description

SpaceForecast LS 2.0 v1.1 fix clock sorry people

Supports: iOS 4.2.X, iOS 4.3.X - 5.0.x
Instructions to configure LockBackground.html
* Adjusting your weather location

To change the weather go to [link] 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.

* Setting Description forecast (today)

Open file LockBackground.html and search "var LangTranslate" and rename with your language :)
info: only Spanish,Italian,English,Francais available.

* Setting 12H - 24H
Open file LockBackground.html and search:

/*---------------------------------------------------------------------------------------------------------------------------------Convert 24 hours to 12 or 12 hours to 24 hours Edit------*/

/* Remove the /* from under this line to display the 12 hours clock */ /* NEW!! */

//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

and remove only "//" in

/*---------------------------------------------------------------------------------------------------------------------------------Convert 24 hours to 12 or 12 hours to 24 hours Edit------*/

/* Remove the /* from under this line to display the 12 hours clock */ /* NEW!! */

here --> currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;


* Setting Days and Months
Open file LockBackground.html and search "Lunedì" , "Martedì" , etc (days)
"Gen" , "Feb" , etc (months)

* Setting Days Forecast
Private/translations.js "Lun" "Mar" ,etc

* 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

wallpaper by 91maan90:
[link]

<--------- Readme ----------->
You like my works? (see my gallery on my DeviantArt,also themes available on Cydia)
Please give me something to continue with the development of other themes :D
all donations are well accepted ;)

[link]¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Comments14
Join the community to add your comment. Already a deviant? Log In
suself's avatar
thanks for the update! downloading now!