Kodi Community Forum
Weather Category Screen - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120)
+---- Thread: Weather Category Screen (/showthread.php?tid=125789)



Weather Category Screen - trdmlc - 2012-03-17

I'm exploring this skin [4.2.0] for the first time, and am really impressed. However I can't seem to get weather to appear as one of my main category screens. I can see it as a subcategory for the General category, and selecting it takes me to Weather, but it doesn't appear as its own main category. I've looked through the settings multiple times, and it is not available as a category to hide/unhide, and enabling weather only turns on the small indicator at the top. Am i doing something wrong, or is this not a feature of this skin?

Running Eden RC2 on Windows 7


RE: Weather Category Screen - scarfa - 2012-03-20

Rapier doesn't have a category for weather (design decision). However it will be looked into to add a weather category thats hidden by default in skin settings.


RE: Weather Category Screen - trdmlc - 2012-03-21

Ok, thanks for the reply. I personally vote for the screen, as i have a specific way i theme my backgrounds that includes having Weather. But that's just my $.02.

Thanks for the great work!


RE: Weather Category Screen - B1gD4ddy - 2012-03-31

I second this. I think the option should be there, even if it is not set as the default.

-BD


RE: Weather Category Screen - locomot1f - 2012-04-01

just FYI -- http://forum.xbmc.org/showthread.php?tid=116668&page=9


RE: Weather Category Screen - Vaikin - 2012-04-01

If you want to enable weather you can do something like editing the includes_home.xml file. A sub-menu of system you could add something like

Code:
<item id="2">
<description>Weather</description>
<label>Weather</label>
<onclick>ActivateWindow(Weather)</onclick>        
</item>

If you're curious its around line 2500.


RE: Weather Category Screen - Verno - 2012-04-04

Really like the skin a lot but I miss having access to the extended forecasts and stuff in the Weather screen present in most other skins.

My workaround so far has been adding a Custom category, setting the type to Preset and picking General->Weather. Then scroll down a bit and select the Focus/Unfocus images and use some Weather icons from the skin library. Still miss the overview background when you have focus on icon at the home screen though.