MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
MMM-RSS-FEED
-
MMM-RSS-FEED
Github repository: https://github.com/Taolanoz/MMM-RSS-FEED
Display any RSS feed on your MagicMirror.
Word of the day RSS feed (red border is edit added)Installing the module
To install the module, just clone this repository to your modules folder:
git clone https://github.com/Taolanoz/MMM-RSS-FEED
.Updating the module
Pull the git updates:
git pull
.
Then update dependencies in the module folder:cd MMM-RSS-FEED
.Using the module
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