MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-birthdays

    Scheduled Pinned Locked Moved Utilities
    modulereminders
    13 Posts 9 Posters 4.4k Views 9 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S Offline
      sdetweil @Chazzer
      last edited by

      @Chazzer you can also look at my birthday list module

      https://github.com/sdetweil/birthdaylist

      from a csv, multiple people with the same are on the same line

      i have an image, but its the same…
      could be extended to add another csv column with the image name

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      C 1 Reply Last reply Reply Quote 0
      • C Offline
        Chazzer @sdetweil
        last edited by

        @sdetweil Hello, thank you for the module recommendation. I’ll definitely take a closer look at it. Could you please share a screenshot that includes the icon and birthdays?

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Chazzer
          last edited by sdetweil

          @Chazzer Screenshot at 2023-10-23 12-11-28.png

          only shows this month forward to end of the year, birthdays prior to today in this month are greyed out
          multiple people can have the same BD… but same or different ages listed together…

          this image is the calendar sheet with the month day number on it

          the module settings for this image are

            {
                  module: "birthdaylist",
                  disabled: false,
                  position:'top_left',
                  config: {
          			language: "en",
          			dimmEntries: true,  // 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: 0, // 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: 0,			 // 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
                  }
          }
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          C 1 Reply Last reply Reply Quote 0
          • G Offline
            greedyvegan
            last edited by

            is there a way to include google contacts birthdays, instead of individually adding birthdates?

            1 Reply Last reply Reply Quote 0
            • C Offline
              Chazzer @sdetweil
              last edited by

              @sdetweil Thank Sam. :call_me_hand:

              1 Reply Last reply Reply Quote 0
              • M MyMirror referenced this topic on
              • J Offline
                jbat66
                last edited by

                I updated MMM-birthdays to add the ability to turn off the module when there are no bdays to show.
                Also added the ability to update the name of the title/header

                Pull request here: https://github.com/amitchone/MMM-birthdays/pull/10

                My fork, if you want to install and test it.
                https://github.com/jbat66/MMM-birthdays

                Thank you Adam for writing this module.

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 2 / 2
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy