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

    Posts

    Recent Best Controversial
    • RE: Picture in BG on a cell related to someone'S birthday

      @MMRIZE

      Ahhh, I see!
      Everything works just fine!
      Thanks a lot for this, I really like the look of it!

      posted in Utilities
      C
      Chuck_morisse
    • RE: Picture in BG on a cell related to someone'S birthday

      @MMRIZE ,

      WOAH! Thanks you sir, this is exactly what I meant, you assumed everything just right.
      I tried copying everything into my config (and also in the customcss) but when I run “npm run config:check” I get the following error:

      [ERROR] Your configuration file contains syntax errors : (
      [ERROR] Line 221 column 82: Parsing error: Unexpected token .

      Line 221 corresponds to :
      const birthday = events.filter(event => event.calendarName === “Birthdays”)?.[0] || null;

      any idea? I feel we’re just on the edge of making it work.

      *By the way I did change one thing, in case it makes a difference… I replaced the picture format from .webp to .png

      Thanks you for your help!

      posted in Utilities
      C
      Chuck_morisse
    • Picture in BG on a cell related to someone'S birthday

      Re: MMM-CalendarExt3

      I have a calendar that contains birthdays and I’d like it to show the picture of the person in the according cell instead of the event title. The images would be in a …/modules/MMM-CalendarExt3/images folder, named according to the person. ex.: JohnDoe.png

      I saw a post where you pretty much answer this:
      https://forum.magicmirror.builders/post/102298
      the problem is I can’t figure how to refer to the correct cell since it’s dependant on the calendar’s event

      (I’m using Weekview instead of month)

      Thanks!

      posted in Utilities
      C
      Chuck_morisse
    • 1 / 1