A plugin for MagicMirror to display posts from a subreddit.
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.)
cd MagicMirror\Modules\MMM-Reddito\
-> git pull
{
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.