*ORIGINAL THREAD* InfoService v1.6 - Feed reader/Twitter reader and weather (9 Viewers)

edsche

Community Plugin Dev
January 7, 2007
606
360
37
Ulm
Home Country
Germany Germany
This was the original thread of InfoService. Please continue talking here ;)
 

Psycho Reptile

Retired Team Member
  • Premium Supporter
  • April 19, 2006
    1,316
    787
    Cambridge, England
    Home Country
    United Kingdom United Kingdom
    Hi edsche, nice work. I've just tried it out and it works well. I assume it's a process plugin? One thing I noticed, it crashes MP if there is no internet connection... or is it just me?
     

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    37
    Ulm
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #6
    Hi edsche, nice work. I've just tried it out and it works well. I assume it's a process plugin? One thing I noticed, it crashes MP if there is no internet connection... or is it just me?

    Yes its a process plugin.
    Oh you are right, thanks. i've just fixed that. new version in the first post :D
     

    Vergo

    Portal Pro
    August 30, 2005
    162
    59
    Brugge
    Home Country
    Belgium Belgium
    Works great now :)
    The only thing I'm missing right now is a "day label" that automatically changes with every day (like the normal weather plugin does):
    Today > Today - Saturday - Sunday - Monday - Tuesday
    Tomorrow >Today - Sunday - Monday - Tuesday - Wednesday

    Other than that, great job! Keep up the good work.

    weatherplugin.png


    About the Basichome xml's you asked for in a PM (RSS button to change feeds):
    I have no idea which version you're using, so I'm gonna give you the steps that I did..

    1/ Changed the RSS Image code a bit
    Code:
    <control><description>RSS image</description>
    	<type>button</type>
    	<id>1111</id>
    	<width>70</width>
    	<height>28</height>
    	<posY>505</posY>
    	<posX>60</posX>
    	<onup>1702</onup>
    	<texture>#rssimg</texture>
    	<visible>plugin.isenabled(InfoService)</visible>
    </control>

    2/ Changed the dummy label code a bit
    Code:
    <control><description>Dummy label indicating WEER visibility</description>
    	<id>1003</id>
    	<type>label</type>
    	<posX>100</posX>
    	<posY>-100</posY>
    	<width>500</width>
    	<height>0</height>
    	<label>Movies</label>
    	<visible>Control.HasFocus(1703)|Control.HasFocus(1803)|Control.HasFocus(1903)|Control.IsVisible(1103)|Control.HasFocus(1111)</visible>
    	</control>

    3/ Search & Replace ALL
    <ondown>66</ondown> with <ondown>1111</ondown>

    I included my test basichome.xml ;-)

    Edit/ You should still add an <action> to the RSS image button, so that it does something ;-)
     

    Attachments

    • Basichome.xml
      30.6 KB

    edsche

    Community Plugin Dev
    January 7, 2007
    606
    360
    37
    Ulm
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #8
    Works great now :)
    The only thing I'm missing right now is a "day label" that automatically changes with every day (like the normal weather plugin does):
    Today > Today - Saturday - Sunday - Monday - Tuesday
    Tomorrow >Today - Sunday - Monday - Tuesday - Wednesday

    I dont understand right now ;) You want a label with, for example "Today - Saturday - Sunday - Monday - Tuesday" and for the next day "Today - Sunday - Monday - Tuesday - Wednesday" or ?
     

    adam_purkis

    Portal Pro
    May 10, 2008
    120
    0
    Home Country
    United Kingdom United Kingdom
    i think he just means a label for each day. so if day 1 is monday one day it says monday, but if day 1 is then tuesday the next day, it automatically changes to tuesday, or something like that?
     

    2BitSculptor

    Super Moderator
  • Team MediaPortal
  • January 23, 2008
    1,948
    498
    South Central Wisconsin
    Home Country
    United States of America United States of America
    I'm thinking he means to replace the "Tomorrow" label with the Day, e.g.,
    |Today| |Saturday| |Sunday| ..... instead of: |Today| |Tomorrow| |Sunday| ....

    Chuck
     

    Users who are viewing this thread

    Similar threads

    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    Works also, removed the "section" entry from MediaPortal.xml ;) (y)
    This plugin is alternate version to the original World Weather plugin developed by @Micropolis. Is compatible with MediaPortal...
    Replies
    33
    Views
    3K
    Well, currently the plugin shows the sun/moon times in user's local time. As you said, It would require to add time zone parameter to the profile. I'll try to add this option in the next version. PS: please use official thread
    Well, currently the plugin shows the sun/moon times in user's local time. As you said, It would require to add time zone parameter...
    I have the current (1.0.2.0 level) World Weather Lite plugins installed on x86 and x64 different MP1 copies. When Location is...
    Replies
    7
    Views
    849
    So far I needed to limit the media items to respect the token limit of ChatGPT. Now the complete media items can be used, because the movie list is splitted into chunks of a specified size and responses for each chunk are concentrated into the result list :) private async Task<string> GenerateResponseWithGPT(string searchQuery...
    So far I needed to limit the media items to respect the token limit of ChatGPT. Now the complete media items can be used, because...
    Hi, I'm planning to write a plugin for MediaPortal 2, that supports users to find the right media items with help of AI...
    Replies
    6
    Views
    974
    Both the release announcement page and the corresponding news thread are incomplete with respect to installation of SQL Server. I suggest linking to the top-level SQL Server wiki page instead of enumerating the individual versions, which I plan to expand soon to include MS SQL Server Express 2019.
    Both the release announcement page and the corresponding news thread are incomplete with respect to installation of SQL Server. I...
    Both the release announcement page and the corresponding news thread are incomplete with respect to installation of SQL Server. I...
    Replies
    0
    Views
    462
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at all. I just wanted to: understand current Status & Situation understand my Options for a stable System improve my Knowledge & learn from Experts Especially because your limited Dev Resources and the...
    I am Sure the Issues will be fixed towards a stable. NET6 Version. Please don't get me wrong - My Intent was not any Complaint at...
    Hello Folks, Yesterday I upgraded to Mediaportal 2.5 via uninstalling 2.4.1 first and then install the latest .NET6 Variant of...
    Replies
    12
    Views
    1K
    Top Bottom