Nice gifs on the theme of IronMan for your MagicMirror
By adapting the custom.css, you can overwrite this module with the default clock module to get a pretty cool effect.
cd ~/MagicMirror/modules
git clone https://github.com/2hdlockness/MMM-IronManGIF
{
module: "MMM-IronManGIF",
position: "middle_center",
config: {
style: 1, // Style number
maxWidth: "100%", // Sizes the images.
rotate: false, // Rotate through images
updateInterval: 30000 // Interval between image rotations (30 seconds)
}
},
- Authors :
- @2hdlockness
- @doctorfree
- License : MIT