Welcome
This is a Module for MagicMirror. It is designed to display parts or the whole JSON response from an api.
Preview
Guide
- Install by cloning this repository into
MagicMirror/modules
directory and installing the dependencies.
- 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
}
},
- Have a look at the configuration section for more configuration options.
Attribution
Attribution of some basic work and inspiration goes to qistoph.