Kodi Community Forum

Full Version: Day%i.Title Weather Lebel (Widgets)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"Day%i.Title" shows me sometimes "ShortDay" und sometimes "LongDay" depending on the Addon which is set.

Do use Now
Code:
$INFO[Window(Weather).Property(Daily.1.ShortDay)]

Which works also with "YahooWeather"


Guess

Day%i.Title
Day%i.HighTemp
Day%i.LowTemp
Day%i.Outlook
Day%i.OutlookIcon
Day%i.FanartCode

where somewhen in the back Yahooweather related Labels. (?)

wondering if it may would make sense to only use "Daily.%i." for Dalyforecast Infos,
and replace Day%i compleatly


EDIT:
O.K. after Close and start Kodi again it seems i have to use "Day%i.Title", as the Label is now empty if Yahooweather is set Undecided
Day%i.Foo infolabels are provided by all weather addons.
Daily.%i.Foo infolabels are only provided by weather addons that support extended weather info.

i had a look at what the three addons i maintain return for Day%i.Title:
yahoo - long day format
openweathermap - short day format
wunderground - long day format

so i guess the best thing would be to change openweathermap to also use the long day format?
(2015-12-28, 17:34)ronie Wrote: [ -> ]so i guess the best thing would be to change openweathermap to also use the long day format?

If you Like. Its not a realy big issue. (i personaly could live with both.)

At first i was hoping i'm able to show the date beside the day. (had not noticed that this isnt possible with all Addons until i restart Kodi). For now i dont knew if i should do separate Addon related Widgets.

Long speach short sense.

to have it the same / equal with diffrent Addons i would say yes. / (would be o.k. for me). As Long as others fine with it / no one oppose it.

(Did just realize that it behaves like this cause i did try to show the date beside the Day. Make it equal is may not a bad Idea. As i dont have to care about the space now, i personaly would be fine with both.)

Regards


EDIT:

Needs shurely a Bigger Workaround but maybe it isnt Bad Thinking.

------

Default Labels:

Daily.%i.LongDay (eg. 'Monday')
Daily.%i.ShortDay (eg. 'Mon')
Daily.%i.HighTemperature (highest temperature that will be reached today)
Daily.%i.LowTemperature (lowest temperature that will be reached today)
Daily.%i.Outlook (eg. 'Very heavy rain')
Daily.%i.OutlookIcon
Daily.%i.FanartCode

-----

Extendend Labels:

Daily.IsFetched
-
Daily.%i.LongDate (eg. '1 January')
Daily.%i.ShortDate (eg. '1 Jan')
-
Daily.%i.ShortOutlook (eg. 'Rain')
-
Daily.%i.WindSpeed
Daily.%i.WindDirection (eg. 'SSW')
Daily.%i.WindDegree (eg. '220°')
Daily.%i.Humidity
Daily.%i.TempMorn (morning temperature)
Daily.%i.TempDay (day temperature)
Daily.%i.TempEve (evening temperature)
Daily.%i.TempNight (night temperature)
Daily.%i.DewPoint
Daily.%i.FeelsLike
Daily.%i.WindGust
-
Daily.%i.Pressure
Daily.%i.Cloudiness
Daily.%i.Rain (amount of rain)
Daily.%i.Snow (amount of snow)
Daily.%i.Precipitation (total amount of rain and snow)

(Or maybe "Daily.Extended.%i.)


At the Moment there seems to be 2 different ways to show the "Default" Weather Labels for Addons which support extendent Infos which may is a bit confusing.

I knew, a lot of work...