Display any RSS feed on your MagicMirror.

To install the module, just clone this repository to your modules folder:
git clone https://github.com/Taolanoz/MMM-RSS-FEED.
Pull the git updates: git pull.
Then update dependencies in the module folder: cd MMM-RSS-FEED.
To use this module, add it to the modules array in the config/config.js file:
modules: [
{
module: 'MMM-RSS-FEED',
position: 'top_bar',
config: {
url: ''
}
},
]| Option | Default | Description |
|---|---|---|
| url | '' | The url of the RSS feed Must be a string |