• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 3.1k 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.
  • A Offline
    amitchone
    last edited by Oct 21, 2023, 4:55 PM

    Hey all, figured I’d post this here as it seems to be being adopted by more people than I would have ever imagined, so maybe it’s quite useful.

    It’s just a simple module I made to remind you about birthdays with a configurable notice period. That’s it, that’s all it is. Just list the birthdays (either in config.js or a JSON file, to avoid config.js getting too cluttered, in the MMM-birthdays/ directory) and off you go!

    32f46871-de88-4f4a-b469-08242137a001-image.png

    More feedback and users will make it more robust and hopefully more useful to more people, so if you feel this is something you could use, please do try it out!

    Cheers all,
    Adam

    J M 2 Replies Last reply Oct 22, 2023, 9:21 AM Reply Quote 2
    • J Offline
      james3xyx3 @amitchone
      last edited by Oct 22, 2023, 9:21 AM

      This post is deleted!
      D 1 Reply Last reply Oct 23, 2023, 7:10 AM Reply Quote 0
      • M Offline
        MZ-BER @amitchone
        last edited by Oct 22, 2023, 10:58 AM

        @amitchone Thanks for sharing Adam! :clapping_hands:

        1 Reply Last reply Reply Quote 0
        • K Offline
          kasperinline
          last edited by Oct 22, 2023, 4:01 PM

          Great work, and allready in use :-)

          1 Reply Last reply Reply Quote 0
          • D Offline
            det @james3xyx3
            last edited by Oct 23, 2023, 7:10 AM

            @james3xyx3 said in MMM-birthdays:

            @amitchone hello, thanks for creating this module. When I try git clone your repository I get unable to access, the TLS connection was non-properly terminated. Not sure what’s wrong.

            You have to send out /MagicMirror/modules folder with:
            git clone https://github.com/amitchone/MMM-birthdays.git

            J 1 Reply Last reply Oct 23, 2023, 12:50 PM Reply Quote 0
            • J Offline
              james3xyx3 @det
              last edited by Oct 23, 2023, 12:50 PM

              This post is deleted!
              1 Reply Last reply Reply Quote 0
              • C Offline
                Chazzer
                last edited by Oct 23, 2023, 2:50 PM

                Hi! I came across your module yesterday and installed it. First of all, thanks for the module and the excellent guide. I’m using it with a .*json document, and I find it convenient that it’s separated and doesn’t need to be in the config.

                Do you have any plans to add icons for birthdays in the future? An idea would be to display round birthdays with balloons, confetti, or just colored or monochrome icons that can be customized. I think that would be great.

                S 1 Reply Last reply Oct 23, 2023, 3:52 PM Reply Quote 0
                • S Offline
                  sdetweil @Chazzer
                  last edited by Oct 23, 2023, 3:52 PM

                  @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 Oct 23, 2023, 4:07 PM Reply Quote 0
                  • C Offline
                    Chazzer @sdetweil
                    last edited by Oct 23, 2023, 4:07 PM

                    @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 Oct 23, 2023, 5:14 PM Reply Quote 0
                    • S Offline
                      sdetweil @Chazzer
                      last edited by sdetweil Oct 23, 2023, 9:22 PM Oct 23, 2023, 5:14 PM

                      @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 Oct 25, 2023, 8:46 AM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        2/13
                        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