BrianHepler / MMM-WeatherBackground

MagicMirror Module - for Weather image background from Unsplash. This is a plugin of other weather modules.
MIT License
16 stars 9 forks source link

No Background Image being displayed #12

Closed shak4031 closed 1 year ago

shak4031 commented 3 years ago

I am getting any background image. Below is my config.

{ module: "MMM-WeatherBackground", config: { targetDOM: "", //null or DomSelector for target. // if null, currentweather will be targeted. // examples: ".newsfeed", "#SOME_SPECIAL_DOM", ".top.left .module" hemisphere: "n", // "n" (north) or "s" (southern) to establish the correct season of the year. source : "MMM-NOAA3", // currentweather, MMM-NOAA3, MMM-DarkSkyForecast } },

eouia commented 3 years ago

Set targetDOM. Perhaps you want “.fullscreen.below”.