Wii:RSSMii: Difference between revisions

From Hacks Guide Wiki
(Created page with "{% include toc title="Table of Contents" %} 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 bricking your Wii. Consider using News Channel from a WiiConnect24 revival provider instead, and request an addition to their service...")
 
(cleanup v2: fix notices and remove site index notice)
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{% include toc title="Table of Contents" %}
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 [[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.}}


<span id="requirements"></span>
== Requirements ==
=== Requirements ===


* An SD card
* An SD card
* [https://oscwii.org/library/app/rssmii RSSMii]
* [https://oscwii.org/library/app/rssmii RSSMii]


<span id="instructions"></span>
== Instructions ==
=== Instructions ===


<span id="section-i---downloadinginstalling"></span>
=== Section I - Downloading/Installing ===
==== Section I - Downloading/Installing ====


# Extract RSSMii and put it in the <code>apps</code> folder on your SD card.
<ol>
# Create a <code>feeds.xml</code> on the root of the SD card so the app can parse your feeds.
<li>Extract RSSMii and put it in the <code>apps</code> folder on your SD card.</li>
<li>Create a <code>feeds.xml</code> on the root of the SD card so the app can parse your feeds.


<ul>
<ul>
Line 37: Line 33:
</rss></syntaxhighlight>
</rss></syntaxhighlight>
<p>Save the feed you made to the root of your SD Card.</p></li></ul>
<p>Save the feed you made to the root of your SD Card.</p></li></ul>
</li>


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


<span id="removal"></span>
== Removal ==
=== Removal ===


<span id="what-you-need"></span>
=== What you need ===
==== What you need ====


* An SD card
* An SD card
* [https://oscwii.org/library/app/rssmii-remover RSSMii Remover]
* [https://oscwii.org/library/app/rssmii-remover RSSMii Remover]


<span id="instructions-1"></span>
=== Instructions ===
==== Instructions ====


# Extract RSSMii Remover and put it in the <code>apps</code> folder on your SD card.
# Extract RSSMii Remover and put it in the <code>apps</code> folder on your SD card.
# Delete the <code>feeds.xml</code> file on the root of your SD card.
# Delete the <code>feeds.xml</code> file on the root of your SD card.
# 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}

Revision as of 05:38, 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.