jupadin / MMM-Wallpaper

MagicMirror² module to display an image or photo from unsplash as wallpaper
MIT License
7 stars 2 forks source link

loading error #2

Open JarvisUndefined opened 2 years ago

JarvisUndefined commented 2 years ago

I have installed all correctly(I believe) but it doesn't load. Just keeps saying "loading" Not sure what else to do.

},
    {
        module: 'MMM-Wallpaper',
        position: 'fullscreen_below',
        config: {
            updateInterval: 0,
            unsplashAPIKey: "My API key was inserted here", // REQUIRED
            query: false,
            collectionIDs: false,
            userName: false,
            photoID: false, 
            autoDim: true, 
            brightImageOpacity: 0.85, 
            imageOrientation: "landscape",
            imageWidth: "auto",
            imageHeight: "auto",
            imageOptions: "fit=fill&fill=blur",
        }
    }
jupadin commented 2 years ago

Hi, the configuration seems ok. Is there any output in the magic mirror console ? Have you double checked your API key ?