Hi
I do the Gitpull to Update this modul but in the CLI indows i got this…
Whoops! There was an uncaught exception...
TypeError: Cannot read property 'length' of undefined
at Object.parseForecast (/home/pi/MagicMirror/modules/MMM-NOAA3/providers/ow.js:179:42)
at Request.request [as _callback] (/home/pi/MagicMirror/modules/MMM-NOAA3/providers/ow.js:51:17)
at Request.self.callback (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:185:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request.<anonymous> (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:1161:10)
at emitOne (events.js:116:13)
at Request.emit (events.js:211:7)
at IncomingMessage.<anonymous> (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:1083:12)
at Object.onceWrapper (events.js:313:30)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
{ coord: { lon: 10.36, lat: 53.42 },
weather:
[ { id: 701, main: 'Mist', description: 'Trüb', icon: '50n' },
{ id: 300,
main: 'Drizzle',
description: 'Leichtes Nieseln',
icon: '09n' } ],
base: 'stations',
main: { temp: 9, pressure: 1017, humidity: 87, temp_min: 9, temp_max: 9 },
visibility: 7000,
wind: { speed: 3.6, deg: 110 },
clouds: { all: 75 },
dt: 1541352000,
sys:
{ type: 1,
id: 4883,
message: 0.004,
country: 'DE',
sunrise: 1541312654,
sunset: 1541345954 },
id: 3209070,
name: 'Marschacht',
cod: 200 }
Whoops! There was an uncaught exception...
TypeError: Cannot read property 'pollution' of undefined
at Object.parseAIR (/home/pi/MagicMirror/modules/MMM-NOAA3/providers/ow.js:264:35)
at Request._callback (/home/pi/MagicMirror/modules/MMM-NOAA3/providers/ow.js:111:27)
at Request.self.callback (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:185:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request.<anonymous> (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:1161:10)
at emitOne (events.js:116:13)
at Request.emit (events.js:211:7)
at IncomingMessage.<anonymous> (/home/pi/MagicMirror/modules/MMM-NOAA3/node_modules/request/request.js:1083:12)
at Object.onceWrapper (events.js:313:30)
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Shutting down server...
I do not find the icon: '50n' and icon: '09n' in the images folder !?!