Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 765 Bytes

README.md

File metadata and controls

31 lines (27 loc) · 765 Bytes

MMM-Reddito

A plugin for MagicMirror to display posts from a subreddit.

Reddito

Installation

cd MagicMirror\modules\ -> git clone https://github.com/bittiez/MMM-Reddito.git
(Navigate to your modules folder in a cmd prompt or terminal, and clone the git repo there.)

Updating

cd MagicMirror\Modules\MMM-Reddito\ -> git pull

Config

{
  module: 'MMM-Reddito',
  position: 'top_left',
  config: {
    updateInterval: 3600000,
    headerText: "Reddito",
    subreddit: "news",
    sortby: "hot", //hot, new, or top
    showCount: "25", //Max 25
    width: "700px",
    height: "12em",
    marquee: true,
    marqueeSpeed: "30000",
  }
}

Note: To create multiple instances, just insert this as many times as you would like.