A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Times-Of-India-Feed
-
The MMM-Times-Of-India-Feed module is based on one of the default modules of the MagicMirror. This module displays news headlines based on an RSS feed from Times of India website. Scrolling through news headlines happens time-based.
Using the module
Configuration
To use this module, add it to the modules array in the config/config.js file:
modules: [ { module: 'MMM-Times-Of-India-Feed', position: "bottom_bar", showSourceTitle: true, showPublishDate: true, }, ]
Note :- This module is based on newsfeed module By Michael Teeuw