[Help] A couple of questions about my mod of the mod of sysstats weather

I am using the SysStats Weather Mod ->here<- and I have been fiddling around with it add low as well as high temps for each day.

All I did was duplicate each day's temp, repositioned them and changed the temp from hi to low but for some reason, the low temps are showing up as a darker colour. I haven't touched any of the font or font colour settings and when I look at the config they are the same as the high temps, I just can't find any way to get them to show up white.

Another small problem is that I can't seem to set a high temp for the first "tonight" day, the low is fine but the high comes up as N/A.

Can anyone help? Here's a screenie.

post-19202-1107982917_thumb.jpg

weather.jpg
weather.jpg

#253513

You may want to check the transparency value.

I've had that one nail me a few times.

#253526

1) Check the order, that the shadows are below, also, check if you duplicated the Shadows instead of the normal..

2) Well... try using this

//day[@d=0]/low[text() != "N/A"]

Although... here in Monterrey, the Max temp is... 21... we are at... 22... celsius that is...

Post the XML address you use!

Peace!

#253528

I tried changing that but unfortunately it only makes it even darker, can't make it match the hi temps still.

Thanks anyway.

#253529

Here is the url I am using -

http://xoap.weather.com/weather/local/UKXX0133? cc="&unit=m&dayf=6

And these are the selectors for the highs and lows, there are fine on all except tonight.

High //day[@d=0//hi

Low //day[@d=0//low

I tried the suggested - //day[@d=0/low[text() ![text= "N/A"] This does at least show a temp but it is showing the same temp as the low one.

Though I have to say, the low for tonight seems wrong to me because it is nearly always higher than the daytime high temps but it's colder at night. But that's how it shows on the website too.

But anyway, the text problem is now sorted thankyou and it does depend on the order - although all the duplicates were in order, including the shadows, they were right at the bottom of the configs. I had to move them all up so they all fitted in with the originals.

#253534