Magic Mirror Module that pulls in inspirobot inspirational posters
This an extension for the MagicMirror. It will display adubiously inspirational picture, generated from an AI at inspirobot.com
- Navigate into your MagicMirror's
modules
folder and executegit clone https://github.com/JonathanAndersonPE/MMM-inspirobot
.
To use this module, add it to the modules array in the config/config.js
file:
modules: [
{
module: 'MMM-inspirobot',
position: 'top_left', // this can be any of the MM standard module positions
config: {
updateInterval : 120 * 1000, // update time in milleseconds of new inspirational image
}
}
]