RSSMii allows you to get updates from RSS feeds straight to your Wii. You will get the updates on your Wii Message Board.
It reads a "feeds.xml" file on your SD Card root to subscribe you to each feed listed. So you can update it at any time, then launch RSSMii again and it'll update your subscriptions. You can change the interval in which updates are checked inside the program on a per-feed basis.
- Grab the ZIP from the releases page
- Extract it to the root of your SD card, so that you have the path "SD://apps/rssmii/boot.dol"
- Create a "feeds.xml" on the root of your SD card (see below)
- Run the homebrew through the homebrew channel and follow the on-screen instructions
To remove everything, just run the RSSMii Remover. You can also check out the instructions on wii.guide.
You can create a feeds.xml with the Feeds.xml Creator.
<?xml version="1.0" encoding="utf-8"?>
<rss>
<feed name="RC24 Medium">https://medium.com/feed/riiconnect24</feed>
<feed name="Nintendo UK">https://www.nintendo.co.uk/news.xml</feed>
</rss>
NOTE: For special characters you need to use a CDATA tag:
<feed name="Example-Feed"><![CDATA[http://example.com/rss-feed&someparam=true]]></feed>
- Run
make
andmake install
in this libwc24 fork - Install mxml from the devkitPro Pacman repository
- Run
make
in this repository
- Change server URL through feeds.xml