• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-RSS-FEED

Scheduled Pinned Locked Moved Utilities
1 Posts 1 Posters 2.5k Views 1 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    Taolanoz
    last edited by Taolanoz Dec 14, 2016, 7:24 PM Dec 14, 2016, 7:18 PM

    MMM-RSS-FEED

    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)

    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
    1 Reply Last reply Reply Quote 1
    • 1 / 1
    1 / 1
    • First post
      1/1
      Last post
    Enjoying MagicMirror? Please consider a donation!
    MagicMirror created by Michael Teeuw.
    Forum managed by Sam, technical setup by Karsten.
    This forum is using NodeBB as its core | Contributors
    Contact | Privacy Policy