Simple RSS plug-in

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Simple RSS plug-in

      Hi,
      I installed the Simple RSS plug-in but I'm not able to view the Really simple syndication from my Google Reader.
      In the setup I enabled to fetch Google Reader and put username and password, but nothing.
      I enabled on startup yesterday but today nothing.
      Can someone tell me which button I need to push to view my RSS ?
      I'm connected to Internet, because I can connect on my Web DreamBox interface remotly.
      Usually I go in the plug-in, but apart the setup, I don't see nothing.

      Thank you,
      Alessandro
    • RE: Simple RSS plug-in

      I respond myself for future help to someone.
      I found a very nice person in the dreambox-tools.info/hmportal.php that has give me the solution.
      The name of this person is sakartvelo.
      Thank you sakartvelo.

      Solution:
      To view RSS information you have two solutions :
      1) Add manually the RSS link in the setup plugin or
      2) Edit the settings with an editor

      Step for second solution :
      a) I use Opera and I exported my feed in opl or xml
      b) Open the feed with Excel
      c) In a different sheet copy the column that contain the RSS links
      d) Add column in Excel and with the concatenate function create a string like this
      config.plugins.simpleRSS.feed.0.uri=http://your_link1
      config.plugins.simpleRSS.feed.1.uri=http://your_link2
      config.plugins.simpleRSS.feed.2.uri=http://your_link3
      e) Whit the DCC (DreamBox Control Center) in telnet mode type this :
      init 5
      (this kill enigma)
      f) Edit the settings file under /etc/enigma2 with Notepad++ adding your rss-feeds like this
      config.plugins.simpleRSS.feedcount=4
      config.plugins.simpleRSS.feed.0.uri=http://your_link1
      config.plugins.simpleRSS.feed.1.uri=http://your_link2
      config.plugins.simpleRSS.feed.2.uri=http://your_link3
      config.plugins.simpleRSS.interval=15
      config.plugins.simpleRSS.autostart=false
      g) Save the file
      h) Whit the DCC (DreamBox Control Center) in telnet mode type this :
      init 3
      (this start enigma)
      i) Press blue button and read your RSS feed

      Thank you to sakartvelo.

      Alessandro