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

edsche

Community Plugin Dev
January 7, 2007
606
360
38
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
    38
    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
    38
    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
    5K
    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
    1K
    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG grabbing configuration, thanks again for all the assistance, wow so much faster on everything now that MSE is out of the picture...MP WAF is now restored and FetchTV STB sits in the corner collecting dust :)
    thank you Sir, issue is definitely resolved now, i uninstalled the problematic MSE altogether, plus i also now have optimized EPG...
    Long time MP user, and recently upgraded to MP1.34, prior to this upgrade, i have for many years successfully used MP with fast and...
    Replies
    20
    Views
    1K
    Hi, it looks like the Client's server connection settings got corrupted somehow and were reset, hopefully this is an easy fix. Open MP2-Client, navigate to Settings->General->Connectivity->Home server. In the menu on the left there may be an option Detach from home server, if there is click it and acknowledge the dialog that pops up...
    Hi, it looks like the Client's server connection settings got corrupted somehow and were reset, hopefully this is an easy fix...
    Help Please: MP doesnt display any of my previouse recordings or TV programs It seems like the Server isnt running? MP was working...
    Replies
    3
    Views
    429
    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
    1K
    Top Bottom