Display any RSS feed on your MagicMirror.
Word of the day RSS feed (red border is edit added)
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 |