Read the statement by Michael Teeuw here.
Best posts made by Sachin
Latest posts made by Sachin
-
RE: My Calendar Woes
@sdetweil Followed your instructions and get a slightly different set of error messages…
0|mm | ATTENTION: default value of option force_s3tc_enable overridden by environment.
0|mm | [22.02.2021 11:14.01.081] [ERROR] Whoops! There was an uncaught exception…
0|mm | [22.02.2021 11:14.01.096] [ERROR] TypeError: Cannot read property ‘guess’ of undefined
0|mm | at getCorrection (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:429:31)
0|mm | at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:378:24
0|mm | at Array.forEach ()
0|mm | at Request._callback (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:102:25)
0|mm | at Request.self.callback (/home/pi/MagicMirror/modules/node_modules/request/request.js:185:22)
0|mm | at Request.emit (events.js:210:5)
0|mm | at Request. (/home/pi/MagicMirror/modules/node_modules/request/request.js:1154:10)
0|mm | at Request.emit (events.js:210:5)
0|mm | at Gunzip. (/home/pi/MagicMirror/modules/node_modules/request/request.js:1076:12)
0|mm | at Object.onceWrapper (events.js:299:28)
0|mm | [22.02.2021 11:14.01.102] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|mm | [22.02.2021 11:14.01.108] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues/home/pi/.pm2/logs/sonos-error-1.log last 15 lines:
1|sonos | (node:1010) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:1036) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:967) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:972) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:1024) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:958) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:981) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:1004) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:872) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:955) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:889) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:880) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:901) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:854) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
1|sonos | (node:915) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. -
RE: My Calendar Woes
@sdetweil Thanks. Git pull responded with Already up-to-date. I ran NPM install anyway and have the same results.
-
My Calendar Woes
Long time user of MM, my calendars have always displayed flawlessly. Since my last update, I can’t seem to display any calendar public or private. I ran PM2 Logs and below is the output. It appears that it can read the IC files but has errors during processing. Any advice would be appreciated!
0|mm | event={“type”:“VEVENT”,“params”:[],“summary”:“Good Friday”,“start”:“20210402”,“datetype”:“date-time”,“end”:“20210402”,“location”:“United States”,“description”:“Visit https://calendarlabs.com/holidays/us/good-friday.php to know more about Good Friday. \n\n Like us on Facebook: http://fb.com/calendarlabs to get updates",“uid”:"5fc727552b61e1606887253@calendarlabs.com”,“dtstamp”:“2020-12-01T23:34:13.000Z”,“status”:“CONFIRMED”,“transparency”:“TRANSPARENT”,“sequence”:“0”}
0|mm | [22.02.2021 08:23.26.068] [DEBUG] start=Fri Apr 02 2021 00:00:00 GMT-0500 (Central Daylight Time) end=Fri Apr 02 2021 00:00:00 GMT-0500 (Central Daylight Time)
0|mm | [22.02.2021 08:23.26.071] [DEBUG] if no tz, guess based on now
0|mm | [22.02.2021 08:23.26.095] [ERROR]
0|mm | Whoops! There was an uncaught exception…
0|mm | [22.02.2021 08:23.26.110] [ERROR]
0|mm | TypeError: Cannot read property ‘guess’ of undefined
0|mm | at getCorrection (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:429:31)
0|mm | at /home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:378:24
0|mm | at Array.forEach ()
0|mm | at Request._callback (/home/pi/MagicMirror/modules/default/calendar/calendarfetcher.js:102:25)
0|mm | at Request.self.callback (/home/pi/MagicMirror/modules/node_modules/request/request.js:185:22)
0|mm | at Request.emit (events.js:210:5)
0|mm | at Request. (/home/pi/MagicMirror/modules/node_modules/request/request.js:1154:10)
0|mm | at Request.emit (events.js:210:5)
0|mm | at Gunzip. (/home/pi/MagicMirror/modules/node_modules/request/request.js:1076:12)
0|mm | at Object.onceWrapper (events.js:299:28)
0|mm | [22.02.2021 08:23.26.126] [ERROR]
0|mm | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
0|mm | [22.02.2021 08:23.26.152] [ERROR]
0|mm | If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues -
Custom CSS values show up for a few seconds then replaced by the plain white default CSS
I update custom.css and it looks like the colors all work for a fe seconds as the modules are loading. Then they disappear and the plain wihite default CSS settings take over. It seems like they are being overridden by some other CSS settings?
Any thoughts on where I should look so the override doesn’t happen?
-
RE: Black Screen issue using Autoinstaller
I followed the update procedure for 2.3.1 including elctron beta and it’s now working with the default modules!
-
Black Screen issue using Autoinstaller
Hi Guys,
I used MM for about a year and it stopped working so I decided to update the OS to the Stream version and reinstall MM from scratch I used the Autoinstaller and everything seemed to install properly.
For the life of me I can’t get past the Black Screen issue. This is what the terminal window shows…
pi@raspberrypi:~/MagicMirror $ npm start dev
magicmirror@2.3.1 start /home/pi/MagicMirror
sh run-start.sh “dev”Starting MagicMirror: v2.3.1
Loading config …
Loading module helpers …
No helper found for module: alert.
Initializing new module helper …
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper …
Module helper loaded: calendar
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper …
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 …
Server started …
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected & modules started …
Launching application. -
RE: Sachin's Mirror
Thanks everyone. Per KirAsh4’s suggestion. I’m going to upload a sanitized copy on Github. I’d still encourage everyone to read through the install docs so you know where/how to tweak it to your liking. I’ll try to get to it this weekend.
Have a great 4th!
-
RE: Google FIT integration
@Aartsie Thanks for the reply. A daily and/or weekly summary of step count would be a good place to start? I’m sure there are other elements that could be added such as Calorie burn, Miles walked, etc.
-
Google FIT integration
It’d be great to be able to access Google FIT data (Daily, Weekly). It looks like the API is fairly well documented.