@MrKnight230 and after u did the git pull of the new version, you did npm install in the MM folder and all modules with a package.json file, right?
Read the statement by Michael Teeuw here.
Posts
-
RE: ELIFECYCLE error after fresh install
-
RE: ELIFECYCLE error after fresh install
@MrKnight230 ok, and u did the DISPLAY=:0
-
RE: ELIFECYCLE error after fresh install
@MrKnight230 ok, i can only think that the vnc start is not working now…
-
RE: MMM-DarkSkyForecast - Yet ANOTHER weather module
@Ore77 no idea… glad u got it fixed… can u mark your issue solved
-
RE: MMM-Myweather doesn't work, only black screen
@matsjanssen open the developers window, ctrl-shift-i, and select the console tab, and scroll up to find any errors, (red text)…
also, the module names are case sensitive , so check that ‘MMM-myweather’ exactly matches what was installed in the mm/modules folder, and specified in config.js
-
RE: ELIFECYCLE error after fresh install
@MrKnight230 sorry, do not know… there were lots of code changes by modules MM uses and have no control over.
I cannot recreate this over ssh…
my npm is version 6.9.0
you might try
npm install -g npm -
RE: MMM-NOAA3
@justjim1220 said in MMM-NOAA3:
Any idea what it means?
Any idea how to fix it?appears the api did not return the expected data
data.pollution failed as data does not have a value
-
RE: ELIFECYCLE error after fresh install
@MrKnight230 thx… are u doing this over vnc? also the MM has to be running in graphical mode, unless u are running server only… (DISPLAY 0 will not exist if in VNC or text mode)
-
RE: Calendar issue with 2.7.1
@drfukc this is the same problem as for @Dommer …
if u can send me your calendar entry url, I can look at it to see which event is causing this problem…
or u can uncomment the one line in mm/modules/default/calendar/calendarfetcher.js, lineif (event.type === "VEVENT") { // console.log("have event title="+event.summary);and restart the mirror
you will see the event summary in the pm2 log
-
RE: Calendar issue with 2.7.1
@Dommer said in Calendar issue with 2.7.1:
there is an event which does not have a start date and time. i looked thru changes to the calendarfetcher code, and cannot see any change to this line of code since before 2017.
data={"type":"VEVENT","params":[],"uid":"42271","dtstamp":"20190414T114129Z","summary":"District Closed","class":"PUBLIC","status":"CONFIRMED","priority":"0","sequence":"0","duration":"P1D","last-modified":"20180523T131717Z","transparency":"OPAQUE"}raw data from ical
BEGIN:VEVENT UID:42271 DTSTAMP:20190414T112505Z SUMMARY:District Closed CLASS:PUBLIC STATUS:CONFIRMED PRIORITY:0 SEQUENCE:0 DTSTART:20190419 DURATION:P1D LAST-MODIFIED:20180523T131717Z TRANSP:OPAQUE END:VEVENT