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.

    Unsplash not loading pictures

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 2 Posters 1.0k Views 2 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.
    • D Offline
      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 Offline
        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

        cowboysdudeC 1 Reply Last reply Reply Quote 0
        • cowboysdudeC Offline
          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 Offline
            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 Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy