Magic Mirror Modul for displaying WordPress posts
MMM-Wordpress.js | ||
node_helper.js | ||
package.json | ||
README.md |
Info
This module for Magic Mirror should display posts from a WordPress site.
Install
git clone https://github.com/tbuss/MMM-Wordpress.git
cd MMM-Wordpress
npm install
Config
Put this in your config.js
{
module: 'MMM-Wordpress',
position: 'bottom_bar', // or any other position
config: {
updateInterval: 10*60*1000, // 10 minutes
url: 'https://www.your_wordpress.url',
numberOfPosts: 5
}
},