MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Taolanoz
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    Taolanoz

    @Taolanoz

    1
    Reputation
    412
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Taolanoz Unfollow Follow

    Best posts made by Taolanoz

    • MMM-RSS-FEED

      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
      posted in Utilities
      T
      Taolanoz

    Latest posts made by Taolanoz

    • MMM-RSS-FEED

      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
      posted in Utilities
      T
      Taolanoz