MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. angeliKITTYx
    3. Posts
    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 10
    • Posts 53
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Version 2.30.0 weather module, stuck loading, worked fine before upgrade

      @sdetweil I signed up for the new subscription and regenerated my API key (just to be safe). I remember it taking some time to show up the first time,so hopefully it will be back to normal in the morning! Thanks for the information.

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil so I decided to do a clean install of my MM, and the timezone thing fixed itself. However, it’s still not displaying all of my calendars. Two show up immediately, one shows up after the refreshinterval, and the rest don’t show up at all. I tried re-entering all of the private ical URLs, but those didn’t change anything. The log still shows it’s pulling x events from each URL, but they’re not displaying. Did you still want me to email you the logs?

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil my raspberry pi desktop has the correct timezone, my Google calendars are all set right, and the clock module is showing the right time. Would ext3 have a different time zone set?

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil how do I change the timezone in MM? This issue only came up once I did the fix clipping commands on this thread. And what about all the calendars that aren’t showing?

      I also just noticed my weather module stopped working too.

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil I put the refresh interval back down to 100500, and the calendar refreshed. The 3rd calendar showed back up, but they’re all displaying at 5AM and going into the following day even though everything is an “all day” event in my Google calendar. It looks the same as the screenshot I shared earlier.

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil I’m confused then…i was just using the values you provided. Do I need to go back to my refresh of 1.75min? Do I keep the fetch value at 5000?

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil I changed the Ext3 parameter to refreshInterval: “3601000”, and it still looks the same. Do I need to let it sit for an hour to refresh?

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil that link fixed the module, thank you! Now just the issue of the calendar. Here’s my config file - did I add those parameters correctly? My Ext3 refreshinterval used to be 105000. Once I changed that and added the fetch, the “all day” events are still showing wrong and I’m down to 2 of 7 calendars showing.

      		{
      			module: "calendar",
      			header: "Family Calendar",
      			hiddenOnStartup: "true",
      			position: "top_left",
      			config: {
      				broadcastPastEvents: true,
      				displaySymbol: false,
      				showEnd: false,
      				fetchInterval: 100000,
      				calendars: [
      					{
      						url: "https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics",
      						name: "family_cal",
      						color: "mediumpurple"
      					},
      					{
      						url: "https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics",
      						name: "alecwork_cal",
      						color: "darkgrey"
      					},
      					{
      						url: "https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics",
      						name: "alec_cal",
      						color: "cyan"
      					},
      					{
      						url: "https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics",
      						name: "days_off",
      						color: "black"
      					},
      					{
      						url: "https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics",
      						name: "birthdays",
      						color: "palevioletred"
      					},
      					{
      						url: "https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics",
      						name: "Recycling",
      						color: "blue"
      					},
      					{
      						url: "https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics",
      						name: "Trash",
      						color: "green"
      					},
      
      				]
      			}
      		},
      {
      			module: "MMM-CalendarExt3",
      			position: "bottom_bar",
      				config: {
      					mode: "week",
      					useSymbol: false,
      					showMore: true,
      					refreshInterval: "1800000",
      					waitFetch: "5000",
      					weekIndex: "0",
      					instanceId: "basicCalendar",
      					fontSize: "22px",
      					maxEventLines: 5,
      					firstDayOfWeek: 7,
      					calendarSet: ['family_cal', 'alecwork_cal', 'alec_cal', 'days_off', 'birthdays', 'Recycling', 'Trash'],
        }
      },
      
      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil the install command went through properly, but I’m still getting the same results when I launch MM.

      posted in Troubleshooting
      A
      angeliKITTYx
    • RE: Version 2.30.0 Calendar fix for clipping broadcast events

      @sdetweil Okay, I got MM to launch, but now other modules are broken and the calendar is still a mess. 3 of 7 are showing, and “all day” events are starting at 5AM and go into the next day. The command window says it’s populating x number of events from all 7 calendars, but they’re not showing up.
      screenshot every event here is an “all day” event, and 4 of the calendars aren’t showing.

      @raspberrypi:~/MagicMirror $ npm run start
      
      > magicmirror@2.31.0-develop start
      > npm run start:x11
      
      
      > magicmirror@2.31.0-develop start:x11
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2025-01-11 13:22:17.187] [LOG]   Starting MagicMirror: v2.31.0-develop 
      [2025-01-11 13:22:17.225] [LOG]   Loading config ... 
      [2025-01-11 13:22:17.228] [LOG]   config template file not exists, no envsubst 
      [2025-01-11 13:22:17.817] [INFO]  Checking config file /home/burgess/MagicMirror/config/config.js ... 
      [2025-01-11 13:22:17.921] [INFO]  Your configuration file doesn't contain syntax errors :) 
      [2025-01-11 13:22:17.923] [INFO]  Checking modules structure configuration ... 
      [2025-01-11 13:22:18.059] [INFO]  Your modules structure configuration doesn't contain errors :) 
      [2025-01-11 13:22:18.063] [LOG]   Loading module helpers ... 
      [2025-01-11 13:22:18.064] [LOG]   No helper found for module: alert. 
      [2025-01-11 13:22:18.076] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:22:18.077] [LOG]   Module helper loaded: updatenotification 
      [2025-01-11 13:22:18.079] [LOG]   No helper found for module: clock. 
      [2025-01-11 13:22:18.080] [LOG]   No helper found for module: weather. 
      [2025-01-11 13:22:18.090] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:22:18.091] [LOG]   Module helper loaded: MMM-OnThisDayWikiApi 
      [2025-01-11 13:22:18.255] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:22:18.256] [LOG]   Module helper loaded: calendar 
      [2025-01-11 13:22:18.257] [LOG]   No helper found for module: MMM-CalendarExt3. 
      [2025-01-11 13:22:18.628] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:22:18.628] [LOG]   Module helper loaded: MMM-GooglePhotos 
      [2025-01-11 13:22:18.631] [ERROR] Error when loading MMM-GoogleTasks: Cannot find module 'googleapis'
      Require stack:
      - /home/burgess/MagicMirror/modules/MMM-GoogleTasks/node_helper.js
      - /home/burgess/MagicMirror/js/app.js
      - /home/burgess/MagicMirror/js/electron.js 
      [2025-01-11 13:22:18.632] [LOG]   All module helpers loaded. 
      [2025-01-11 13:22:18.641] [LOG]   Starting server on port 8080 ...  
      [2025-01-11 13:22:19.595] [LOG]   Server started ... 
      [2025-01-11 13:22:19.597] [LOG]   Connecting socket for: updatenotification 
      [2025-01-11 13:22:19.598] [LOG]   Starting module helper: updatenotification 
      [2025-01-11 13:22:19.599] [LOG]   Connecting socket for: MMM-OnThisDayWikiApi 
      [2025-01-11 13:22:19.600] [LOG]   Started node_helper.js for MMM-OnThisDayWikiApi. 
      [2025-01-11 13:22:19.601] [LOG]   Connecting socket for: calendar 
      [2025-01-11 13:22:19.603] [LOG]   Starting node helper for: calendar 
      [2025-01-11 13:22:19.604] [LOG]   Connecting socket for: MMM-GooglePhotos 
      [2025-01-11 13:22:19.607] [LOG]   Sockets connected & modules started ... 
      [2025-01-11 13:22:19.983] [LOG]   Launching application. 
      [93585:0111/132221.707589:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.707977:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.708192:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.708280:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.708416:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.708498:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.708623:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.708695:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.708813:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.708894:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.709014:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.709087:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.709205:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.709278:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.710430:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.710527:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.710657:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.710755:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.710925:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.711002:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.711120:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.711194:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.711311:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.711381:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.711495:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.711566:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93585:0111/132221.711682:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93585:0111/132221.711753:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [2025-01-11 13:22:22.891] [INFO]  System information:
      ### SYSTEM:   manufacturer: ; model: ; virtual: false
      ### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.31+rpt-rpi-v8
      ### VERSIONS: electron: 32.2.7; used node: 20.18.1; installed node: 20.18.1; npm: 10.8.2; pm2: 
      ### OTHER:    timeZone: America/New_York; ELECTRON_ENABLE_GPU: undefined 
      [2025-01-11 13:22:24.539] [LOG]   MMM-OnThisDayWikiApi node helper received a socket notification: ONTHISDAY_FETCH - Payload: [object Object] 
      [2025-01-11 13:22:24.541] [LOG]   https://api.wikimedia.org/feed/v1/wikipedia/en/onthisday/selected/01/11 
      [2025-01-11 13:22:24.645] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics - Interval: 100000 
      [2025-01-11 13:22:24.651] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics - Interval: 100000 
      [2025-01-11 13:22:24.654] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics - Interval: 100000 
      [2025-01-11 13:22:24.657] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics - Interval: 100000 
      [2025-01-11 13:22:24.660] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics - Interval: 100000 
      [2025-01-11 13:22:24.663] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics - Interval: 100000 
      [2025-01-11 13:22:24.670] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics - Interval: 100000 
      [2025-01-11 13:22:25.240] [INFO]  Calendar-Fetcher: Broadcasting 17 events from https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics. 
      [2025-01-11 13:22:25.359] [INFO]  Calendar-Fetcher: Broadcasting 6 events from https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics. 
      [2025-01-11 13:22:25.482] [INFO]  Calendar-Fetcher: Broadcasting 18 events from https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics. 
      [2025-01-11 13:22:26.506] [INFO]  Calendar-Fetcher: Broadcasting 266 events from https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics. 
      [2025-01-11 13:22:26.716] [INFO]  Calendar-Fetcher: Broadcasting 45 events from https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics. 
      [2025-01-11 13:22:26.881] [LOG]   OnThisDay-Fetcher: Broadcasting 17 items. 
      [2025-01-11 13:22:27.087] [INFO]  Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics. 
      [2025-01-11 13:22:30.191] [INFO]  Calendar-Fetcher: Broadcasting 167 events from https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics. 
      [2025-01-11 13:24:05.593] [INFO]  Calendar-Fetcher: Broadcasting 17 events from https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics. 
      [2025-01-11 13:24:05.647] [INFO]  Calendar-Fetcher: Broadcasting 6 events from https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics. 
      [2025-01-11 13:24:05.878] [INFO]  Calendar-Fetcher: Broadcasting 18 events from https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics. 
      [2025-01-11 13:24:07.544] [INFO]  Calendar-Fetcher: Broadcasting 266 events from https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics. 
      [2025-01-11 13:24:07.870] [INFO]  Calendar-Fetcher: Broadcasting 45 events from https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics. 
      [2025-01-11 13:24:07.981] [INFO]  Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics. 
      [2025-01-11 13:24:14.258] [INFO]  Calendar-Fetcher: Broadcasting 167 events from https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics. 
      [2025-01-11 13:25:46.035] [INFO]  Calendar-Fetcher: Broadcasting 6 events from https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics. 
      [2025-01-11 13:25:46.181] [INFO]  Calendar-Fetcher: Broadcasting 17 events from https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics. 
      [2025-01-11 13:25:46.337] [INFO]  Calendar-Fetcher: Broadcasting 18 events from https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics. 
      [2025-01-11 13:25:48.631] [INFO]  Calendar-Fetcher: Broadcasting 266 events from https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics. 
      [2025-01-11 13:25:48.952] [INFO]  Calendar-Fetcher: Broadcasting 45 events from https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics. 
      [2025-01-11 13:25:49.061] [INFO]  Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics. 
      [2025-01-11 13:25:58.216] [INFO]  Calendar-Fetcher: Broadcasting 167 events from https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics. 
      [2025-01-11 13:27:26.321] [INFO]  Calendar-Fetcher: Broadcasting 6 events from https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics. 
      [2025-01-11 13:27:26.473] [INFO]  Calendar-Fetcher: Broadcasting 17 events from https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics. 
      [2025-01-11 13:27:26.572] [INFO]  Calendar-Fetcher: Broadcasting 18 events from https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics. 
      [2025-01-11 13:27:29.648] [INFO]  Calendar-Fetcher: Broadcasting 266 events from https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics. 
      [2025-01-11 13:27:29.976] [INFO]  Calendar-Fetcher: Broadcasting 45 events from https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics. 
      [2025-01-11 13:27:30.093] [INFO]  Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics. 
      [2025-01-11 13:27:42.234] [INFO]  Calendar-Fetcher: Broadcasting 167 events from https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics. 
      [2025-01-11 13:28:49.689] [LOG]   Shutting down server... 
      [2025-01-11 13:28:49.690] [LOG]   Stopping module helper: updatenotification 
      [2025-01-11 13:28:49.690] [LOG]   Stopping module helper: MMM-OnThisDayWikiApi 
      [2025-01-11 13:28:49.691] [LOG]   Stopping module helper: calendar 
      [2025-01-11 13:28:49.691] [LOG]   Node_helpers stopped ... 
      burgess@raspberrypi:~/MagicMirror $ npm run start
      
      > magicmirror@2.31.0-develop start
      > npm run start:x11
      
      
      > magicmirror@2.31.0-develop start:x11
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [2025-01-11 13:33:21.858] [LOG]   Starting MagicMirror: v2.31.0-develop 
      [2025-01-11 13:33:21.895] [LOG]   Loading config ... 
      [2025-01-11 13:33:21.898] [LOG]   config template file not exists, no envsubst 
      [2025-01-11 13:33:22.431] [INFO]  Checking config file /home/burgess/MagicMirror/config/config.js ... 
      [2025-01-11 13:33:22.540] [INFO]  Your configuration file doesn't contain syntax errors :) 
      [2025-01-11 13:33:22.541] [INFO]  Checking modules structure configuration ... 
      [2025-01-11 13:33:22.671] [INFO]  Your modules structure configuration doesn't contain errors :) 
      [2025-01-11 13:33:22.674] [LOG]   Loading module helpers ... 
      [2025-01-11 13:33:22.675] [LOG]   No helper found for module: alert. 
      [2025-01-11 13:33:22.683] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:33:22.684] [LOG]   Module helper loaded: updatenotification 
      [2025-01-11 13:33:22.685] [LOG]   No helper found for module: clock. 
      [2025-01-11 13:33:22.686] [LOG]   No helper found for module: weather. 
      [2025-01-11 13:33:22.691] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:33:22.692] [LOG]   Module helper loaded: MMM-OnThisDayWikiApi 
      [2025-01-11 13:33:22.837] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:33:22.837] [LOG]   Module helper loaded: calendar 
      [2025-01-11 13:33:22.839] [LOG]   No helper found for module: MMM-CalendarExt3. 
      [2025-01-11 13:33:23.047] [LOG]   Initializing new module helper ... 
      [2025-01-11 13:33:23.047] [LOG]   Module helper loaded: MMM-GooglePhotos 
      [2025-01-11 13:33:23.049] [ERROR] Error when loading MMM-GoogleTasks: Cannot find module 'googleapis'
      Require stack:
      - /home/burgess/MagicMirror/modules/MMM-GoogleTasks/node_helper.js
      - /home/burgess/MagicMirror/js/app.js
      - /home/burgess/MagicMirror/js/electron.js 
      [2025-01-11 13:33:23.050] [LOG]   All module helpers loaded. 
      [2025-01-11 13:33:23.060] [LOG]   Starting server on port 8080 ...  
      [2025-01-11 13:33:24.093] [LOG]   Server started ... 
      [2025-01-11 13:33:24.095] [LOG]   Connecting socket for: updatenotification 
      [2025-01-11 13:33:24.097] [LOG]   Starting module helper: updatenotification 
      [2025-01-11 13:33:24.098] [LOG]   Connecting socket for: MMM-OnThisDayWikiApi 
      [2025-01-11 13:33:24.099] [LOG]   Started node_helper.js for MMM-OnThisDayWikiApi. 
      [2025-01-11 13:33:24.100] [LOG]   Connecting socket for: calendar 
      [2025-01-11 13:33:24.102] [LOG]   Starting node helper for: calendar 
      [2025-01-11 13:33:24.103] [LOG]   Connecting socket for: MMM-GooglePhotos 
      [2025-01-11 13:33:24.105] [LOG]   Sockets connected & modules started ... 
      [2025-01-11 13:33:24.460] [LOG]   Launching application. 
      [2025-01-11 13:33:25.918] [INFO]  System information:
      ### SYSTEM:   manufacturer: ; model: ; virtual: false
      ### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.31+rpt-rpi-v8
      ### VERSIONS: electron: 32.2.7; used node: 20.18.1; installed node: 20.18.1; npm: 10.8.2; pm2: 5.4.3
      ### OTHER:    timeZone: America/New_York; ELECTRON_ENABLE_GPU: undefined 
      [93838:0111/133325.993897:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.994339:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.994652:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.994820:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.995048:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.995175:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.995380:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.995501:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.995702:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.995827:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.996014:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.996128:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.996323:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.996435:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.997768:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.997947:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.998173:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.998331:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.998552:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.998671:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.998903:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.999041:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.999233:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.999339:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.999524:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.999633:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [93838:0111/133325.999822:ERROR:gbm_wrapper.cc(74)] Failed to get fd for plane.: No such file or directory (2)
      [93838:0111/133325.999936:ERROR:gbm_wrapper.cc(257)] Failed to export buffer to dma_buf: No such file or directory (2)
      [2025-01-11 13:33:27.852] [LOG]   MMM-OnThisDayWikiApi node helper received a socket notification: ONTHISDAY_FETCH - Payload: [object Object] 
      [2025-01-11 13:33:27.853] [LOG]   https://api.wikimedia.org/feed/v1/wikipedia/en/onthisday/selected/01/11 
      [2025-01-11 13:33:27.930] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics - Interval: 100000 
      [2025-01-11 13:33:27.939] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics - Interval: 100000 
      [2025-01-11 13:33:27.946] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics - Interval: 100000 
      [2025-01-11 13:33:27.951] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics - Interval: 100000 
      [2025-01-11 13:33:27.954] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics - Interval: 100000 
      [2025-01-11 13:33:27.956] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics - Interval: 100000 
      [2025-01-11 13:33:27.959] [LOG]   Create new calendarfetcher for url: https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics - Interval: 100000 
      [2025-01-11 13:33:28.317] [LOG]   OnThisDay-Fetcher: Broadcasting 17 items. 
      [2025-01-11 13:33:28.772] [INFO]  Calendar-Fetcher: Broadcasting 45 events from https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics. 
      [2025-01-11 13:33:28.996] [INFO]  Calendar-Fetcher: Broadcasting 17 events from https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics. 
      [2025-01-11 13:33:30.577] [INFO]  Calendar-Fetcher: Broadcasting 266 events from https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics. 
      [2025-01-11 13:33:30.690] [INFO]  Calendar-Fetcher: Broadcasting 6 events from https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics. 
      [2025-01-11 13:33:30.814] [INFO]  Calendar-Fetcher: Broadcasting 18 events from https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics. 
      [2025-01-11 13:33:30.938] [INFO]  Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics. 
      [2025-01-11 13:33:33.617] [INFO]  Calendar-Fetcher: Broadcasting 167 events from https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics. 
      [2025-01-11 13:35:09.183] [INFO]  Calendar-Fetcher: Broadcasting 45 events from https://calendar.google.com/calendar/ical/1edbd1beaf928e2704be3df763e9b319577876e1bcb207b7904a9c4f06ffb943%40group.calendar.google.com/private-76c28d9a0ee7ab9f1b64a9d566a850ed/basic.ics. 
      [2025-01-11 13:35:09.444] [INFO]  Calendar-Fetcher: Broadcasting 17 events from https://calendar.google.com/calendar/ical/f66c575019a70fc8b261642986e5db02b70a923eaa2c24ce3cef72adc9f500c2%40group.calendar.google.com/private-22e483fee9be4ff5c366069093ee2445/basic.ics. 
      [2025-01-11 13:35:11.698] [INFO]  Calendar-Fetcher: Broadcasting 266 events from https://calendar.google.com/calendar/ical/omtoia6f8j37jran5mb17op4ds%40group.calendar.google.com/private-16234c84cba91dcd115a1520c7d4a6d1/basic.ics. 
      [2025-01-11 13:35:11.765] [INFO]  Calendar-Fetcher: Broadcasting 6 events from https://calendar.google.com/calendar/ical/0b6c8d6f8c3228633df24f5a2e1a82ee6e26fb2f83149c1e7f23db663a1723fc%40group.calendar.google.com/private-b27c85d7ac15b1b3720cbc02b5dc379c/basic.ics. 
      [2025-01-11 13:35:11.973] [INFO]  Calendar-Fetcher: Broadcasting 18 events from https://calendar.google.com/calendar/ical/0f7edded062436e88c439f02088314c458c640c02e562fb692933af418d0abc4%40group.calendar.google.com/private-e796d5dfb492112678768352ffc3fbb8/basic.ics. 
      [2025-01-11 13:35:12.072] [INFO]  Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/ical/alec.ricks%40gmail.com/private-1057e398b749e4a4bd8d89428196701d/basic.ics. 
      [2025-01-11 13:35:17.541] [INFO]  Calendar-Fetcher: Broadcasting 167 events from https://calendar.google.com/calendar/ical/an.jusino%40gmail.com/private-74d08680c977c48e69171dadae3346d1/basic.ics. 
      [2025-01-11 13:35:56.202] [LOG]   Shutting down server... 
      [2025-01-11 13:35:56.204] [LOG]   Stopping module helper: updatenotification 
      [2025-01-11 13:35:56.204] [LOG]   Stopping module helper: MMM-OnThisDayWikiApi 
      [2025-01-11 13:35:56.204] [LOG]   Stopping module helper: calendar 
      [2025-01-11 13:35:56.205] [LOG]   Node_helpers stopped ... 
      
      
      posted in Troubleshooting
      A
      angeliKITTYx
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2 / 6