Wii:RSSMii: Difference between revisions

From Hacks Guide Wiki
m (added Category:Wii guides using HotCat)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This guide provides instructions on installing RSSMii, a homebrew app that parses RSS feeds from your SD card and sends them to your Wii Menu.
This guide provides instructions on installing RSSMii, a homebrew app that parses RSS feeds from your SD card and sends them to your Wii Menu.


Due to the nature of RSS feeds and the large amount of mail they can generate, this app has a larger than zero chance of [[wiiguide:bricks#mail-brick|bricking]] your Wii. Consider using News Channel from a WiiConnect24 revival provider instead, and request an addition to their service should you find out that your intended RSS feed isn't being provided. If you decide to use RSSMii anyway, limit the number of feeds you subscribe to. {: .notice--danger}
{{critical|text=Due to the nature of RSS feeds and the large amount of mail they can generate, this app has a larger than zero chance of [[wiiguide:bricks#mail-brick|bricking]] your Wii. Consider using News Channel from a WiiConnect24 revival provider instead, and request an addition to their service should you find out that your intended RSS feed isn't being provided. If you decide to use RSSMii anyway, limit the number of feeds you subscribe to.}}


If you're not receiving updates after a few days, you might need to subscribe to the RSS feeds again. Launch RSSMii from the Homebrew Channel again and it should create new subscriptions. {: .notice--info}
{{info|text=If you're not receiving updates after a few days, you might need to subscribe to the RSS feeds again. Launch RSSMii from the Homebrew Channel again and it should create new subscriptions.}}


== Requirements ==
== Requirements ==
Line 53: Line 53:
# Launch RSSMii Remover from the Homebrew Channel. It will remove your subscriptions to the RSS feeds.
# Launch RSSMii Remover from the Homebrew Channel. It will remove your subscriptions to the RSS feeds.


[[site-navigation|Click here to go back to the site index.]] {: .notice--info}
[[Category:Wii guides]]

Latest revision as of 05:40, 23 March 2024

This guide provides instructions on installing RSSMii, a homebrew app that parses RSS feeds from your SD card and sends them to your Wii Menu.

OOjs UI icon information-destructive.svg Due to the nature of RSS feeds and the large amount of mail they can generate, this app has a larger than zero chance of bricking your Wii. Consider using News Channel from a WiiConnect24 revival provider instead, and request an addition to their service should you find out that your intended RSS feed isn't being provided. If you decide to use RSSMii anyway, limit the number of feeds you subscribe to.
OOjs UI icon information-progressive.svg If you're not receiving updates after a few days, you might need to subscribe to the RSS feeds again. Launch RSSMii from the Homebrew Channel again and it should create new subscriptions.

Requirements

Instructions

Section I - Downloading/Installing

  1. Extract RSSMii and put it in the apps folder on your SD card.
  2. Create a feeds.xml on the root of the SD card so the app can parse your feeds.
    • If you're using Windows, you can use RSS Feeds Creator. It will automatically create a feeds.xml file and will copy it to your SD card.

    • If you don't have a Windows computer, use this template to make the feeds.xml.

      <?xml version="1.0" encoding="utf-8"?>
      <rss>
          <feed name="Example-Feed"><![CDATA[http://example.com/rss-feed]]></feed>
          <feed name="One more Example-Feed!"><![CDATA[http://example.com/another_rss-feed]]></feed>
      </rss>
      

      Replace the "name" portion with the title you want to put for the feed. Try to limit its length where possible. Then, replace the link portion with the link to the RSS feed. You can put as many feeds as you want. Don't delete the "CDATA" part.

      <?xml version="1.0" encoding="utf-8"?>
      <rss>
          <feed name="RiiConnect24 Medium"><![CDATA[https://medium.com/feed/riiconnect24]]></feed>
          <feed name="RiiConnect24 Twitter"><![CDATA[https://nitter.net/riiconnect24/rss]]></feed>
      </rss>
      

      Save the feed you made to the root of your SD Card.

  3. Launch RSSMii from the Homebrew Channel.
  4. Press A to confirm you want to subscribe to the feeds. Ignore the error about ES_GetTitleID, everything is fine.
  5. Once everything is done, press HOME to go back to the Homebrew Channel. You should soon get RSS feed updates on your Wii, enjoy!

Removal

What you need

Instructions

  1. Extract RSSMii Remover and put it in the apps folder on your SD card.
  2. Delete the feeds.xml file on the root of your SD card.
  3. Launch RSSMii Remover from the Homebrew Channel. It will remove your subscriptions to the RSS feeds.