Read the statement by Michael Teeuw here.
MMM-NOAA3 No 4 day forecast showing
-
Hi, I have this module installed and everything is working apart from it does not display the 4 day forecast, I tried to run npm start dev also to try and find any errors like the last comment said but get this back -
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /home/pi/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoentnpm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2020-04-20T18_18_53_502Z-debug.log -
Did you install the dependencies as per the readme?
-
@Nero you have to be in the MagicMirror folder, then npm start dev
-
@Mykle1 I followed the read me and just look over it again to double check.
-
@sdetweil I tried that but now get
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! magicmirror@2.11.0 start:DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "dev"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the magicmirror@2.11.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.npm ERR! A complete log of this run can be found in:
npm ERR! /home/pi/.npm/_logs/2020-04-21T17_57_18_758Z-debug.log