Skip to content

Welcome

This is a Module for MagicMirror. It is designed to display parts or the whole JSON response from an api.

Preview

alt text

alt text

Guide

  1. Install by cloning this repository into MagicMirror/modules directory and installing the dependencies.
cd ./modules
git clone https://github.com/DanielHabenicht/MMM-json.git
npm install
  1. Create an entry in config/config.js with your url and any config options.
config/config.js
{
  module: 'MMM-json',
  position: 'bottom_left',
  config: { // (1)
    url: "https://jsonplaceholder.typicode.com/users/1", // Path to your json api
  }
},
  1. Have a look at the configuration section for more configuration options.

Attribution

Attribution of some basic work and inspiration goes to qistoph.