Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
Not open for further replies.
img0742.png

Could you share your time widget?:)
 
ok, i found a fix for LS City4 now weather forescast its perfect .... i'll post it later ... im finishing ...
 
ok, i found a fix for LS City4 now weather forescast its perfect .... i'll post it later ... im finishing ...

Excellent. Will definitely be awaiting your fix. Thing had me stumped.. quite a mess of code.
 
i made this, i still have to fix the day and the description ... now its late in spain and tomorrow i have to work ... link available tomorrow


weather icons and wallpaper different, im using the code for the iphone 4 weather widget v1.7 (but i had to make lot of changes) ;) ... forecast works perfect now!!!


img0186.png




slider thanks to supervixen
 
Can someone explain to me step by step how to change the location to get the weather right? I tried to follow the directions, but I cant figure it out. I also would like to adjust the temp to Fahrenheit instead of Celsius. Thanks!
\LockscreenClock\WeatherWidget open with an editor WeatherWidget.html and find these lines:

var locale = "LEXX0003" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'|"USNY0996"

var isCelsius = true //true|false

var iconExt = ".png" //'.png'|.'gif' etc.

var updateInterval = 15 //Minutes


you need to change var isCelsius to false and instead of LEXX0003 put yours(http://weather.yahoo.com/).For example USNC0121is the code for Charlotte, North Carolina
 
Last edited:
\LockscreenClock\WeatherWidget open with an editor WeatherWidget.html and find these lines:

var locale = "LEXX0003" //e.g. 'Defiance, Ohio'|'Moscow, Russia'|'Ledyard, AT'|'London, UK'|"USNY0996"

var isCelsius = true //true|false

var iconExt = ".png" //'.png'|.'gif' etc.

var updateInterval = 15 //Minutes


you need to change var isCelsius to false and instead of LEXX0003 put yours(http://weather.yahoo.com/).For example USNC0121is the code for Charlotte, North Carolina

Thanks!
 
Status
Not open for further replies.
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.