• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Wallpaper configure for iCloud Album photo

Scheduled Pinned Locked Moved Troubleshooting
mmm-wallpapericloud albumicloudicloud photo
3 Posts 3 Posters 844 Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    barlouka
    last edited by Mar 19, 2021, 9:15 PM

    Hello,
    My module MMM-Wallpaper work with bing but I don’t known how to configure it for ICloud photo.
    Can somebody help me?

    R 1 Reply Last reply Nov 3, 2024, 2:51 AM Reply Quote 4
    • R Offline
      reverendz @barlouka
      last edited by sdetweil Nov 3, 2024, 3:35 AM Nov 3, 2024, 2:51 AM

      @barlouka

      Following up because it took me a while to figure out.

      https://github.com/kolbyjack/MMM-Wallpaper

      You use the iCloud album id as a config item.

      source: “icloud:”,

      The album id is simply the last bit in your iCloud shared album URL. It will look something like this:

      https://www.icloud.com/sharedalbum/#nUm83r5N13t+3r5

      That’s not a real link, just an example.

      Copy everything to the right of the #, basically nUm83r5N13t+3r5.

      You must use a shared album and you have to set it to Public Website (anyone with the link can view the photos). That will allow you to generate the link. See: https://support.apple.com/en-us/108314

      This is what a basic config will look like.

      modules: [
        {
          module: "MMM-Wallpaper",
          position: "fullscreen_below",
          config: { // See "Configuration options" for more information.
            source: "icloud:nUm83r5N13t+3r5",
            slideInterval: 60 * 1000 // Change slides every minute
          }
        }
      ]
      
      M 1 Reply Last reply Dec 9, 2024, 7:37 AM Reply Quote 2
      • M Offline
        MajorC Project Sponsor @reverendz
        last edited by Dec 9, 2024, 7:37 AM

        @reverendz thank you. That worked for me perfect.

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy