A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-EasyBack not showing image
-
I have installed MMM-EasyBack and it is working fine with the example image but when I switch it to my own image I get a broken image icon.
I have sized my image to 1920x1080, it is in the images directory, and I have edited the config file with the new name.
Thoughts?
{ module: 'MMM-EasyBack', position: 'fullscreen_below', config: { bgName: "Dock.jpg", // "Example.jpg", the file name of your background image (case sensitive) videoName: "", // "baboon.mp4", // file name of your local video youTubeID: "", //"SkeNMoDlHUU", // "So3vH9FY2H4", // ID from any YouTube video. ID comes after the = sign of YouTube url height: "1080px", // your display's resolution in pixels. Enter in config.js width: "1920px", // your display's resolution in pixels. Enter in config.js } },
-
@pminich can you show the MagicMirror startup messages
also please use the message editor code block wrapper for all config and debug info