This module will display some news about CyberSecurity
All data coming from RSS Feed of TheHackerNews : http://feeds.feedburner.com/TheHackersNews
To use this module, you'll need to install the package rss-parser
More info : https://www.npmjs.com/package/rss-parser
npm i rss-parser
Inside your modules folder, execute :
In the config/config.js file, just add this to the modules array :
{
module: "MMM-CyberSecurityNews",
position: "top_right",
config: {
numberOfArticles: <INT_NUMBER_OF_ARTICLES_TO_DISPLAY>
}
}