Kodi Community Forum

Full Version: OzWeather - Australian Weather Addon using BOM data inc. animated radar support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It doesn't do anything with seasons? Where are you seeing this?
Fair enough. That would explain it. It must be skin specific. I'm using skin Ace and in the bottom right hand corner of the screen on the program home page when I hover over weather it says "Season: Winter". Thanks
Well happy to set the labels if you let me know what they are...
I'm not sure if anyone else is having this issue, I do fresh install and plugin works great. As soon as I reboot my box the script fails and I can't retrieve weather information. I currently don't have the weather showing on any of my Kodi installs due to it stopping after a reboot. Any help much appreciated as its my first plug in I install and use the most.
Not that I know of. Best thing is a debug log of it happening, I'm sure we can work it out
This seems like a nice plug in, but can someone enlighten me as to where the folder referenced in "COnfluence 720p" might be hidden or revealed on a debian (Kodi) system?

Thanks
(2015-01-03, 04:24)bossanova808 Wrote: [ -> ]Not that I know of. Best thing is a debug log of it happening, I'm sure we can work it out

Thanks for you your reply I did a fresh install of Openelec on my Intel NUC just installed OZ weather and rebooted and issue has happened again. I have attached link of my log file: http://xbmclogs.com/show.php?id=392284
(2015-01-03, 05:22)guiguy Wrote: [ -> ]This seems like a nice plug in, but can someone enlighten me as to where the folder referenced in "COnfluence 720p" might be hidden or revealed on a debian (Kodi) system?

Thanks

No I can't as I don't have a linux system. However I would suggest it is something like this:

~/.kodi/addons
under something like skin.confluence/720
@diceman01 need a full log, that is truncated, nothing about ozweather in there I can see

@guiguy ~/.kodi/userdata/addons etc I would guess
@bossanova808 sorry about that I used the log uploader addon not sure how to do it otherwise. If you tell me what you require I will do that for you.
(2014-12-09, 00:59)bossanova808 Wrote: [ -> ]I've asked @uksa007 to update his instructions with relative paths to make the a bit clearer...

Hi,

I have updated the instructions and pull request.

Regards.
@uksa007

I merged it, thanks

The skin will probably use an include file for setting the labels - basically if you grep for any weather related labels (like temp, or precipitation etc), you should find the spot quickly enough, then I just need a list of the used labels to set.

@Zifanite - this goes for you too and the seasons.
(2015-01-06, 08:18)bossanova808 Wrote: [ -> ]@uksa007

The skin will probably use an include file for setting the labels - basically if you grep for any weather related labels (like temp, or precipitation etc), you should find the spot quickly enough, then I just need a list of the used labels to set.

I found there is a buch of stuff in the IncludesWeather.xml
This is just a small bit of it, would you like the whole file put somewhere?

Code:
<?xml version="1.0"?>

<!-- Aeon MQ 5 Helix 6.1.0-->

-<includes>

<!-- ######################################################################### Current #########################################################################-->


<!-- Widget Common Values -->



-<include name="TWC.ScrollbarCommon">

<include>ScrollBar_Vertical</include>

<posx>630</posx>

<posy>50</posy>

<width>65</width>

<height>465</height>

</include>


-<include name="TWC.LoadingLabelCommon">

<posx>5</posx>

<posy>265</posy>

<width>800</width>

<height>80</height>

<font>Font_15</font>

<align>center</align>

<aligny>center</aligny>

<label>$LOCALIZE[31863]</label>

<wrapmultiline>true</wrapmultiline>

</include>


-<include name="TWC.Current.DailyWeekdayBG">

<colordiffuse>30FFFFFF</colordiffuse>

<texture border="10">DailyWeekdayBG.png</texture>

<include>TWC.Current.DailyWeekendBG</include>

</include>


-<include name="TWC.Current.DailyWeekendBG">

<posy>0</posy>

<posx>0</posx>

<width>114</width>

<height>278</height>

<colordiffuse>30FFFFFF</colordiffuse>

<texture border="10">DailyWeekendBG.png</texture>

<aspectratio>stretch</aspectratio>

<include>TWC.Current.DailyDayLabelsCommon</include>

</include>


