Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
My weather stops working late at night every night around 5 or so
It's no biggie just wondered if it happened to anyone else?
 
Updated to latest version in Cydia, Applied my .css changes (very minor, size and position of weathericon). Now I'm on the latest and happy. Seem to switch back between this, LockMS_Claude_slanted_8-26-10, and LockMS_slant. Can't make up my mind!
 
OK, another update. Weather has now decided to work ????? Go figure lol

So here's mine with tiny tweaks.

016-3.png
 
I still sense that something is wrong with the weather updating. I mean it takes till REALLY late at night for it to show the picture of the moon. It's almost 10pm and it's still not there, but it has been on yahoo's site for a while now.

That's just one example of a few I noticed. Not a HUGE deal but just saying.
 
Trying to DL slantedlock from cydia and I keep getting Size mismatch and it will not load. I think Cydia is messing up at the moment
 
I still sense that something is wrong with the weather updating. I mean it takes till REALLY late at night for it to show the picture of the moon. It's almost 10pm and it's still not there, but it has been on yahoo's site for a while now.

That's just one example of a few I noticed. Not a HUGE deal but just saying.

I don't sense that something is wrong with the weather icon. I KNOW what is wrong with the weather icon. :)

This is for yahooWeather.
Do this:
Edit this link and put it in your browser:
http://weather.yahooapis.com/forecastrss?u=f&w=INSERT_YOUR_WOEID_HERE
Then right click on that page and view source(if you are using firefox)
See the line similar to this: <yweather:condition text="Fair" code="33" temp="70" date="Sat, 04 Sep 2010 8:53 pm PDT" />
Now match the "code" number to the list below.
Finally, look up the icon name as dictated by the list in your icons folder. If the icon you find in your icon folder matches what is being shown on your iPhone, then it's working. :) Also note the time of the forecast from that link. If Yahoo isn't providing up-to-the-minute condition, I can't make it accurate.

Code:
var MiniIcons =
[
	"tstorm3",		//0 	tornado
	"tstorm3",		//1 	tropical storm
	"tstorm3",		//2 	hurricane
	"tstorm3",		//3 	severe thunderstorms
	"tstorm2",		//4 	thunderstorms
	"sleet",		//5 	mixed rain and snow
	"sleet",		//6 	mixed rain and sleet
	"sleet",		//7 	mixed snow and sleet
	"sleet",		//8 	freezing drizzle
	"light_rain",		//9 	drizzle
	"sleet",		//10 	freezing rain
	"shower2",		//11 	showers
	"shower2",		//12 	showers
	"snow1",		//13 	snow flurries
	"snow2",		//14 	light snow showers
	"snow4",		//15 	blowing snow
	"snow4",		//16 	snow
	"hail",		//17 	hail
	"sleet",		//18 	sleet
	"mist",		//19 	dust
	"fog",		//20 	foggy
	"fog",		//21 	haze
	"fog",		//22 	smoky
	"cloudy1",		//23 	blustery
	"cloudy1",		//24 	windy
	"overcast",		//25 	cold
	"cloudy1",		//26 	cloudy
	"cloudy4_night",		//27 	mostly cloudy (night)
	"cloudy4",		//28 	mostly cloudy (day)
	"cloudy2_night",		//29 	partly cloudy (night)
	"cloudy2",		//30 	partly cloudy (day)
	"sunny_night",		//31 	clear (night)
	"sunny",		//32 	sunny
	"mist_night",		//33 	fair (night)
	"mist",		//34 	fair (day)
	"hail",		//35 	mixed rain and hail
	"sunny",		//36 	hot
	"tstorm1",		//37 	isolated thunderstorms
	"tstorm2",		//38 	scattered thunderstorms
	"tstorm2",		//39 	scattered thunderstorms
	"tstorm2",		//40 	scattered showers
	"snow5",		//41 	heavy snow
	"snow3",		//42 	scattered snow showers
	"snow5",		//43 	heavy snow
	"cloudy1",		//44 	partly cloudy
	"storm1",		//45 	thundershowers
	"snow2",		//46 	snow showers
	"tstorm1",		//47 	isolated thundershowers
	"dunno",		//3200 	not available
];

See all the duplicated entries in that list? It's using same icon for multiple code events. This is exactly what ROCKERDAN was talking about.

As far as I'm concerned, the script is fetching the proper data and relaying it onto your screen given the settings, it's functional code. I'm not going to fix this list because it seems to be following standard icon list rules(a not so accurate one?). Also, I mainly use the weather for the temperature display, which I think is a WHOLE lot more accurate than the icons anyways. :D

If I were to modify that list, then I'm essentially creating a "new standard" for icon naming, which would pretty much break with whatever icon set you might chose to use in the future. There are a total of 48 condition code, but each theme seems to have only 39 icons.(HTC has 40) So what happens to the other 8-9 icons? If I edit this list by specifying NEW icon names, then what happens when you use another set of icons that adheres to the OLD standard with only 39 icons? You will get broken image on the icons that isn't available in that icon set.

You can certainly play with that list in the JS files to suite your liking. :)
 
Just wanted to let everybody know that I've just updated the package to 1.5.2.

The configuration screen now shows what is currently set--no more reverting back to default!
The proper shadowing is now applied on the time colon.
Ability to specify custom icon set name.
Ability to specify custom update interval time.

This package is not available on Cydia yet.
 
Just wanted to let everybody know that I've just updated the package to 1.5.1.

The configuration screen now shows what is currently set--no more reverting back to default!

The proper shadowing is now applied on the time colon.

This package is not available on Cydia yet.

Sweet! Thanks!
 
Link for 1.5.2 still giving me 1.5.1??

NVM...I downloaded and the zip does have the updated files. However, I can't seem to get the custom icon folder to work. I assume I drop a subfolder under image with my new icon set in it, and use that folder name in the configuration html. Is there anything else I need to do?

NVM to my NVM...I had to capitalize my "Tango" icon folder, even though the original folders aren't capitalized. All is working now.

NICE UPDATE!!
 
Thanks Claude! I got it all to work perfect and I love it!

Is there a way to make the Time smaller??
 
If I want to use isCelcius how do I go about doing it?

Very easy. Just open Safari, load the configuration page again, which you should have bookmarked. Select Celcius. Press Set Config. You're done. :)

any idea how to make the lock slider to tap to unlock?

Hmm... I'm not a fan of tap to unlock as I don't like to accidentally unlock my phone. Though I think you can easily replace that by running a separate theme that only does tap to unlock. Place it above my theme and it should handle the locking section.
 
Hmm... I'm not a fan of tap to unlock as I don't like to accidentally unlock my phone. Though I think you can easily replace that by running a separate theme that only does tap to unlock. Place it above my theme and it should handle the locking section.

Yep. That should work. I prefer the slide also.
 
Very easy. Just open Safari, load the configuration page again, which you should have bookmarked. Select Celcius. Press Set Config. You're done. :)



Hmm... I'm not a fan of tap to unlock as I don't like to accidentally unlock my phone. Though I think you can easily replace that by running a separate theme that only does tap to unlock. Place it above my theme and it should handle the locking section.

I mean do it on my pc
 
How do you guys set the lockbackground image ah? I try copy to the main theme and also to the private folder all cannot leh please help
 
For those interested in round dots for the time semicolon instead of square blocks, here's the webkit instruction:
-webkit-border-radius:15px;

Just add it to sections div#secondsbox and div#ampmbox in your css.
Note: to get a clean round circle, I increased the box height and width to 16px

IMG_0106.PNG
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.