We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685b1bf commit cbe2e42Copy full SHA for cbe2e42
node_helper.js
@@ -60,7 +60,7 @@ module.exports = NodeHelper.create({
60
self.sendSocketNotification("OPENWEATHER_ONE_CALL_FORECAST_DATA", resp);
61
62
} else {
63
- console.log("[MMM-OpenWeatherMapForecast] " + moment().format("D-MMM-YY HH:mm") + " ** ERROR ** " + error);
+ console.log("[MMM-OpenWeatherMapForecast] " + moment().format("D-MMM-YY HH:mm") + " ** ERROR ** " + response.statusCode);
64
}
65
66
});
0 commit comments