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

    p1lspeda

    @p1lspeda

    0
    Reputation
    1
    Profile views
    46
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    p1lspeda Unfollow Follow
    • RE: MMM-Fuel

      @sdetweil said:

      npm install electron@43.1.0

      You are the GOAT.
      Thanks, your hint fixed my issue.

      posted in Troubleshooting
      P
      p1lspeda
    • RE: MMM-Fuel

      I’m have similar problems using MMM-Fuel and tankerkönig.
      My API Key (tankerkönig) runs fine on my OpenHAB installation but MMM-Fuel replies with

      [2026-07-14 16:36:19.744] [ERROR] [MMM-Fuel] MMM-Fuel: Failed to retrieve prices FetchError: Invalid response body while trying to fetch https://creativecommons.tankerkoenig.de/json/list.php?lat=49.994944&lng=8.278279&rad=5&type=all&apikey=[I-wont-give-you-my-apikey]&sort=dist: Premature close
          at Gunzip.<anonymous> (/home/pi/MagicMirror/modules/MMM-Fuel/node_modules/node-fetch/lib/index.js:217:52)
          at Gunzip.emit (node:events:521:24)
          at emitErrorNT (node:internal/streams/destroy:170:8)
          at emitErrorCloseNT (node:internal/streams/destroy:129:3)
          at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
        type: 'system',
        errno: 'ERR_STREAM_PREMATURE_CLOSE',
        code: 'ERR_STREAM_PREMATURE_CLOSE'
      }
      

      Would love to see a fix

      posted in Troubleshooting
      P
      p1lspeda
    • RE: Introducing MMM-BirthdayCalendarCountdown – Your MagicMirror Birthday Countdown Module!

      Thanks for the help - I have screenshoted the messages:
      b7504dd5-999d-41cc-880d-3eff7fd35230-grafik.png

      Does this help ?

      posted in Utilities
      P
      p1lspeda
    • RE: Introducing MMM-BirthdayCalendarCountdown – Your MagicMirror Birthday Countdown Module!

      Hi,
      I came across this module and I like the idea.
      I have two instances of this module running.
      Only difference are the Keywords.

      this is my config

      {
        module: "MMM-BirthdayCalendarCountdown",
        position: "top_left",  // Choose your preferred position (e.g., top_left, top_right, etc.)
        config: {
          updateInterval: 1000,       // Refresh every second for live countdown updates
          countdownStartDays: 7,      // Show countdown if the birthday is within 7 days
          upcomingWindowDays: 90,     // Only display birthdays within the next 30 days
          maxDisplay: 5,              // Maximum number of birthdays to display
          searchKeyword: "Birthday"   // Keyword to filter calendar events (case-insensitive)
        }
      },
      
      {
        module: "MMM-BirthdayCalendarCountdown",
        position: "top_left",  // Choose your preferred position (e.g., top_left, top_right, etc.)
        config: {
          updateInterval: 1000,       // Refresh every second for live countdown updates
          countdownStartDays: 7,      // Show countdown if the birthday is within 7 days
          upcomingWindowDays: 90,     // Only display birthdays within the next 30 days
          maxDisplay: 5,              // Maximum number of birthdays to display
          searchKeyword: "Flight"   // Keyword to filter calendar events (case-insensitive)
        }
      },
      

      Unfortunately no Events are shown (there a multiple “Birthday” and “Flight” within the upcoming 90 days).
      Considering that I also use MMM-CalendarExt3 which also listens to CALENDAR_EVENTS (and this module works flawlessly), I guess there is some bug/issue.

      What info do I need to supply in order to help with solving the issue ?

      Thanks

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      Great.
      Thanks for help (again!)

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      Hi,
      I updated to MM 2.32 this morning and ever since then, I have noticed that the CW entry in my MMM-CalendarExt3 is stuck at “CW1”:
      e0c31178-fa62-4c21-8f01-ad2a29c0c4eb-image.png

      I assume the newest changes have something to do with it
      9cdc6813-31c8-4f3e-af65-9561cf029d8b-image.png

      Any idea if I can solve this or do I need to wait for a module update ?
      Thanks

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      I managed to figure it out.
      Just had to play around with the font-size and now it’s as I like it,
      Thanks for your patience.

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil

      I am sorry :(
      Might need some new glasses after all

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      I could narrow it down to cellWeather but I cannot find any css-styles in the module’s *.css :/
      This means I am lost as to where to start testing :(

      posted in Utilities
      P
      p1lspeda
    • RE: MMM-CalendarExt3

      @sdetweil
      We are getting there !
      The module - without custom.css settings - already triggers my OCD

      2260a19c-d764-4307-9bb9-04eab0818169-image.png

      posted in Utilities
      P
      p1lspeda