Magic Mirror Modul for displaying WordPress posts
Go to file
2023-10-09 19:31:05 +02:00
MMM-Wordpress.js excerpt -> content 2023-10-09 19:31:05 +02:00
node_helper.js adjustable post_type 2023-10-09 19:21:54 +02:00
package.json added depency 2023-10-09 17:50:54 +02:00
README.md Docu update 2023-10-09 18:54:06 +02:00

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
    }
},