issues & question
At first I have to say: Great work!!
I am sad I have to say that I have some issues with WorldWeather:
- when adjusting the location (in my case Oldenburg, Germany, GMXX0101) and using "detect" it switches to Munich automatically.
- if I remember in a right way, the "original" weather-plugin showed up the Location next to the temp in Homescreen, like "Oldenburg, 10°C", now it´s just showing the temp.
- I am using an external display, connected via MPDisplay2-Plugin, this is using InfoService-Plugin for showing temp and the specific icon while running
Now the "connection" in between is gone - is there a chance of connecting this great plug-in with the MPDisplay-Plugin to see icon and temp again?
At first I have to say: Great work!!
I am sad I have to say that I have some issues with WorldWeather:
- when adjusting the location (in my case Oldenburg, Germany, GMXX0101) and using "detect" it switches to Munich automatically.
- if I remember in a right way, the "original" weather-plugin showed up the Location next to the temp in Homescreen, like "Oldenburg, 10°C", now it´s just showing the temp.
- I am using an external display, connected via MPDisplay2-Plugin, this is using InfoService-Plugin for showing temp and the specific icon while running
Code:
<section name="Control50">
<entry name="Type">Image</entry>
<entry name="Description">weather icon</entry>
<entry name="PosX">1093</entry>
<entry name="PosY">360</entry>
<entry name="Width">150</entry>
<entry name="Height">150</entry>
[B]<entry name="Image-WinID-Global">#infoservice.weather.today.img.small.fullpath</entry>[/B]
<entry name="Visible">True</entry>
</section>
<section name="Control51">
<entry name="Type">Label</entry>
<entry name="Description">Temp</entry>
<entry name="PosX">1064</entry>
<entry name="PosY">520</entry>
<entry name="Width">208</entry>
<entry name="Height">55</entry>
<entry name="FontSize">50</entry>
<entry name="TextAlign">Center</entry>
[B]<entry name="Label-WinID-Global">#infoservice.weather.today.temp</entry>[/B]
<entry name="Visible">True</entry>
</section>
Now the "connection" in between is gone - is there a chance of connecting this great plug-in with the MPDisplay-Plugin to see icon and temp again?