2 Quick questions! (1 Viewer)

clarkey2r

Portal Pro
February 9, 2009
215
3
Home Country
United Kingdom United Kingdom
Hi all

I am loving the monochrome skin but I have 2 quick questions!

1. I want todays weather in the top right corner on this screen (see screen shot 1), I can get the weather working on the other screen (screenshot 2)!

2. I would like scrolling RSS feeds across the bottom of screen shot 1, I have searched but cannot find this anywhere!

Thanks
Matt
 

Attachments

  • ScreenShot1.jpg
    ScreenShot1.jpg
    33.1 KB
  • ScreenShot2.jpg
    ScreenShot2.jpg
    41 KB

Psycho Reptile

Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    1. Add this to the myhome.xml:

    Code:
    [SIZE="1"]    <control>
          <description>Weather image</description>
          <type>image</type>
          <id>1282</id>
          <posX>1282</posX>
          <posY>20</posY>
          <width>64</width>
          <height>64</height>
          <texture>#weatherimg</texture>
          <align>right</align>
        </control>
        <control>
          <description>Location</description>
          <type>label</type>
          <id>1</id>
          <posX>1260</posX>
          <posY>25</posY>
          <width>750</width>
          <align>right</align>
          <font>font10</font>
          <label>#location</label>
          <visible>control.hasthumb(1282)</visible>
        </control>
        <control>
          <description>Temperature</description>
          <type>label</type>
          <id>1</id>
          <posX>1260</posX>
          <posY>50</posY>
          <width>750</width>
          <align>right</align>
          <font>font10</font>
          <label>#temp | #condition</label>
          <visible>control.hasthumb(1282)</visible>
        </control>[/SIZE]
    2. The basichome.xml should have <import>common.rss.xml</import> near the bottom, if this is the case - have you configured your RSS feed in Sambals MP-RSSTicker plugin?
     

    Users who are viewing this thread

    Top Bottom