View Single Post
Old 01-05-2012, 05:31 PM   #1
nickajeglin
Junior Member
nickajeglin began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2012
Device: kindle touch
Change display of Rss feeds?

I have calibre set up to send several news rss feeds to my Kindle touch every morning. The very first time that I received the .mobi file over wifi, there was a very cool display of the four rss feeds. I could either see them as tiles with lists that linked to each individual article, or a sort of graphical hierarchy, with the title of the rss feed on the left, and the list of articles on the right. I could switch back and forth between these two displays using two little icons on the top menu of my kindle. Two days later, and I can't seem to find those icons, the menu only shows the standard search, menu, back, and shop buttons.

I'm sorry to be so vague, but does anyone know how I can get my news rss's to display like that again? I'd be content if someone could just tell me if the confusion is happening on the calibre end, or on the kindle.

Here's my recipe, if that helps at all:
Spoiler:
class AdvancedUserRecipe1325802329(BasicNewsRecipe):
title = u'Daily News Cnn/Npr/BBC'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True

feeds = [(u'NPR News', u'http://fulltextrssfeed.com/www.npr.org/rss/rss.php?id=1001'), (u'CNN Top Stories', u'http://fulltextrssfeed.com/rss.cnn.com/rss/cnn_topstories.rss'), (u'NPR All Things Considered', u'http://fulltextrssfeed.com/feeds.feedburner.com/NprProgramsATC?id=2'), (u'BBC Top Stories', u'http://fulltextrssfeed.com/feeds.bbci.co.uk/news/rss.xml')]
nickajeglin is offline   Reply With Quote