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

    Posts

    Recent Best Controversial
    • RE: MMM-Fuel

      Hi all,

      i use the api of tankerkoenig.de

      BR
      Jens

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-Fuel

      Hi Ray,

      it’s still working for me.

      MMM-Fuel.png

      BR
      Jens

      posted in Troubleshooting
      M
      MyMirror
    • RE: MMM-OpenmapWeather - Weather still loading

      Maybe they have already switched off version 2.5. Weekend … ??

      Excerpt from an email from Open weather:
      ”We would like to inform you that we started One Call 2.5 deprecation, and your access to the product will be stopped on November 4, 2024. We would like to inform you that we started One Call 2.5 deprecation, and your access to the product will be stopped on November 4, 2024."

      BR
      Jens

      posted in Troubleshooting
      M
      MyMirror
    • RE: suddenly the screen can't turn on

      @lkthomas
      Hmm, you are on Bookworm, right?
      Maybe this helps: https://forums.raspberrypi.com/viewtopic.php?t=358689

      posted in Troubleshooting
      M
      MyMirror
    • RE: suddenly the screen can't turn on

      @lkthomas

      Give this a try:
      in /boot/config.txt
      change

      dtoverlay=vc4-kms-v3d
      

      to

      dtoverlay=vc4-fkms-v3d 
      

      then
      vcgencmd display_power 1
      vcgencmd display_power 0

      BR
      Jens

      posted in Troubleshooting
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil
      Many thanks for the adjustments.
      Now it looks good.
      :thumbs_up_medium-light_skin_tone:

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil
      Unfortunately not quite :disappointed_face:
      Now the age from the current month is no longer correct
      Same bdl.csv as above
      Birthday_2.png

      posted in Requests
      M
      MyMirror
    • RE: No display of the MM via "mstsc"

      @sdetweil
      Ok, that works.
      With my “old” mirror this also worked when the right mirror was working, but this workaround is sufficient for me.
      Thank you

      posted in Troubleshooting
      M
      MyMirror
    • No display of the MM via "mstsc"

      Raspberry Pi 3b with Bullseye

      Before Christmas, I decided to completely rebuild my MagicMirror.
      The mirror works fine so far, but now I have the problem that I can no longer start and see the MM as another instance on my PC - it worked before on my old mirror.

      Here is the output when I try to start the MM with “npm start”:

      chef@pi5:~/MagicMirror $ lsb_release -d
      Description:	Raspbian GNU/Linux 11 (bullseye)
      chef@pi5:~/MagicMirror $ npm start
      
      > magicmirror@2.26.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [07.01.2024 13:15.03.113] [LOG]   Starting MagicMirror: v2.26.0
      [07.01.2024 13:15.03.126] [LOG]   Loading config ...
      [07.01.2024 13:15.03.138] [DEBUG] config template file not exists, no envsubst
      [07.01.2024 13:15.03.151] [LOG]   Loading module helpers ...
      [07.01.2024 13:15.03.155] [LOG]   No helper found for module: alert.
      [07.01.2024 13:15.03.293] [LOG]   Initializing new module helper ...
      [07.01.2024 13:15.03.305] [LOG]   Module helper loaded: updatenotification
      [07.01.2024 13:15.03.307] [LOG]   No helper found for module: clock.
      [07.01.2024 13:15.03.309] [LOG]   No helper found for module: MMM-CountUP.
      [07.01.2024 13:15.03.344] [LOG]   Initializing new module helper ...
      [07.01.2024 13:15.03.345] [LOG]   Check MagicMirror² version for node helper 'MMM-Fuel' - Minimum version: 2.15.0 - Current version: 2.26.0
      [07.01.2024 13:15.03.347] [LOG]   Version is ok!
      [07.01.2024 13:15.03.349] [LOG]   Module helper loaded: MMM-Fuel
      [07.01.2024 13:15.03.359] [LOG]   No helper found for module: MMM-OpenWeather24Hours.
      [07.01.2024 13:15.03.360] [WARN]  No /home/chef/MagicMirror/js/../modules/weatherforecast/weatherforecast.js found for module: weatherforecast.
      [07.01.2024 13:15.03.362] [LOG]   No helper found for module: weatherforecast.
      [07.01.2024 13:15.03.419] [LOG]   Initializing new module helper ...
      [07.01.2024 13:15.03.419] [LOG]   Module helper loaded: MMM-MyWastePickup
      [07.01.2024 13:15.04.595] [LOG]   Initializing new module helper ...
      [07.01.2024 13:15.04.596] [LOG]   Module helper loaded: MMM-Tado
      [07.01.2024 13:15.05.329] [LOG]   Initializing new module helper ...
      [07.01.2024 13:15.05.330] [LOG]   Module helper loaded: MMM-Todoist
      [07.01.2024 13:15.05.723] [LOG]   init module helper birthdaylist
      [07.01.2024 13:15.05.724] [LOG]   Module helper loaded: birthdaylist
      [07.01.2024 13:15.05.726] [LOG]   No helper found for module: MMM-EyeCandy.
      [07.01.2024 13:15.05.970] [LOG]   Initializing new module helper ...
      [07.01.2024 13:15.05.972] [LOG]   Module helper loaded: newsfeed
      [07.01.2024 13:15.05.973] [LOG]   All module helpers loaded.
      [07.01.2024 13:15.05.994] [LOG]   Starting server on port 8080 ... 
      [07.01.2024 13:15.06.584] [ERROR] Whoops! There was an uncaught exception...
      [07.01.2024 13:15.06.589] [ERROR] Error: listen EADDRINUSE: address already in use ::1:8080
          at Server.setupListenHandle [as _listen2] (node:net:1751:16)
          at listenInCluster (node:net:1799:12)
          at GetAddrInfoReqWrap.doListen [as callback] (node:net:1948:7)
          at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:110:8) {
        code: 'EADDRINUSE',
        errno: -98,
        syscall: 'listen',
        address: '::1',
        port: 8080
      }
      [07.01.2024 13:15.06.591] [ERROR] MagicMirror² will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [07.01.2024 13:15.06.592] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      ^C/home/chef/MagicMirror/node_modules/electron/dist/electron exited with signal SIGINT
      
      chef@pi5:~/MagicMirror $ 
      
      

      Any ideas?

      posted in Troubleshooting
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil
      Hmm, but now something is wrong with the calculation of the age.
      I have the following bdl.csv:

      birth, name
      08/01/1940,aaa 84
      10/01/1963,bbb 61
      15/01/1964,ccc 60
      05/02/1964,Oliver 60
      06/02/1974,Frank 50
      

      and the result (made via my cell phone, as I can’t currently get the MagicMirror to start on my PC (mstsc)):
      Birthday.jpg
      The birthdays from the coming month are now 1 year “too young”.

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil

      Maybe other idea for “day/month”?
      Day_Month.png
      Possible?

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil

      Excellent - 5 stars for you!
      Great job!

      Jens

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil

      One more request/question:
      Could you add the month as a picture?
      If you set this option “currentMonthOnly: false” (which I find very good), then a month without an entry can lead to misunderstandings.

      Example:
      We have January and no entry for January in the bdl.csv.
      But on February 10.
      This would look like the next birthday is now on January 10, right?
      In this respect, is it possible to display the month as well?

      Jens

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil
      OK, my mistake :worried_face:
      I misinterpreted currentMonthOnly: and assumed that all maxEntries would then be displayed (for more than 2 month).
      But with “false”, the current and the following month are displayed.
      Sorry for the trouble :flushed_face:
      (There was no entrie for January in my data file)

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil

      is a blank needed before “Suzie”?

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil

      my bdl.csv:
      bdl_data.png

      my output:
      Birthday_screenshot_3.jpg

      4 lines

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil

      Yes, of course.
      What should i try?
      Add this:
      15/01/1987,suzie
      12/05/1951, Sam

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil
      No, i took your example after getting no output of mine.
      So the only changes are in the config regarding the currentMonthOnly and the max Entries.
      Hmmm :confused_face:

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil
      Sorry :flushed_face:Birthday_screenshot_2.jpg

      posted in Requests
      M
      MyMirror
    • RE: birthdaylist

      @sdetweil

      Sure …

              {
                      module: "birthdaylist",
                      position:'top_left',
                      header:"Geburtstage",
                      config: {
                      language: "de",
                      dimmEntries: false,             // true: dims entries and the associated
                                                      //       symbol when the date has expired.
                                                      // false: dont display entries and the associated
                                                      //        symbol when the date has expired.
                      initialLoadDelay: 10,           // How many seconds to wait on a fresh start up.
                                                      // This is to prevent collision with all other modules also
                                                      // loading all at the same time. This only happens once,
                                                      // when the mirror first starts up.
                      updateDelay: 5,                 // How many seconds after midnight before a refresh
                                                      // This is to prevent collision with other
                                                      // modules refreshing at the same time.
                      currentMonthOnly: false,        // will show birthdays for the current month only if true
                      maxEntries: 10,                 // maximum entries to show, default is all
                      dateFormat: '',                 // date format for birthday (default is none), could be 'Do' for 'Sep 12th'
                      ageFormat:'',                   // some format string for the persons age, '[ n ]'  n will be replace by age value
                      debug:false
                      }
              },
      
      10 maxEntries just for the test, if this works, i would go to 4.
      On my screen I get this:
      ![screenshot](https://my.hidrive.com/lnk/CBHojVsL)
      So ... only 3 entries and i took your example
      
      BR
      Jens
      posted in Requests
      M
      MyMirror
    • 1 / 1