Kodi Community Forum
Req Replace "Partly/Mostly Cloudy/Overcast" with % cloud coverage - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Weather Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=155)
+---- Thread: Req Replace "Partly/Mostly Cloudy/Overcast" with % cloud coverage (/showthread.php?tid=154261)



Replace "Partly/Mostly Cloudy/Overcast" with % cloud coverage - DiMag - 2013-02-01


Weather Underground reports coud coverage in precise % notations. I find a notation "cloud coverage = 37%" much more informative than "partly (or is it mostly?) clouded". Please change the default weather screen, else indicate which hacks are necessary to that effect.




RE: Replace "Partly/Mostly Cloudy/Overcast" with % cloud coverage - ronie - 2013-02-01

i'll check if that info is available through their api.
if so, i'll add it to the addon.

it's up to the skinner though whether or not to display this info.


RE: Replace "Partly/Mostly Cloudy/Overcast" with % cloud coverage - pkscout - 2013-02-01

I don't think that info is available. Here's what I posted in the Weather Underground thread when DiMag asked there:
Quote:I did a quick check. and according to this post in the Weather Underground API community numeric cloud coverage data is not exposed via the API. The only suggestion made there was to parse the text forecast and then back into a number of some sort based on things like "partly cloudly." That does not sound fun to me.

There is a fair amount of weather data exposed to skins via the addon, but Confluence doesn't use them all. If you look at the readme file for weather.weatherunderground, you can see what's available. So the level of detail of weather is really up to the skin author.



RE: Replace "Partly/Mostly Cloudy/Overcast" with % cloud coverage - ronie - 2013-02-01

thanx pkscuot. you're right, it isn't available in their api.