MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Unsplash not loading pictures

    Troubleshooting
    2
    4
    345
    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.
    • D
      duxnobis last edited by

      Anyone experiencing issues with the Wallberry Unsplash app? Since a few weeks unsplash is not loading any pictures.

      D 1 Reply Last reply Reply Quote 0
      • D
        duxnobis @duxnobis last edited by

        @duxnobis
        found the solution in other thread but only after my second search unfortunately.


        for all out there as stupid as I am… 🙂 its this which has to be modified from .custom to .raw (row 130 in my WallberryTheme.js file).

        from:
        p.url = photoData.urls.custom;

        to:
        p.url = photoData.urls.raw;

        Cheers and thanks for the hack mates!
        Patrick

        cowboysdude 1 Reply Last reply Reply Quote 0
        • cowboysdude
          cowboysdude Module Developer @duxnobis last edited by

          @duxnobis You’re not stupid…it’s a good fix.

          You should go to the github repository and do a pull request so it’s fixed for everyone 🙂

          D 1 Reply Last reply Reply Quote 0
          • D
            duxnobis @cowboysdude last edited by

            @cowboysdude Thanks. Even though, the solution came from some one else. 😉 I just thought its good to post it here as well in case someone looks exactly for this issue. Anyway. I don’t know what you mean by add it to the repository but if someone does, feel free to add this. Cheers everyone.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy