Github repository: https://github.com/Taolanoz/MMM-RSS-FEED
Display any RSS feed on your MagicMirror.
Preview
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: '' } }, ] Configuration options Option Default Description url ‘’ The url of the RSS feed. Must be a string