
Originally Posted by
Tidder
I'm currently adding the weather to a skin, and the indicators (wicon,w0dayicon, w0nighticon) are not working...
Just to verify this, I fired up BMV2 skin, and iDrive skin, and they aren't working either. All other weather data is there. What would cause this? I tried copying the folder with all the weather icons to my skin directory just to see, but no joy.
Thoughts?
I am using the newest RR.
Tidder, oh man you should do some search and read. But, I don't think you gona find what you looking for anyway
.
In RR.ini file, double check you have these entry.
cityweather=Your_CiTY, NM
weatherunits=USA
If you setup cityweather and weatherunit correctly, there should be 2 xml files (mywsearch.xml and myweather.xml) file created in RoadRunner root directoy when the weather command is executed.
You should also have a subdirectory of RoadRunner called weather with all weather's icons in there. The icons aren't going to any skin's folder.
Now in the skin file (weather.skin), make sure you have these entry for the icons you want to display. This is an example of my
part of weather.skin file
Code:
/, I, x, y, w, h, Code;INDICATORCODES
I01,158,437,41,29,"MUTE:b"
I02,85,12,40,30,"HEADING"
I03,580,13,22,22,"ONLINE"
I04,150,80,108,108,"wicon"
I05,540,113,78,78,"w0dayicon"
I06,540,280,78,78,"w0nighticon"
Bookmarks