A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Development Branch -- MMM-Unsplash
-
@sdetweil Fixed. It’s a change in the Unsplash API. obj.urls.custom is no longer an option returned in JSON. I changed “custom” to “raw” and it’s good.
Lovely.
-
… I should check mine and flip over to dev myself.
-
@bkeyport this problem had nothing to do with MM… just coincidence…(which I HATE!)
-
@sdetweil Yeah, I know, but it don’t hurt to check.
-
@yk said in Development Branch -- MMM-Unsplash:
obj.urls.custom
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