0 Like?


Are you bored with your iPhone’s regular LockScreen? Here is a perfect solution which goes beyond just giving you time, but it also shows you the weather, Day of the week & the Date along with the time of the day as well.

We were sent this package by the creator to host this on our repo – so to download & install it – just search for “Mobileme Lockscreen” in Cydia & choose to install it.

Everything will work flawlessly – the time, the day & the date works right away but for your local weather to display there is some setting up to do , below are few steps that you will need to take  in order for your local weather to display on the lockscreen.

For this to work  we need to hide stock lockscreen Clock  Please Install

Lock Clock Hide <– (Link only opens within Cydia)

To change City look  ”var locale = ‘college station, Tx usa’  Replace and put City/Code

Go To – Library>>Themes>>Mobileme LockScreen>>Private>>configureMe.js

what will you see in Configure me?

var updateInterval = 30 <—-How often does it update.

var iconExtWall = ‘.png’

var iconExtLock = ‘.png’

var locale = ‘College Station,Tx usa’ <– Put your city example – “YourTown,State usa”

var iconSetWall = ‘HTC1′

var iconSetLock = ‘HTC1′

var enableWallpaper = true

var isCelsius = false     <<<— F* or C*

var useRealFeel = false

var enableLockScreen = false

var source = ‘appleAccuweatherStolen’

var stylesheetWall = ‘twoLine’

var stylesheetLock = ‘Under_StatusBar’


To Get City/Code Go here http://www.accuweather.com/

You will not need the code most likely the City Name will work.