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
}
},