Read the statement by Michael Teeuw here.
After update, nothing happens.
-
@sdetweil said in After update, nothing happens.:
npm install electron@6.1.12
Sam, you’re a genius!
That’s fixed it.
This will only happen again in the not too distant future I’m sure, so would I be better off installing a newer OS?
And then how do I recreate my MM on said new OS?I’m going to logoff for now, thanks again for your help today.
More tomorrow I’m sure.
Kind regards,
Richard. -
copy your MagicMirror folder to save it somewhere
u can zip it to to save spaceinstall buster on your sd card
run the installer to get things setup
restore you MM zip file
erase the node_modules folder
npm install (this should put on the newer electron)
npm start -
Old MM FTPd to NAS.
Installing new OS now, on a different SD card so I can go back if absolutely necessary.
My plan is to build a new MM as the old one had a lot of clutter - old unused modules etc.
Taking the opportunity for a fresh start. I’ll let you know how it goes… -
@Richard238 said in After update, nothing happens.:
Old MM FTPd to NAS.
Installing new OS now, on a different SD card so I can go back if absolutely necessary.
My plan is to build a new MM as the old one had a lot of clutter - old unused modules etc.
Taking the opportunity for a fresh start. I’ll let you know how it goes…14:24
All done.
MM back just as it was with custom CSS, but this time using only the modules installed that I actually need.
MM accessible from any LAN attached device as I don’t have it setup as a mirror anywhere.
The terminal window is showing a constatnt log of what’s happening. Is that correct - I don’t remember it from MM_OLD?And will the update notification module do anything now, or do I need to do anything?
-
@Richard238 edit the config.js, there us a new logLevel setting, make sure debug is not included
-
@Richard238 updatenotification will continue to advise things that have changed…
are u at 2.14 w 8.5 electron?
-
I copied my config.js into the new install, and deleted all the old commented-out module junk I was no longer using.
Added the 'loglevel: [… ’ line, doesn’t yet seem to have made any difference. Reboot required perhaps?2.14? Package.Json = “version” : “2.14.0”
Electron is 8.5
pi@magicmirror:~/MagicMirror $ grep version node_modules/electron/package.json "version": "8.5.5" pi@magicmirror:~/MagicMirror $
-
@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: [] ?