You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - So I have Wallpaper already setup and using Bing as a fullscreen background image in MM which is great, however I wanted to add another Wallpaper in the "top_center" location of MM using google URL or icloud album and nothing is showing up. I have tried removing the Bing background and replacing with the google/apple links and nothing will show up. I have confirmed from the URL links that they are loaded and I can see the pictures. I'm unsure what the issue could be? Appreciate the help. If you need additional info, let me know. Thanks.
Below are the scripts of my Wallpaper.
module: "MMM-Wallpaper",
position: "top_center",
config: { // See "Configuration options" for more information.
source: "https://photos.app.goo.gl/HIDDEN",
slideInterval: 60 * 1000, // Change slides every minute
filter: "grayscale(0.5) brightness(0.5)",
caption: false,
shuffle: true,
maximumEntries: 1000,
fillRegion: true,
size: "auto",
//width: "500px",
//height: "500px",
module: "MMM-Wallpaper",
position: "fullscreen_below",
config: { // See "Configuration options" for more information.
source: "bing", // Can also use "apodhd", "chromecast", "icloud:", "local:</path/to/directory>",
slideInterval: 60 * 1000, // Change slides every minute
filter: "grayscale(0.5) brightness(0.5)",
caption: false,
The text was updated successfully, but these errors were encountered:
Hi - So I have Wallpaper already setup and using Bing as a fullscreen background image in MM which is great, however I wanted to add another Wallpaper in the "top_center" location of MM using google URL or icloud album and nothing is showing up. I have tried removing the Bing background and replacing with the google/apple links and nothing will show up. I have confirmed from the URL links that they are loaded and I can see the pictures. I'm unsure what the issue could be? Appreciate the help. If you need additional info, let me know. Thanks.
Below are the scripts of my Wallpaper.
module: "MMM-Wallpaper",
position: "top_center",
config: { // See "Configuration options" for more information.
source: "https://photos.app.goo.gl/HIDDEN",
slideInterval: 60 * 1000, // Change slides every minute
filter: "grayscale(0.5) brightness(0.5)",
caption: false,
shuffle: true,
maximumEntries: 1000,
fillRegion: true,
size: "auto",
//width: "500px",
//height: "500px",
module: "MMM-Wallpaper",
position: "fullscreen_below",
config: { // See "Configuration options" for more information.
source: "bing", // Can also use "apodhd", "chromecast", "icloud:", "local:</path/to/directory>",
slideInterval: 60 * 1000, // Change slides every minute
filter: "grayscale(0.5) brightness(0.5)",
caption: false,
The text was updated successfully, but these errors were encountered: