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 1.4k 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

      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 Reply Quote 4
      • R Offline
        reverendz @barlouka
        last edited by sdetweil

        @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 Reply Quote 2
        • M Offline
          MajorC Project Sponsor @reverendz
          last edited by

          @reverendz thank you. That worked for me perfect.

          1 Reply Last reply Reply Quote 1

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • 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