I'm not sure if what I'm seeing is a weather "selection" box or not, but that's what I'll call it for now. Any idea how to turn this off? When I put in my full city name it interferes with the name. I'm using 0.10.1 with no major modifications. See screenshot below:
It is a weather box, so don't worry :wink:
I don't know how to turn it off, but I'll take a look at it.
epsilonx,
look for this line in the weather section:
image,1,0,big_box.png,tr
and coment it out like this:
//image,1,0,big_box.png,tr
or delet it.
Lordtwisted :D
The weather region for the standard slider skin will display the box around the current weather information for a period of time after a refresh. At a set period of time (not sure how long) the box will disappear and display forecast information and not current weather information. A weather refresh will cause the box to once again appear and it will once again display current weather information. I believe that srs included the box to help determine whether the weather information is current or the forecast for the day.
Lordtwisted: Thanks!!! That worked and now I'm breathing easy. :D
jhollin: I'm pretty certain mine never goes away. Maybe it refreshed more often than the box view "timeout".
Quote from: epsilonxjhollin: I'm pretty certain mine never goes away. Maybe it refreshed more often than the box view "timeout".
After reviewing the skin file, I found the section is changing the weather display. It appears to be currently set to 60 (I would assume minutes). Here is what the code looks like:
calcvar,var20,weatherupdatetimediff
if,var,var20,,<,60Here is what it looks like before and after "time-out."