Hi
Install MagicMirror, fresh installgetting these error
magicmirror@2.23.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
[13.05.2023 09:55.42.038] [LOG] Starting MagicMirror: v2.23.0
[13.05.2023 09:55.42.046] [LOG] Loading config …
[13.05.2023 09:55.42.052] [DEBUG] config template file not exists, no envsubst
[13.05.2023 09:55.42.060] [LOG] Loading module helpers …
[13.05.2023 09:55.42.063] [LOG] No helper found for module: alert.
[13.05.2023 09:55.42.091] [LOG] Initializing new module helper …
[13.05.2023 09:55.42.093] [LOG] Module helper loaded: updatenotification
[13.05.2023 09:55.42.096] [LOG] No helper found for module: clock.
[13.05.2023 09:55.42.509] [LOG] Initializing new module helper …
[13.05.2023 09:55.42.511] [LOG] Module helper loaded: calendar
[13.05.2023 09:55.42.516] [LOG] No helper found for module: compliments.
[13.05.2023 09:55.42.519] [LOG] No helper found for module: weather.
[13.05.2023 09:55.42.579] [LOG] Initializing new module helper …
[13.05.2023 09:55.42.580] [LOG] Module helper loaded: newsfeed
[13.05.2023 09:55.42.581] [LOG] All module helpers loaded.
[13.05.2023 09:55.42.602] [LOG] Starting server on port 8080 …
[13.05.2023 09:55.43.168] [LOG] Server started …
[13.05.2023 09:55.43.169] [LOG] Connecting socket for: updatenotification
[13.05.2023 09:55.43.170] [LOG] Starting module helper: updatenotification
[13.05.2023 09:55.43.170] [LOG] Connecting socket for: calendar
[13.05.2023 09:55.43.171] [LOG] Starting node helper for: calendar
[13.05.2023 09:55.43.172] [LOG] Connecting socket for: newsfeed
[13.05.2023 09:55.43.173] [LOG] Starting node helper for: newsfeed
[13.05.2023 09:55.43.174] [LOG] Sockets connected & modules started …
[13.05.2023 09:55.43.332] [LOG] Launching application.
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to retrieve device information
MESA-LOADER: failed to open kms_swrast: /usr/lib/dri/kms_swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/aarch64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: Permission denied (search paths /usr/lib/aarch64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri)
failed to load swrast driver
[13.05.2023 09:55.46.920] [LOG] Create new calendarfetcher for url: http://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics - Interval: 300000
[13.05.2023 09:55.47.032] [LOG] Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
[13.05.2023 09:55.47.079] [INFO] Checking git for module: MagicMirror
[13.05.2023 09:55.47.563] [INFO] Newsfeed-Fetcher: Broadcasting 27 items.
[13.05.2023 09:55.49.012] [INFO] Calendar-Fetcher: Broadcasting 10 events.
What could be the issue
Johan