View Single Post
  #1 (permalink)  
Old 04-05-2009, 05:50 PM
orestes910's Avatar
orestes910
Lurker
Offline
 
Join Date: Jan 2009
Posts: 3
Reputation: 0
orestes910 is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Titanium Weather and S2U2

Hello all,

I'm having some issues with Titanium Weather and S2U2.

For some reason I can't get the correct Icon to appear in S2U2 from Titanium Weather. The creator of Titanium Weather was nice enough to add a line in his script to add the current weather to the userweather reg string where S2U2 looks, but the icons appear to mismatch.

The temps come across fine, but for some reason the icons are all out of wack. I've hear that S2U2 will only show the icon for the whole day, not the current time, but this isn't whats happening here, I'm sure of it.

I've found the following lines in TW's script:

If (RegKeyExists("HKCU","Software\A_C\S2U2"))
RegWriteString("HKCU","Software\A_C\S2U2","UserWea ther","C|"&ccode&"|"&ctemp&", Feels Like "&realfeel)
EndIf

If I'm correct, the ccode calls the symbol, am I right?
Reply With Quote