[MOD] FusionMP (StreamedMP with Aeon elements) (2 Viewers)

vanka

Portal Member
May 28, 2007
25
0
43
Hi all,

at firts I would like to thank your hard job because you are obtaining some incredible results! thanks!. I installed the Vergo Weather Skin V1 and then I made a custom menu with Trevor Menu editor. All seems to work properlly but when I am over the weather place this is what I see:



And this is inside my weather app:



Is this normal? How can I fix it?

thanks guys!:D
I have this exact same problem.

I am also using the newest version of the RSS plugin and the xml generator. When i switch to the xml files posted above it works jsut fine.
 

OnkelChris

Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    was the same for me... i hardly remember, but i think it's the name of the png's for the weather in the corresponding xml
     

    trevor

    Portal Pro
    October 17, 2006
    1,600
    950
    Chelmsford
    Home Country
    United Kingdom United Kingdom
    Here is a new version of the editor, it looks ok but have seen some odd stuff when just loading and rearranging - can't repeat on my system now.

    Treat this version as test version, would welcome feed back and if things go wrong a copy of your Basichome.xml file - a backup is created so will not lose anything.

    Cheers

    Trevor

    Edit : removed attachment - updated version on new post above
     

    morfellu

    Portal Member
    July 25, 2009
    10
    1
    Home Country
    Spain Spain
    Hi again trevor,

    I've just tried your new editor with the same results, black weather screen and no thumbnails, I have attached my basichome.xml .

    thanks
     

    Attachments

    • Basichome.xml
      30.6 KB

    OnkelChris

    Retired Team Member
  • Premium Supporter
  • October 17, 2007
    764
    59
    Home Country
    Germany Germany
    the imagepath is missing for weather... thumbnails are generated for infoservice-plugin, if using rss-plugin the thumbnails have to be named correctly...
     

    raspoutine

    Portal Pro
    May 19, 2007
    85
    5
    the imagepath is missing for weather... thumbnails are generated for infoservice-plugin, if using rss-plugin the thumbnails have to be named correctly...

    its ok for me
    thank you
     

    Attachments

    • wea.JPG
      wea.JPG
      107.7 KB

    morfellu

    Portal Member
    July 25, 2009
    10
    1
    Home Country
    Spain Spain
    the imagepath is missing for weather... thumbnails are generated for infoservice-plugin, if using rss-plugin the thumbnails have to be named correctly...

    Code:
    <control>
    	<description>weather WEATHER BACKGROUND</description>
    	<id>1205</id>
    	<type>image</type>
    	<posx>0</posx>
    	<posy>0</posy>
    	<width>1280</width>
    	<height>720</height>
    	[B]<imagepath>weather</imagepath>
    	<timeperimage>7000</timeperimage>
    	<fadetime>800</fadetime>
    	<loop>yes</loop>
    	<randomize>True</randomize>[/B]
    	<texture>#infoservice.weather.today.bigweatherimg</texture>
    	<visible>Control.IsVisible(1005)</visible>
    </control>

    I add those bold lines to my basichome.xml but its still failing! I suppouse you mean that when you say imagetpatch in weather is missing, but I dont know waht do you mean with " ... if using rss-plugin the thumbnails have to be named correctly ... "

    help!
     

    raspoutine

    Portal Pro
    May 19, 2007
    85
    5
    hi
    for icons
    for day 1
    i put #infoservice.weather.today.img.small.fullpath
    for day 2
    i put #infoservice.weather.day2.img.small.fullpath
    ...
    its the values in monochrome

    Code:
          <description>DAY 1 ICON</description>
          <type>image</type>
          <id>0</id>
          <posX>140</posX>
          <posY>569</posY>
          <height>80</height>
          <width>80</width>
          <texture>#infoservice.weather.today.img.small.fullpath</texture>

    sorry my english is very bad
     

    morfellu

    Portal Member
    July 25, 2009
    10
    1
    Home Country
    Spain Spain
    hi
    for icons
    for day 1
    i put #infoservice.weather.today.img.small.fullpath
    for day 2
    i put #infoservice.weather.day2.img.small.fullpath
    ...
    its the values in monochrome

    Code:
          <description>DAY 1 ICON</description>
          <type>image</type>
          <id>0</id>
          <posX>140</posX>
          <posY>569</posY>
          <height>80</height>
          <width>80</width>
          <texture>#infoservice.weather.today.img.small.fullpath</texture>

    sorry my english is very bad

    Thanks raspoutine !!! I fixed the thumbnails changing those lines, but unfortunately my weather image is still all black:
    Code:
    <control>
    	<description>weather WEATHER BACKGROUND</description>
    	<id>1205</id>
    	<type>image</type>
    	<posx>0</posx>
    	<posy>0</posy>
    	<width>1280</width>
    	<height>720</height>
    	<imagepath>weather</imagepath>
    	<timeperimage>7000</timeperimage>
    	<fadetime>800</fadetime>
    	<loop>yes</loop>
    	<randomize>True</randomize>
    	<texture>#infoservice.weather.today.bigweatherimg</texture>
    	<visible>Control.IsVisible(1005)</visible>
    </control>

    Maybe is this the wrong line? <texture>#infoservice.weather.today.bigweatherimg</texture> ???
    help and thank you guys!
     

    Users who are viewing this thread

    Top Bottom