-<include name="TWC.Current.DailyPrecipitationCommon">

<posy>140</posy>

<height>30</height>

<textcolor>FFFFFAF0</textcolor>

<font>Font_23</font>

<include>TWC.Current.DailyDayLabelsCommon</include>

</include>


-<include name="TWC.Current.DailyHighLabelsCommon">

<posy>190</posy>

<height>30</height>

<textcolor>FFFF0000</textcolor>

<font>Font_23</font>

<include>TWC.Current.DailyDayLabelsCommon</include>

</include>


-<include name="TWC.Current.DailyLowLabelsCommon">

<posy>240</posy>

<height>30</height>

<textcolor>FF00AFFF</textcolor>

<font>Font_20</font>

<include>TWC.Current.DailyDayLabelsCommon</include>

</include>


-<include name="TWC.Current.DailyIconCommon">

<posy>60</posy>

<height>72</height>

<aspectratio>keep</aspectratio>

<include>TWC.Current.DailyDayLabelsCommon</include>

</include>


-<include name="TWC.Current.DailyDayLabelsCommon">

<posx>-5</posx>

<posy>5</posy>

<height>20</height>

<width>120</width>

<align>center</align>

<aligny>center</aligny>

<textcolor>FFFFFAF0</textcolor>

<font>Font_15</font>

</include>


-<include name="TWC.Current.DailyDateLabelsCommon">

<posy>25</posy>

<font>Font_15</font>

<include>TWC.Current.DailyDayLabelsCommon</include>

</include>


-<include name="TWC.Current.ConditionLabelsCommon">

<posx>0</posx>

<posy>-90</posy>

<height>30</height>

<width>300</width>

<font>Font_15</font>

<align>right</align>

<aligny>center</aligny>

<textcolor>$VAR[value_headercolor]</textcolor>

<focusedcolor>white</focusedcolor>

<texturefocus>-</texturefocus>

<texturenofocus>-</texturenofocus>

</include>


-<include name="TWC.Current.ConditionValuesCommon">

<align>left</align>

<textcolor>FFf5f5f5</textcolor>

<include>TWC.Current.ConditionLabelsCommon</include>

</include>


-<include name="TWC.Current">


-<control type="group">

<posx>290</posx>

<posy>60</posy>

<visible>StringCompare(Window.Property(Weather.CurrentView),current)</visible>

<animation time="300" reversible="true" effect="fade">VisibleChange</animation>


-<control type="group">

<posx>-30</posx>

<posy>-20</posy>


-<control type="group">

<posx>10</posx>


-<control type="label">

<description>current temp value</description>

<posx>10</posx>

<posy>80</posy>

<width>180</width>

<height>40</height>

<font>Font_50</font>

<align>center</align>

<aligny>center</aligny>

<label>$INFO[Window.Property(Current.Temperature)]$INFO[System.TemperatureUnits]</label>

<animation time="0" effect="slide" condition="IntegerGreaterThan(Window.Property(Current.Temperature),-100) + !IntegerGreaterThan(Window.Property(Current.Temperature),9)" end="-17,0" start="0,0">Conditional</animation>

</control>


-<control type="label">

<!-- Local -->


<posx>50</posx>

<posy>45</posy>

<width>330</width>

<height>25</height>

<align>left</align>

<aligny>center</aligny>

<font>Font_23</font>

<scroll>false</scroll>

<textcolor>FFFFFAF0</textcolor>

<label>[UPPERCASE]$INFO[Window(Weather).Property(Location)][/UPPERCASE]</label>

<scrollout>false</scrollout>

<scroll>true</scroll>

</control>


-<control type="label">

<description>current feels like label</description>

<posx>30</posx>

<posy>135</posy>

<width>140</width>

<height>40</height>

<font>Font_18</font>

<align>center</align>

<aligny>center</aligny>

<label>[B]$LOCALIZE[402][/B]</label>

<textcolor>$VAR[value_headercolor]</textcolor>

</control>
Looks like the labels are in another file (or two)

include name="TWC.Current.DailyLowLabelsCommon"

You'll figure it out - I need the labels. Don't want to spend time digging through files I don't use, but happy to do the work if the labels I need are given to me Smile