diff --git a/1080i/Home.xml b/1080i/Home.xml
index 6c61929..d080db0 100644
--- a/1080i/Home.xml
+++ b/1080i/Home.xml
@@ -184,6 +184,7 @@
+ $EXP[hasWeather]
0
1-row
24-col
@@ -194,6 +195,18 @@
44000000
+
+ !$EXP[hasWeather]
+ 0
+ 1-row
+ 24-col
+ 2-row
+ regular
+ center
+ textActive
+ 44000000
+
+
diff --git a/1080i/Includes.xml b/1080i/Includes.xml
index ffa3d34..85ce566 100644
--- a/1080i/Includes.xml
+++ b/1080i/Includes.xml
@@ -43,6 +43,9 @@
container.content(songs) + Substring(Container.folderpath,musicdb://)
container.content(songs) + [Substring(Container.folderpath,.xsp) | Substring(Container.foldername,PartyMode) | Substring(Container.folderpath,playlistmusic://)]
+
+ !isempty(Window(Weather).Property(WeatherProvider)) + !String.isempty(weather.temperature) + !String.isempty(weather.conditions)
+
diff --git a/1080i/View_Songs.xml b/1080i/View_Songs.xml
index eede535..3bad688 100644
--- a/1080i/View_Songs.xml
+++ b/1080i/View_Songs.xml
@@ -70,27 +70,27 @@
0
textboxInactive
-
- ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi + !Skin.HasSetting(lowPowerMode)
- 12
- 0
- 1-col-gutter
- 1-col-gutter
- equaliser.gif
-
-
- ListItem.IsPlaying + !player.paused + [System.Platform.Linux.RaspberryPi | Skin.HasSetting(lowPowerMode)]
- 0
- 0
- 1-col-textbox
- 2-row
- center
- center
- symbolLarge
- textActive
- -
-
-
+
+ ListItem.IsPlaying + !player.paused + !System.Platform.Linux.RaspberryPi
+ 12
+ 0
+ 1-col-gutter
+ 1-col-gutter
+ equaliser.gif
+
+
+ ListItem.IsPlaying + !player.paused + System.Platform.Linux.RaspberryPi
+ 0
+ 0
+ 1-col-textbox
+ 2-row
+ center
+ center
+ symbolLarge
+ textActive
+ -
+
+
ListItem.IsPlaying + player.paused
0
diff --git a/addon.xml b/addon.xml
index 853df44..8848bf7 100644
--- a/addon.xml
+++ b/addon.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/changelog.txt b/changelog.txt
index 13abf68..5b51f82 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,5 +1,9 @@
**Changelog**
+[V1.3.3]
+- [FIXED] Weather label showing on homescreen even if no weather plugin enabled.
+- Minor tweaks
+
[V1.3.2]
- [NEW] font support for Hebrew (thanks Arthurvaverko)
- [FIXED] Mute icon (thanks Arthurvaverko)