In preview i get this error:
Cannot read property ‘temp’ of undefined. serviceModule.jsw Line 15
Meaning the line in backend
.then(json => json.main.temp);
temp is undefined. But i also think that when trying API calls, it should be on live version. But maybe this helps anyways.