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

    Posts

    Recent Best Controversial
    • RE: MMM-ImagesPhotos issue

      @sdetweil

      This might be over my head…

      pi@raspberrypi:~/MagicMirror/modules/MMM-ImagesPhotos $ npm install
      npm ERR! code ERESOLVE
      npm ERR! ERESOLVE could not resolve
      npm ERR!
      npm ERR! While resolving: magicmirror-images-photos@0.1.1
      npm ERR! Found: stylelint@14.16.1
      npm ERR! node_modules/stylelint
      npm ERR! peer stylelint@“14.x” from grunt-stylelint@0.18.0
      npm ERR! node_modules/grunt-stylelint
      npm ERR! dev grunt-stylelint@“latest” from the root project
      npm ERR!
      npm ERR! Could not resolve dependency:
      npm ERR! dev stylelint-config-standard@“latest” from the root project
      npm ERR!
      npm ERR! Conflicting peer dependency: stylelint@15.7.0
      npm ERR! node_modules/stylelint
      npm ERR! peer stylelint@“^15.5.0” from stylelint-config-standard@33.0.0
      npm ERR! node_modules/stylelint-config-standard
      npm ERR! dev stylelint-config-standard@“latest” from the root project
      npm ERR!
      npm ERR! Fix the upstream dependency conflict, or retry
      npm ERR! this command with --force, or --legacy-peer-deps
      npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
      npm ERR!
      npm ERR! See /home/pi/.npm/eresolve-report.txt for a full report.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2023-06-13T18_03_53_057Z-debug-0.log

      posted in Troubleshooting
      N
      Nneuland
    • MMM-ImagesPhotos issue

      After install Magic Mirror will not auto boot after change to config file.
      Receiving this when attempting to run npm run start in he Magic Mirror folder.

      magicmirror@2.23.0 start
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [13.06.2023 12:54.22.117] [LOG] Starting MagicMirror: v2.23.0
      [13.06.2023 12:54.22.123] [LOG] Loading config …
      [13.06.2023 12:54.22.126] [DEBUG] config template file not exists, no envsubst
      [13.06.2023 12:54.22.132] [LOG] Loading module helpers …
      [13.06.2023 12:54.22.145] [LOG] Initializing new module helper …
      [13.06.2023 12:54.22.146] [LOG] Module helper loaded: MMM-PiTemp
      [13.06.2023 12:54.22.146] [LOG] No helper found for module: MMM-connection-status.
      [13.06.2023 12:54.22.401] [LOG] Initializing new module helper …
      [13.06.2023 12:54.22.402] [LOG] Module helper loaded: MMM-nyc-transit
      [13.06.2023 12:54.22.408] [ERROR] (node:6269) UnhandledPromiseRejectionWarning: Error: Cannot find module ‘request’
      Require stack:

      • /home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js
      • /home/pi/MagicMirror/js/app.js
      • /home/pi/MagicMirror/js/electron.js
      • /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js
      • at Module._resolveFilename (node:internal/modules/cjs/loader:963:15)
        at n._resolveFilename (node:electron/js2c/browser_init:2:109751)
        at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
        at Module._load (node:internal/modules/cjs/loader:811:27)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1035:19)
        at require (node:internal/modules/cjs/helpers:102:18)
        at Object. (/home/pi/MagicMirror/modules/MMM-ImagesPhotos/node_helper.js:10:15)
        at Module._compile (node:internal/modules/cjs/loader:1141:14)
        at Module._extensions…js (node:internal/modules/cjs/loader:1196:10)
        at Module.load (node:internal/modules/cjs/loader:1011:32)
        at Module._load (node:internal/modules/cjs/loader:846:12)
        at f._load (node:electron/js2c/asar_bundle:2:13330)
        at Module.require (node:internal/modules/cjs/loader:1035:19)
        at require (node:internal/modules/cjs/helpers:102:18)
        at loadModule (/home/pi/MagicMirror/js/app.js:184:19)
        (Use electron --trace-warnings ... to show where the warning was created)
        [13.06.2023 12:54.22.410] [ERROR] (node:6269) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
        [13.06.2023 12:54.22.704] [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/arm-linux-gnueabihf/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/arm-linux-gnueabihf/dri:$${ORIGIN}/dri:/usr/lib/dri)
        failed to load swrast driver

      Any suggestions?

      posted in Troubleshooting
      N
      Nneuland
    • RE: MMM-AQI

      @sdetweil

      oops. thanks Sam

      posted in Health
      N
      Nneuland
    • RE: MMM-AQI

      @ryck
      thank you so much.

      posted in Health
      N
      Nneuland
    • RE: MMM-AQI

      @ryck

      Hi there. I was attempting to install your MMM-AQI, but received an error from this link.
      https://api.waqi.info/search/?token=TOKEN&keyword=croydon
      {“status”:“error”,“data”:“Invalid key”}

      Is this module still active?
      I’m seeing the “request” dependency is deprecated…

      posted in Health
      N
      Nneuland
    • RE: Updating modules through MMM-Remote-Control

      @sdetweil

      glad I asked. Have a great day, Sam

      posted in Troubleshooting
      N
      Nneuland
    • RE: Updating modules through MMM-Remote-Control

      @sdetweil

      Great to know. Thank you.

      Is https://forum.magicmirror.builders/topic/10859/new-update-upgrade-script-ready-for-testing
      for auto update

      posted in Troubleshooting
      N
      Nneuland
    • RE: Updating modules through MMM-Remote-Control

      @sdetweil
      This is wonderful! Thank you Sam!!!

      posted in Troubleshooting
      N
      Nneuland
    • RE: Updating modules through MMM-Remote-Control

      @sdetweil
      Thanks Sam. Could you share a link to your upgrade script?

      posted in Troubleshooting
      N
      Nneuland
    • Updating modules through MMM-Remote-Control

      Hi,

      I recently attempted to update modules through the MMM-Remote-Control module via my phone.
      I shouldnt have. Something went wrong and the mirror no longer automatically boots on start up. Is there a trick to using this feature for clean updates?

      Thanks in advance

      posted in Troubleshooting
      N
      Nneuland
    • RE: cronjob vcgencmd display_power

      @megagprime
      Did you ever figure this out? I’m having the same issue

      posted in Troubleshooting
      N
      Nneuland
    • Vcgencmd display cron job not working

      Hi all,

      After a much needed update to my raspberry pi4, my cronjobs

      0 7 * * * root /usr/bin/vcgencmd display_power 1
      0 22 * * * root /usr/bin/vcgencmd display_power 0

      have stopped working. Even running these in terminal is fruitless. Any work around or suggestions?

      posted in Troubleshooting
      N
      Nneuland
    • RE: Internet disconnecting

      @sdetweil wow! Yeah sounds like a nightmare. I was hoping the static ip and Wi-Fi dongle would help. I’ve been proven wrong:/

      Thanks for letting me know Sam. Not sure an Ethernet connection is in the cards for me. Thanks for your time

      Nick

      posted in Troubleshooting
      N
      Nneuland
    • Internet disconnecting

      SHARED CALENDAR
      Error in the calendar module. No internet connection

      IP address has stayed consistent static IP for the pi. Internet is connected. This happens multiple times per day for maybe 5-10 minutes approximately. Can anyone help with troubleshooting

      posted in Troubleshooting
      N
      Nneuland
    • MMM_CoinMarketcap loading issue

      Hi there,

      My MMM-Coinmarketcap won’t load for me on the mirror.
      For some reason it’s loading on MMM-remotecontrol on my phone, but not on the mirror itself.

      Is this a common occurrence? Anyone have suggestions on troubleshooting this?

      Thanks,

      N

      posted in Troubleshooting
      N
      Nneuland
    • RE: MMM-Discogs

      @sdetweil ha. thanks Sam Understood

      posted in Entertainment
      N
      Nneuland
    • RE: MMM-Discogs

      @sdetweil Thanks Sam.
      Seeing that the module has been archived. Am I SOL? Or would updating the api be an option?

      posted in Entertainment
      N
      Nneuland
    • MMM-Discogs

      It looks like this module has been archived by the author.
      However, I have recently noticed that the album art is either not displaying or displaying sporadically, leaving an empty space where the album art should be. Has anyone experienced this, or have an idea of why this is happening?

      Would love to hear your thoughts

      Thanks

      Nick

      posted in Entertainment
      N
      Nneuland
    • RE: Cron Job Question

      @plainbroke

      If I understand you correctly the dimmer is dimming the modules, but the monitor is still giving off light. A cron job set to turn on/off the monitor at specific times is what you’re looking for.

      posted in Troubleshooting
      N
      Nneuland
    • RE: Cron Job Question

      @evroom

      Good eye. And yes! This was the issue. Thank you

      posted in Troubleshooting
      N
      Nneuland
    • 1 / 1