Well then I don't know what it was... but it's working again and (I've changed none of my skin code...) all I did was install the MPE1
GUIMessage msg = new GUIMessage(GUIMessage.MessageType.GUI_MSG_NOTIFY, INFO_SERVICE_ID, this.GetID,
ParentID, newItemId, someInt,
new string[] { "Name of Item", "Description of item", "Path to image" });
message = new GUIMessage(GUIMessage.MessageType.GUI_MSG_CLICKED, WindowId, GetID, ParentID, 0, 0, null);
GUIGraphicsContext.SendMessage(message);
public override bool OnMessage(GUIMessage message)
{
if (message.Message == GUIMessage.MessageType.GUI_MSG_NOTIFY)
{//add item to recently added list
}
return base.OnMessage(message);
}
Hi edsche
Thanks for all your efforts/PM's the other day but I'm still not having any luck getting the pics to appear for the weather (I was waiting for them to magically start working ). I haven't finished laying out the following screen but the InfoService code will be fine because it is copied from Monochrome 3. As you can see I'm still only getting the weather pic for today.
Also the temps listed are for Germany on the BasicHome screen (I changed the Weather plugin back to Auckland, New Zealand over a week ago ) but on the actual Weather page all pics and temps shown correct for Auckland.... Any ideas?
Thanks
Bleazle
P.S. - I also like the idea of this plugin listing new files added so +1
<section name="weather">
<entry name="speed">0</entry>
<entry name="temperature">F</entry>
<entry name="refresh">60</entry>
<entry name="city0">Ulm, Germany</entry>
<entry name="code0">GMXX0131</entry>
<entry name="sat0">
</entry>
Wait for the new release, i've reworked weather and the feed section.When I switch location from one city to another in MediaPortal, temperature, wind, humidity etc. is updated. But #infoservice.weather.location stays the same.
Hi edsche
Thanks for all your efforts/PM's the other day but I'm still not having any luck getting the pics to appear for the weather (I was waiting for them to magically start working ). I haven't finished laying out the following screen but the InfoService code will be fine because it is copied from Monochrome 3. As you can see I'm still only getting the weather pic for today.
Also the temps listed are for Germany on the BasicHome screen (I changed the Weather plugin back to Auckland, New Zealand over a week ago ) but on the actual Weather page all pics and temps shown correct for Auckland.... Any ideas?
Thanks
Bleazle
P.S. - I also like the idea of this plugin listing new files added so +1
I have no idea why this happens. The strange thing is that the temps (even after a restart) are from germany. You've change the city in the medieportal config app, not in mediaportal itself, right? If yes, you can check the mediaportal.xml and look for the weather section.
Here is mine:
At code0 there should be the Auckland weather code. If not there is a problem with your mediaportal. InfoService gets the info, which city should be used, from there.Code:<section name="weather"> <entry name="speed">0</entry> <entry name="temperature">F</entry> <entry name="refresh">60</entry> <entry name="city0">Ulm, Germany</entry> <entry name="code0">GMXX0131</entry> <entry name="sat0"> </entry>
The log you send me a couple of days back, says to me that the paths which should be in the image properties, are right and "should" be filled. Should, because mediaportal does the filling of the properties, not infoservice. Infoservice gives only the "text" which goes to the property.
Fafnir in the monochrome forum has the same problem as you after he changed something in the monochrome xml's.
Here is the link: https://forum.team-mediaportal.com/monochrome-249/starting-over-70957/index9.html
<section name="weather">
<entry name="speed">3</entry>
<entry name="temperature">C</entry>
<entry name="refresh">60</entry>
<entry name="city0">Auckland, New Zealand</entry>
<entry name="code0">NZXX0003</entry>
<entry name="sat0">
</entry>