Read the statement by Michael Teeuw here.
After update, nothing happens.
-
@Richard238 can u show me some of the messages?
-
@Richard238 notice its logLevel, second l is capital
-
rue" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397 [02.01.2021 14:46.31.149] [LOG] Create new calendar fetcher for url: https://calendar.google.com/calendar/##################################### Interval: 300000 [02.01.2021 14:46.31.360] [LOG] Create new calendar fetcher for url: https://calendar.google.com/calendar/##################################### Interval: 300000 [02.01.2021 14:46.31.366] [LOG] Create new news fetcher for url: http://feeds.reuters.com/reuters/UKTopNews - Interval: 120000 [02.01.2021 14:46.31.437] [LOG] Create new news fetcher for url: http://feeds.skynews.com/feeds/rss/world.xml - Interval: 120000 [02.01.2021 14:46.31.447] [INFO] Checking git for module: MMM-doomsDay [02.01.2021 14:46.31.455] [INFO] Checking git for module: MMM-MysqlQuery [02.01.2021 14:46.32.473] [INFO] Newsfeed-Fetcher: Broadcasting 10 items. [02.01.2021 14:46.33.722] [INFO] Calendar-Fetcher: Broadcasting 4 events. [02.01.2021 14:46.35.400] [INFO] Calendar-Fetcher: Broadcasting 6 events. [02.01.2021 14:48.32.644] [INFO] Newsfeed-Fetcher: Broadcasting 10 items.
ipWhitelist: [], //ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.1/120",], language: 'en', logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging timeFormat: 24,
I guess changing it to logLevel: [] ?
-
@Richard238 all of the messages are normal.
maybe u started w pm2 before -
@Richard238 just FYI we were able to reproduce your problem on Jessie. So os upgrade, or downgrade electron were the only options
-
@sdetweil said in After update, nothing happens.:
@Richard238 all of the messages are normal.
maybe u started w pm2 beforeRebooted, no change. Not a worry, just curious.
How though do I get MM to auto start at boot? -
@Richard238 use pm2, u should have been prompted during my scripted install.
but use the fixuppm2 instructions here, last entry on the page
-
@sdetweil said in After update, nothing happens.:
@Richard238 just FYI we were able to reproduce your problem on Jessie. So os upgrade, or downgrade electron were the only options
Does that mean a change to the documentation, or have the install/update script(s) check for OS level before proceeding? (Or both, of course.)
There must be many, many MM installs out there running on old OSs. -
@Richard238 i will update my scripts to check and advise.
but my scripts are optional. I doubt the base will check. technically only supports pi3 and 4, but I try to make it to run anywhere
-
We found a bug and a fix. And it was all done in a day or so! :)
Looks like a great result all round then where we’ve all learned something.
Thank you for your help.
Richard.