Philipp Partosch 46a936d7de added all files to project | 2 years ago | |
---|---|---|
.. | ||
pix | 2 years ago | |
LICENSE | 2 years ago | |
MMM-EasyPix.css | 2 years ago | |
MMM-EasyPix.js | 2 years ago | |
README.md | 2 years ago |
The easiest way to show pictures onto your mirror.
.jpg files, .png files, .gif files, etc.. (Even animated gif’s work)
git clone https://github.com/mykle1/MMM-EasyPix
into the ~/MagicMirror/modules
directory.
Annotated .css file included for exact positioning.
{
module: "MMM-EasyPix",
position: "top_center",
config: {
picName: "18.jpg", // Enter the picture file name.
maxWidth: "75%", // Size picture precisely. Retains aspect ratio.
sounds: ["1.mp3", "me2.mp3"], // mp3 sound file names in quotes seperated by commas for Hello-Lucy
updateInterval: 30 * 60 * 1000, // updates display
animationSpeed: 3000,
}
},