MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. awwbaker
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 13
    • Groups 0

    awwbaker

    @awwbaker

    0
    Reputation
    1
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    awwbaker Unfollow Follow

    Latest posts made by awwbaker

    • RE: Problem Adding Buttons & required Remote-Control Modules

      @sdetweil ,
      Hmmm…thanks Sam!!!

      posted in Troubleshooting
      A
      awwbaker
    • RE: Problem Adding Buttons & required Remote-Control Modules

      @sdetweil Sorry have been on travel last several weeks. No I never did. I have the remote control module in and working just never could not get the button push. I have mmm-GroveGesture installed and working with sensor. Still working towards getting modules to hide and show. Could I ask another question???

      What can/should I do on this?:

      [2024-10-28 10:10:15.299] [ERROR] ERROR! Could not validate main module js file. 
      [2024-10-28 10:10:15.528] [ERROR] ReferenceError: Log is not defined
          at Object.<anonymous> (/home/awwbaker/MagicMirror/modules/MMM-RAIN-MAP/MMM-RAIN-MAP.js:28:158622)
          at Module._compile (node:internal/modules/cjs/loader:1484:14)
          at Module._extensions..js (node:internal/modules/cjs/loader:1564:10)
          at Module.load (node:internal/modules/cjs/loader:1295:32)
          at Module._load (node:internal/modules/cjs/loader:1111:12)
          at c._load (node:electron/js2c/node_init:2:17025)
          at Module.require (node:internal/modules/cjs/loader:1318:19)
          at require (node:internal/modules/helpers:179:18)
          at Class.loadModuleDefaultConfig (/home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:318:30)
          at /home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:272:26
          at FSReqCallback.oncomplete (node:fs:198:5) 
      
      ----------------------------------------------------
      
      posted in Troubleshooting
      A
      awwbaker
    • RE: Problem Adding Buttons & required Remote-Control Modules

      Thank you, I tried the pinctrl to no avail. Thank you though! Anthony

      posted in Troubleshooting
      A
      awwbaker
    • RE: Problem Adding Buttons & required Remote-Control Modules

      Dear Mr @sdetweil
      Please see above, it seems “on-off” is throwing errors. It seems it is used by Remote-Control-Modules as well as Buttons. I wnet back and tried buttons. The error is below: Thank you very much. Anthony

      [2024-09-22 11:34:50.557] [LOG] Launching application.
      [2024-09-22 11:35:05.029] [ERROR] ERROR! Could not validate main module js file.
      [2024-09-22 11:35:05.037] [ERROR] ReferenceError: Log is not defined
      at Object. (/home/awwbaker/MagicMirror/modules/MMM-RAIN-MAP/MMM-RAIN-MAP.js:28:158622)
      at Module._compile (node:internal/modules/cjs/loader:1373:14)
      at Module._extensions…js (node:internal/modules/cjs/loader:1432:10)
      at Module.load (node:internal/modules/cjs/loader:1215:32)
      at Module._load (node:internal/modules/cjs/loader:1031:12)
      at c._load (node:electron/js2c/node_init:2:17025)
      at Module.require (node:internal/modules/cjs/loader:1240:19)
      at require (node:internal/modules/helpers:179:18)
      at Class.loadModuleDefaultConfig (/home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:314:30)
      at /home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:268:26
      at FSReqCallback.oncomplete (node:fs:198:5)
      [2024-09-22 11:35:05.689] [INFO] System information:

      SYSTEM: manufacturer: ; model: ; raspberry: undefined; virtual: false

      OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.47+rpt-rpi-v8

      VERSIONS: electron: 31.1.0; used node: 20.14.0; installed node: 22.9.0; npm: 10.8.3; pm2:

      OTHER: timeZone: America/New_York; ELECTRON_ENABLE_GPU: undefined

      [2024-09-22 11:35:13.286] [LOG] Initialize button monitor_control on PIN 6
      [2024-09-22 11:35:13.293] [ERROR] Whoops! There was an uncaught exception…
      [2024-09-22 11:35:13.318] [ERROR] Error: EINVAL: invalid argument, write
      at Object.writeFileSync (node:fs:2346:20)
      at exportGpio (/home/awwbaker/MagicMirror/modules/MMM-Buttons/node_modules/onoff/onoff.js:18:8)
      at new Gpio (/home/awwbaker/MagicMirror/modules/MMM-Buttons/node_modules/onoff/onoff.js:172:36)
      at Class.intializeButton (/home/awwbaker/MagicMirror/modules/MMM-Buttons/node_helper.js:74:19)
      at Class.intializeButtons (/home/awwbaker/MagicMirror/modules/MMM-Buttons/node_helper.js:90:18)
      at Class.socketNotificationReceived (/home/awwbaker/MagicMirror/modules/MMM-Buttons/node_helper.js:26:18)
      at Socket. (/home/awwbaker/MagicMirror/js/node_helper.js:98:11)
      at Socket.emit (node:events:519:28)
      at Socket.emitUntyped (/home/awwbaker/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
      at /home/awwbaker/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
      at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      errno: -22,
      code: ‘EINVAL’,
      syscall: ‘write’
      }
      [2024-09-22 11:35:13.335]

      posted in Troubleshooting
      A
      awwbaker
    • RE: Problem Adding Buttons & required Remote-Control Modules

      Dear Mr @sdetweil
      I think you are teaching me to fish…Did you see the error message below? Beyond the below, I booted the RPI 3B+, ran the “pinctrl set 6 op dl” command. Started MM and as previously the expected modules were hidden on start up. Pressing pushbutton did not have any affect on the display. I ran the button.py script and the button was sensed as previous. As your time permits I could use another push. Your efforts are VERY appreciated. VR Anthony Baker

      2024-09-21 13:33:31.232] [LOG] Connecting socket for: MMM-MktIndex
      [2024-09-21 13:33:31.234] [LOG] Sockets connected & modules started …
      [1856:0921/133334.081312:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
      [2024-09-21 13:33:35.622] [LOG] Launching application.
      [2024-09-21 13:33:55.076] [INFO] System information:

      SYSTEM: manufacturer: ; model: ; raspberry: undefined; virtual: false

      OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.47+rpt-rpi-v8

      VERSIONS: electron: 31.1.0; used node: 20.14.0; installed node: 22.9.0; npm: 10.8.3; pm2:

      OTHER: timeZone: America/New_York; ELECTRON_ENABLE_GPU: undefined

      [2024-09-21 13:33:58.321] [ERROR] Whoops! There was an uncaught exception…
      [2024-09-21 13:33:58.343] [ERROR] Error: EINVAL: invalid argument, write
      at Object.writeFileSync (node:fs:2346:20)
      at exportGpio (/home/awwbaker/MagicMirror/modules/MMM-ModuleToggleButton/node_modules/onoff/onoff.js:18:8)
      at new Gpio (/home/awwbaker/MagicMirror/modules/MMM-ModuleToggleButton/node_modules/onoff/onoff.js:172:36)
      at Class.socketNotificationReceived (/home/awwbaker/MagicMirror/modules/MMM-ModuleToggleButton/node_helper.js:20:22)
      at Socket. (/home/awwbaker/MagicMirror/js/node_helper.js:98:11)
      at Socket.emit (node:events:519:28)
      at Socket.emitUntyped (/home/awwbaker/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
      at /home/awwbaker/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
      at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      errno: -22,
      code: ‘EINVAL’,
      syscall: ‘write’
      }
      [2024-09-21 13:33:58.345] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2024-09-21 13:33:58.347] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MagicMirrorOrg/MagicMirror/issues
      [1976:0921/133401.533219:ERROR:gl_utils.cc(424)] [.WebGL-0x34004b5b00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels
      [2024-09-21 13:34:01.636] [LOG] Create new calendarfetcher for url: http://p134-caldav.icloud.com/published/2/ODY3MDc3ODQxODY3MDc3OIsPCPqyTd7gfFTuhUgnU3E8veSROaMD9lC0bXMqbeTrcdUcRFgL2q0GROkcc6XtdbepSRYxUGbDtoDb3se2UkE - Interval: 604800000

      posted in Troubleshooting
      A
      awwbaker
    • RE: Problem Adding Buttons & required Remote-Control Modules

      Mr @sdetweil, I also noted the below error ? Thank you!

      [2024-09-20 16:36:07.413] [LOG] Sockets connected & modules started …
      [2024-09-20 16:36:10.523] [LOG] Launching application.
      [2024-09-20 16:36:15.920] [INFO] System information:

      SYSTEM: manufacturer: ; model: ; raspberry: undefined; virtual: false

      OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.47+rpt-rpi-v8

      VERSIONS: electron: 31.1.0; used node: 20.14.0; installed node: 22.9.0; npm: 10.8.3; pm2: 5.4.1

      OTHER: timeZone: America/New_York; ELECTRON_ENABLE_GPU: undefined

      [2024-09-20 16:36:20.989] [ERROR] Whoops! There was an uncaught exception…
      [2024-09-20 16:36:21.019] [ERROR] Error: EINVAL: invalid argument, write
      at Object.writeFileSync (node:fs:2346:20)
      at exportGpio (/home/awwbaker/MagicMirror/modules/MMM-ModuleToggleButton/node_modules/onoff/onoff.js:18:8)
      at new Gpio (/home/awwbaker/MagicMirror/modules/MMM-ModuleToggleButton/node_modules/onoff/onoff.js:172:36)
      at Class.socketNotificationReceived (/home/awwbaker/MagicMirror/modules/MMM-ModuleToggleButton/node_helper.js:20:22)
      at Socket. (/home/awwbaker/MagicMirror/js/node_helper.js:98:11)
      at Socket.emit (node:events:519:28)
      at Socket.emitUntyped (/home/awwbaker/MagicMirror/node_modules/socket.io/dist/typed-events.js:69:22)
      at /home/awwbaker/MagicMirror/node_modules/socket.io/dist/socket.js:704:39
      at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      errno: -22,
      code: ‘EINVAL’,
      syscall: ‘write’
      }
      [2024-09-20 16:36:21.022] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2024-09-20 16:36:21.027] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MagicMirrorOrg/MagicMirror/issues
      [2024-09-20 16:36:21.066] [LOG] Create new calendarfetcher for url: http://p134-caldav.icloud.com/published/2/ODY3MDc3ODQxODY3MDc3OIsPCPqyTd7gfFTuhUgnU3E8veSROaMD9lC0bXMqbeTrcdUcRFgL2q0GROkcc6XtdbepSRYxUGbDtoDb3se2UkE - Interval: 604800000
      [2024-09-20 16:36:21.372] [LOG] Create new calendarfetcher for url: http://p134-caldav.icloud.com/published/2/ODY3MDc3ODQxODY3MDc3OIsPCPqyTd7gfFTuhUgnU3HnE0ZEnCaHErJrwvkzJ3o- -

      posted in Troubleshooting
      A
      awwbaker
    • RE: Problem Adding Buttons & required Remote-Control Modules

      Mr @sdetweil
      I tested my button press using:

      import RPi.GPIO as GPIO
      import time

      GPIO.setmode(GPIO.BCM)
      GPIO.setup(6, GPIO.IN, pull_up_down=GPIO.PUD_UP)

      while True:
      input_state = GPIO.input(6)
      if input_state == False:
      print(‘Button Pressed’)
      time.sleep(0.2)

      That worked fine. I found the module MMM-ModuleToggleButton which seemed a bit simpler and directly what wanted to do. The demo script used GPIO 6 so used default. Do i need to use a pull_down resister? Thank Thank you again! VR Anthony

      PS: Sam I looked for a link to buy you a cup of coffee, not found, but if you have one, please forward?

      posted in Troubleshooting
      A
      awwbaker
    • RE: Problem Adding Buttons & required Remote-Control Modules

      Thank you so much for the info…I am a running a RPI-5.

      posted in Troubleshooting
      A
      awwbaker
    • Problem Adding Buttons & required Remote-Control Modules

      Wanted to added hardware buttons to hide and show modules to be specified. I added the MMM-Buttons module and the required Remote Control module. I used the sample scripts to my config.js. Ran config:check which passed. I have pasted the screen output below, the first error am getting is the [108081:0916/150400.265788:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2) but have no idea where to head, any suggestions appreciated. Thank you
      VR Anthony Baker

      [2024-09-16 15:03:59.734] [LOG] Server started …
      [2024-09-16 15:03:59.734] [LOG] Connecting socket for: MMM-Buttons
      [2024-09-16 15:03:59.735] [LOG] Starting node helper for: MMM-Buttons
      [2024-09-16 15:03:59.735] [LOG] Connecting socket for: MMM-Remote-Control
      [2024-09-16 15:03:59.736] [LOG] Starting node helper for: MMM-Remote-Control
      [2024-09-16 15:03:59.758] [LOG] Connecting socket for: updatenotification
      [2024-09-16 15:03:59.758] [LOG] Starting module helper: updatenotification
      [2024-09-16 15:03:59.759] [LOG] Connecting socket for: MMM-homeassistant-sensors
      [2024-09-16 15:03:59.759] [LOG] Connecting socket for: calendar
      [2024-09-16 15:03:59.759] [LOG] Starting node helper for: calendar
      [2024-09-16 15:03:59.760] [LOG] Connecting socket for: MMM-MktIndex
      [2024-09-16 15:03:59.760] [LOG] Sockets connected & modules started …
      [2024-09-16 15:03:59.865] [LOG] Launching application.
      [108081:0916/150400.265788:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.266067:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.266298:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.266921:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.267215:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.267316:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.267455:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.270989:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.271174:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.271249:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.271340:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.271393:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.271470:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.271521:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.272998:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.273082:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.273164:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.273223:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.273304:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.273358:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.273453:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.273514:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.273621:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.273702:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.273848:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.273924:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [108081:0916/150400.274049:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [108081:0916/150400.274120:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [2024-09-16 15:04:00.375] [INFO] System information:

      SYSTEM: manufacturer: ; model: ; raspberry: undefined; virtual: false

      OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.47+rpt-rpi-2712

      VERSIONS: electron: 31.1.0; used node: 20.14.0; installed node: 22.8.0; npm: 10.8.3; pm2: 5.4.1

      OTHER: timeZone: America/New_York; ELECTRON_ENABLE_GPU: undefined

      [2024-09-16 15:04:00.407] [ERROR] ERROR! Could not validate main module js file.
      [2024-09-16 15:04:00.408] [ERROR] ReferenceError: Log is not defined
      at Object. (/home/awwbaker/MagicMirror/modules/MMM-Jast/MMM-Jast.js:14:6243)
      at Module._compile (node:internal/modules/cjs/loader:1373:14)
      at Module._extensions…js (node:internal/modules/cjs/loader:1432:10)
      at Module.load (node:internal/modules/cjs/loader:1215:32)
      at Module._load (node:internal/modules/cjs/loader:1031:12)
      at c._load (node:electron/js2c/node_init:2:17025)
      at Module.require (node:internal/modules/cjs/loader:1240:19)
      at require (node:internal/modules/helpers:179:18)
      at Class.loadModuleDefaultConfig (/home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:314:30)
      at /home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:268:26
      at FSReqCallback.oncomplete (node:fs:198:5)
      [2024-09-16 15:04:00.465] [ERROR] ERROR! Could not validate main module js file.
      [2024-09-16 15:04:00.466] [ERROR] ReferenceError: Log is not defined
      at Object. (/home/awwbaker/MagicMirror/modules/MMM-RAIN-MAP/MMM-RAIN-MAP.js:28:158622)
      at Module._compile (node:internal/modules/cjs/loader:1373:14)
      at Module._extensions…js (node:internal/modules/cjs/loader:1432:10)
      at Module.load (node:internal/modules/cjs/loader:1215:32)
      at Module._load (node:internal/modules/cjs/loader:1031:12)
      at c._load (node:electron/js2c/node_init:2:17025)
      at Module.require (node:internal/modules/cjs/loader:1240:19)
      at require (node:internal/modules/helpers:179:18)
      at Class.loadModuleDefaultConfig (/home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:314:30)
      at /home/awwbaker/MagicMirror/modules/MMM-Remote-Control/node_helper.js:268:26
      at FSReqCallback.oncomplete (node:fs:198:5)
      [2024-09-16 15:04:01.418] [LOG] Initialize button monitor_control on PIN 25
      [2024-09-16 15:04:01.419] [LOG] MMM-Buttons: RPi model Raspberry Pi 5 Model B Rev 1.0
      [2024-09-16 15:04:01.419] [LOG] MMM-Buttons: RPi5 detected
      [2024-09-16 15:04:01.433] [LOG] Initialize button power on PIN 24
      [2024-09-16 15:04:01.434] [LOG] MMM-Buttons: RPi model Raspberry Pi 5 Model B Rev 1.0
      [2024-09-16 15:04:01.434] [LOG] MMM-Buttons: RPi5 detected
      [108081:0916/150401.539146:ERROR:gl_utils.cc(424)] [.WebGL-0x1400c84d00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels
      [2024-09-16 15:04:01.554] [LOG] Create new calendarfetcher for url: http://p134-caldav.icloud.com/published/2/ODY3MDc3ODQxODY3MDc3OIsPCPqyTd7gfFTuhUgnU3E8veSROaMD9lC0bXMqbeTrcdUcRFgL2q0GROkcc6XtdbepSRYxUGbDtoDb3se2UkE - Interval: 604800000
      [108081:0916/150401.561896:ERROR:gl_utils.cc(424)] [.WebGL-0x1400c84d00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels
      [2024-09-16 15:04:01.600] [LOG] Create new calendarfetcher for url: http://p134-caldav.icloud.com/published/2/ODY3MDc3ODQxODY3MDc3OIsPCPqyTd7gfFTuhUgnU3HnE0ZEnCaHErJrwvkzJ3o- - Interval: 604800000
      [2024-09-16 15:04:01.602] [LOG] [MKTINDEX] Initialized.
      [2024-09-16 15:04:01.610] [LOG] Please consider completing the survey at https://bit.ly/yahoo-finance-api-feedback if you haven’t already; for more info see https://github.com/gadicc/node-yahoo-finance2/issues/764#issuecomment-2056623851.
      [2024-09-16 15:04:01.638] [INFO] updatenotification: Updater Class Loaded!
      [2024-09-16 15:04:01.639] [INFO] updatenotification: Checking PM2 using…
      [108081:0916/150401.673218:ERROR:gl_utils.cc(424)] [.WebGL-0x1400c84d00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels
      [2024-09-16 15:04:01.739] [INFO] Checking git for module: MMM-Buttons
      [108081:0916/150401.743566:ERROR:gl_utils.cc(424)] [.WebGL-0x1400c84d00]GL Driver Message (OpenGL, Performance, GL_CLOSE_PATH_NV, High): GPU stall due to ReadPixels (this message will no longer repeat)
      [2024-09-16 15:04:01.746] [LOG] Fetching crumb and cookies from https://finance.yahoo.com/quote/AAPL…
      [2024-09-16 15:04:01.785] [INFO] Checking git for module: MMM-Remote-Control
      [2024-09-16 15:04:01.808] [INFO] Checking git for module: MMM-homeassistant-sensors
      [2024-09-16 15:04:01.832] [INFO] updatenotification: [PM2] You are not using pm2
      [2024-09-16 15:04:01.842] [INFO] Checking git for module: MMM-MktIndex
      [2024-09-16 15:04:01.889] [INFO] Checking git for module: MMM-TomTomTrafficIncidents
      [2024-09-16 15:04:01.933] [INFO] Checking git for module: MMM-RAIN-MAP
      [2024-09-16 15:04:01.948] [INFO] Checking git for module: MagicMirror
      [2024-09-16 15:04:02.253] [ERROR] We expected a redirect to guce.yahoo.com, but got https://finance.yahoo.com/quote/AAPL/
      [2024-09-16 15:04:02.254] [ERROR] We’ll try to continue anyway - you can safely ignore this if the request succeeds
      [2024-09-16 15:04:02.256] [LOG] Success. Cookie expires on Tue Sep 16 2025 21:04:02 GMT-0400 (Eastern Daylight Time)
      [2024-09-16 15:04:02.261] [LOG] fetch https://query1.finance.yahoo.com/v1/test/getcrumb
      [2024-09-16 15:04:03.131] [INFO] Calendar-Fetcher: Broadcasting 165 events from http://p134-caldav.icloud.com/published/2/ODY3MDc3ODQxODY3MDc3OIsPCPqyTd7gfFTuhUgnU3HnE0ZEnCaHErJrwvkzJ3o-.
      [2024-09-16 15:04:03.918] [INFO] Calendar-Fetcher: Broadcasting 281 events from http://p134-caldav.icloud.com/published/2/ODY3MDc3ODQxODY3MDc3OIsPCPqyTd7gfFTuhUgnU3E8veSROaMD9lC0bXMqbeTrcdUcRFgL2q0GROkcc6XtdbepSRYxUGbDtoDb3se2UkE.
      [2024-09-16 15:04:03.923] [LOG] New crumb: 4yVwhCInEsF
      [2024-09-16 15:04:28.977] [LOG] Shutting down server…
      [2024-09-16 15:04:28.978] [LOG] Stopping module helper: MMM-Buttons
      [2024-09-16 15:04:28.978] [LOG] Stopping module helper: updatenotification
      [2024-09-16 15:04:28.978] [LOG] Stopping module helper: MMM-homeassistant-sensors
      [2024-09-16 15:04:28.979] [LOG] Stopping module helper: calendar
      [2024-09-16 15:04:28.979] [LOG] Stopping module helper: MMM-MktIndex
      [2024-09-16 15:04:28.979] [LOG] Node_helpers stopped …
      [108081:0916/150429.048417:ERROR:shared_image_manager.cc(326)] SharedImageManager::ProduceMemory: Trying to Produce a Memory representation from a non-existent mailbox.
      awwbaker@raspberrypi:~/MagicMirror/config $ ^C
      awwbaker@raspberrypi:~/MagicMirror/config $ npm start

      posted in Troubleshooting
      A
      awwbaker
    • RE: Traffic Maps (Any recent users?)

      @sdetweil Roger wico will give update a try…btw, installed and tested TomTomIncident module. That one is working too! Thank you! Anthony

      posted in Transport
      A
      awwbaker