kolbyjack / MMM-Wallpaper

MagicMirror module to display wallpapers from various online sources
https://magicmirror.builders/
MIT License
99 stars 31 forks source link

Synology Moments issue #35

Closed Dwyerave closed 3 years ago

Dwyerave commented 3 years ago

I am not able to use the synology moments configuration. I type in source: "synology-moments:" into config file. I replace with the url that synology moment created for the album. Any help would be greatly appreciated.

kolbyjack commented 3 years ago

This really isn't much to go on, does it display anything?

Dwyerave commented 3 years ago

Thank you for the quick response. See below for what I entered into the config file.

    {
module: "MMM-Wallpaper",
position: "fullscreen_below",
config: { // See "Configuration options" for more information.
  source: "synology-moments: https://<URL from Synology Moments was removed for privacy>",
  slideInterval: 60 * 1000 // Change slides every minute
}

},

When I run Magic Mirror it just shows a blank screen no matter how long I leave the program running.

ANy help would be greatly appreciated.

kolbyjack commented 3 years ago

I'm not sure if this would cause it, but can you try removing the space between synology-moments: and https://? I don't trim the result, so I wonder if that leading space is throwing something off.

kolbyjack commented 3 years ago

Can you try again with latest master? It trims what it can, which may fix your issue.