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

    Posts

    Recent Best Controversial
    • only desktop since update some modules

      Hello,

      maybe someone can help me.
      Yesterday I updated a few modules via MMM-RemoteControl, since then my mirror no longer starts. I only see the desktop.

      Thank you Dirk

      pi@raspberrypi:~/MagicMirror $ pm2 logs MagicMirror
      [TAILING] Tailing last 15 lines for [MagicMirror] process (change the value with --lines option)
      /home/pi/.pm2/logs/MagicMirror-out.log last 15 lines:
      0|MagicMir | > magicmirror@2.21.0 start
      0|MagicMir | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|MagicMir |
      0|MagicMir |
      0|MagicMir | > magicmirror@2.21.0 start
      0|MagicMir | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|MagicMir |
      0|MagicMir |
      0|MagicMir | > magicmirror@2.21.0 start
      0|MagicMir | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|MagicMir |
      0|MagicMir |
      0|MagicMir | > magicmirror@2.21.0 start
      0|MagicMir | > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      0|MagicMir |
      
      /home/pi/.pm2/logs/MagicMirror-error.log last 15 lines:
      0|MagicMir | A JavaScript error occurred in the main process
      0|MagicMir | Uncaught Exception:
      0|MagicMir | Error: Cannot find module '/home/pi/MagicMirror/node_modules/range_check/dist/range-check.umd.js'. Please verify that the package.json has a valid "main" entry
      0|MagicMir |     at tryPackage (node:internal/modules/cjs/loader:360:19)
      0|MagicMir |     at Module._findPath (node:internal/modules/cjs/loader:573:18)
      0|MagicMir |     at Module._resolveFilename (node:internal/modules/cjs/loader:926:27)
      0|MagicMir |     at n._resolveFilename (node:electron/js2c/browser_init:245:1105)
      0|MagicMir |     at Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29)
      0|MagicMir |     at Module._load (node:internal/modules/cjs/loader:785:27)
      0|MagicMir |     at c._load (node:electron/js2c/asar_bundle:5:13343)
      0|MagicMir |     at Module.require (node:internal/modules/cjs/loader:1012:19)
      0|MagicMir |     at require (node:internal/modules/cjs/helpers:102:18)
      0|MagicMir |     at Object.<anonymous> (/home/pi/MagicMirror/node_modules/express-ipfilter/lib/ipfilter.js:14:20)
      0|MagicMir | [3053:1217/110253.460777:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization
      0|MagicMir | [3073:1217/110253.750405:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
      
      
      
      posted in Troubleshooting
      S
      surger13
    • RE: Default Calendar adjustment

      Two years later… :)

      After updating to MM 2.10, I noticed again that the “um” or “at” still bothers me and makes the calendar entries unnecessarily wide.
      Does anybody have another idea or a tip, what exactly should be changed in the calendar.js to remove it?

      posted in Troubleshooting
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      @sdetweil said in new update/upgrade script, ready for testing:

      @surger13 ok, looks like we have to fight the manual way

      do

      cd ~/MagicMirror
      git stash
      git merge
      npm install
      

      the fight was an easy one. everything worked. just had to restore the custom.css from a backup.
      thanks again Sam

      posted in General Discussion
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      @sdetweil said in new update/upgrade script, ready for testing:

      want to try the script again?

      I did. Unfortunately, no change.
      but thanks for your efforts.

      posted in General Discussion
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      @sdetweil

      pi@MagicMirrorPi:~/MagicMirror $ locale
      LANG=de_DE.UTF-8
      LANGUAGE=
      LC_CTYPE="de_DE.UTF-8"
      LC_NUMERIC="de_DE.UTF-8"
      LC_TIME="de_DE.UTF-8"
      LC_COLLATE="de_DE.UTF-8"
      LC_MONETARY="de_DE.UTF-8"
      LC_MESSAGES="de_DE.UTF-8"
      LC_PAPER="de_DE.UTF-8"
      LC_NAME="de_DE.UTF-8"
      LC_ADDRESS="de_DE.UTF-8"
      LC_TELEPHONE="de_DE.UTF-8"
      LC_MEASUREMENT="de_DE.UTF-8"
      LC_IDENTIFICATION="de_DE.UTF-8"
      LC_ALL=
      pi@MagicMirrorPi:~/MagicMirror $
      
      
      posted in General Discussion
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      @sdetweil

      yes the language is german.

      pi@MagicMirrorPi:~/MagicMirror $ alias
      alias egrep='egrep --color=auto'
      alias fgrep='fgrep --color=auto'
      alias grep='grep --color=auto'
      alias ls='ls --color=auto'
      
      
      posted in General Discussion
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      @sdetweil

      both empty.

      pi@MagicMirrorPi:~/MagicMirror $ echo $LC_ALL
      
      pi@MagicMirrorPi:~/MagicMirror $ locale | grep LANGUAGE
      LANGUAGE=
      
      
      posted in General Discussion
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      @sdetweil said in new update/upgrade script, ready for testing:

      did u save the changed files when prompted?

      there was no request to save the files?!
      I will send you the logfile by mail.

      posted in General Discussion
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      @sdetweil

      pi@MagicMirrorPi:~/MagicMirror $ grep version ~/MagicMirror/package.json
        "version": "2.7.1",
      
      
      posted in General Discussion
      S
      surger13
    • RE: new update/upgrade script, ready for testing

      i have tried the script now to upgrade MM to the new version. but nothing changes in the version.

      in upgrade.log are the following errors:

      test merge result rc='' , if empty, no conflicts
      executing merge, apply specified
      merge result rc= 1
       error: Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge überschrieben werden: 	css/custom.css 	package-lock.json 	vendor/package-lock.json Bitte committen oder stashen Sie Ihre Änderungen, bevor sie mergen. Abbruch Aktualisiere b508a62..b595cdd
      there were merge errors
      error: Ihre lokalen Änderungen in den folgenden Dateien würden durch den Merge überschrieben werden: 	css/custom.css 	package-lock.json 	vendor/package-lock.json Bitte committen oder stashen Sie Ihre Änderungen, bevor sie mergen. Abbruch Aktualisiere b508a62..b595cdd
      you should examine and resolve them
      
      
      posted in General Discussion
      S
      surger13
    • RE: DailyDilbert

      @lavolp3
      Glad to hear it and thank you for your efforts.
      With the current MMM-ComicStrips module, “garfield” and “peanuts” remain black.
      Also the parameter timeForDaily doesn’t seem to work for me. Only one comic is displayed the whole day.

      posted in Requests
      S
      surger13
    • RE: DailyDilbert

      @bhepler
      Thanks bhelper, that’s it.

      In my opinion it would be a nice option for the module if you could select multiple comics to be displayed at selectable intervals, not just one as in the current version. I find it hard to choose one ;)

      posted in Requests
      S
      surger13
    • RE: DailyDilbert

      @lavolp3
      i need help. i can’t get it to work. the screen stays black when the module is active. during installation i get the following message:

      pi@MagicMirrorPi:~/MagicMirror/modules/MMM-ComicStrips $ npm install
      npm WARN saveError ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json'
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json'
      npm WARN modules No description
      npm WARN modules No repository field.
      npm WARN modules No README data
      npm WARN modules No license field.
      
      up to date in 0.568s
      
      
      posted in Requests
      S
      surger13
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      I hope so, too. Just like on your picture I would configure it for myself.

      posted in Utilities
      S
      surger13
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @chris1971

      concise: true,
      

      Hello, Chris,
      you can set concise: true. Then wind direction and speed are gone. Unfortunately also with the current weather.

      My wish would also be that wind direction and wind speed can only be displayed for the current weather. Does anyone know a solution for this?

      Greetings

      posted in Utilities
      S
      surger13
    • RE: module for mm background

      @sdetweil
      @rts58

      Thank you both. I have now temporarily mounted the nas and it works. A softlink only works on a mounted drive. That was the important hint for a beginner like me. I have to try the entry in the fstab next.

      Somewhat nasty is that the module also displays images from hidden folders. At least I get some pictures in low resolution.

      posted in Requests
      S
      surger13
    • RE: module for mm background

      @rts58 I’m interested. I would like to do it the same way, but it only works with the sample images of the module.
      What path did you specify in config.js to access your NAS?

      Thank you

      @rts58 said in module for mm background:

      I’ve been using MMM-BackgroundSlideshow, it allows me to randomly display an image from 1000’s stored in a many level folder structure on my NAS.

      posted in Requests
      S
      surger13
    • RE: MMM-DailyQuote

      Is there a way to return to the previous version?

      posted in Entertainment
      S
      surger13
    • RE: Flickering after 30-60 mins

      I had the problems after updating to 2.6.0 too. I noticed that the fading stuttered after the start of MM at the newsfeed module. After some time the whole monitor flickered like in the video.
      It helped me to comment out both kms drivers in the config.txt. The load of the system was also lower afterwards. The problem with the high load because of electron seems to be no longer present. At least for me.

      #dtoverlay=vc4-kms-v3d
      #dtoverlay=vc4-fkms-v3d
      
      posted in Troubleshooting
      S
      surger13
    • RE: MMM-DailyQuote

      german / de

      posted in Entertainment
      S
      surger13
    • 1
    • 2
    • 1 / 2