kolbyjack / MMM-Wallpaper

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

iCloud low quality and no crossfade #22

Closed radimkarnis closed 4 years ago

radimkarnis commented 4 years ago

Hello @kolbyjack , thank you for your amazing work on this module. I have an issue with loading pictures from iCloud album - sometimes the picture loads in full resolution and sometimes horribly downscaled, what could be the issue?

Also, I get no crossfade even though I set it in the config file accordingly:

{
module: "MMM-Wallpaper",
position: "fullscreen_below",
config: {
source: "icloud:XXXXXXXX", // Hidden for privacy
slideInterval: 15 * 1000, // Change slides every 15 sec
updateInterval: 60 * 60 * 1000,
maximumEntries: 300,
crossfade: true
}
},

Thank you for your time and help.

kolbyjack commented 4 years ago

I haven't actually used the iCloud mode since it was added, I can't even remember how to find the album id, can you refresh my memory, so I can try to debug this?

radimkarnis commented 4 years ago

Thank you for your answer! I just looked at the URL of the shared album and took the ID from there, it is the part aftert the # sign.

kolbyjack commented 4 years ago

Ok, I've pushed some changes that should fix up the crossfade and resolution issues, let me know if you encounter any more issues.

radimkarnis commented 4 years ago

Thank you @kolbyjack , that solved both of my issues. Awesome work!