Hi,
i see that you entered SEXX0020 as City Code for Malmoe (SWE) . If i go to weather.com and search for the citycode de it tells me that Malmoe has SWXX0020.
Maybe you entered the citycode wrong and google doesn`t care about it, but yahoo does? Do you got the same problem with all locations you entered?
I have a slight problem here. The plugin thinks it's yesterday. I'm running the latest version and streamedmp. I did run the beta before this with no problems.
Am I being dumb?
Where did you get the skin files for StreamedMP?
https://forum.team-mediaportal.com/...dweather-plugin-new-update-07-02-2012.103449/
It sounds as though "RefreshForceResumeUpdates" should do what I want, which is to update my images when I resume from hibernate.The configuration entry "RefreshUpdateAfterResume" is an old setting flag from a nightly build, which will be not used any longer. Both image related settings are stored in the configuration entries "RefreshForceImageUpdates" and "RefreshForceResumeUpdates".
DefaultWide is my favorite skin. I'm not aware of a "Refresh" button, neither in the skin, nor on my remote (emulating an MCE remote).Weather images will be reloaded each time if you open WorldWeather and after location changes. Otherwise the plugin looks into the plugin image cache and displays the existing one. This was implemented to minimize the network traffic. To force the image download currently, you can use the refresh button (if supported in your favourite skin).
That sounds encouraging, but I'm hoping that "RefreshForceResumeUpdates" is already enough.The option "force image refresh" is slightly misleading labeled, a better explanation was "force image refresh after startup of MediaPortal", it doesn't mean the automatic reload of weather images. This could be implemented if required.
... I'm not aware of a "Refresh" button, neither in the skin, nor on my remote (emulating an MCE remote)...
<control>
<description>Refresh</description>
<type>button</type>
<id>9</id>
<label>Refresh</label>
<onup>4</onup>
<ondown>10</ondown>
<visible>string.equals(#WorldWeather.View,Condition)+!string.equals(#WorldWeather.ConditionView,Graphic)+!string.equals(#WorldWeather.ConditionView,Hour)</visible>
</control>
After looking at the code I realize the refresh button was there all along, just on the entry ("condition") screen, and not on the "images" screen, where I was looking for it. Since the "Force refresh after system resume" option is doing just what I wanted, I am happy to leave things as is.After taking a look into the published default wide skin files, you can change the visibility condition for this button by yourself.
Open the file worldweather.xml, goto line 99 and change the code
Where did you get the skin files for StreamedMP?
https://forum.team-mediaportal.com/...dweather-plugin-new-update-07-02-2012.103449/
Don't see anything here for 0.50, just for 0.45. I don't think they have released anything yet.