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.

    birthdaylist - discontinued ?

    Scheduled Pinned Locked Moved Solved Requests
    63 Posts 2 Posters 11.4k Views 2 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 @rkorell
      last edited by sdetweil

      @rkorell hm… I see 3 entries
      Snip20250313_4.png

      with this config

      		{
      
      			module: "birthdaylist",
      			disabled: false,
      			position: 'top_right',
      			classes:"fixed",
      			config: {
      				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: 0, // How many seconds to wait on a fresh start up.
      				updateDelay: 5,      // How many seconds after midnight before a refresh
      				currentMonthOnly: false,  // will show birthdays for the current month only if true
      				maxEntries: 3,	     // 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
      				withMonth: true,    // then true, add the month display as part of the date field, 
      				debug: true,
      			}
      		}
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S R 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @sdetweil
        last edited by

        the code handles 2 digit years… so not a problem there

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • R Offline
          rkorell @sdetweil
          last edited by

          @sdetweil
          Forgot to include my config but it’s nearly exact clone of yours…

          		{ 
          	        
          	        module: "birthdaylist",
          	        disabled: false,
          	        position:'top_right',  
          	        config: {
          						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: 0, // How many seconds to wait on a fresh start up.
          						updateDelay: 5,      // How many seconds after midnight before a refresh
          						currentMonthOnly: false,  // will show birthdays for the current month only if true
          						maxEntries: 3,	     // 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
          						withMonth: true ,    // then true, add the month display as part of the date field, 
          						debug:true,
          						debugging:true,
          						
          	                }
          		},
          
          
          

          Yesterday (for some reasons I took a photo) the three (correct) items were displayed on my screen as well…
          But today: nothing…
          really strange - because regarding log messages module is active.
          And I cannot see any reason why it doesn’t show.
          Thats the reason for my question…

          So please ignore this - I will wait an see …

          Thanks a lot again for your kind support on this.

          Ralf

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

            @rkorell ok, I just fixed a timing problem when resuming (for any reason) and close to refresh time

            git pull to give it a try…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            R 1 Reply Last reply Reply Quote 0
            • R Offline
              rkorell @sdetweil
              last edited by

              @sdetweil You are SO hardworking!
              Awesome.
              Thanks.

              The module was visible today in the morning.

              Pulled, anyway:

              remote: Enumerating objects: 5, done.
              remote: Counting objects: 100% (5/5), done.
              remote: Compressing objects: 100% (1/1), done.
              remote: Total 3 (delta 2), reused 3 (delta 2), pack-reused 0 (from 0)
              Unpacking objects: 100% (3/3), 286 bytes | 20.00 KiB/s, done.
              From https://github.com/sdetweil/birthdaylist
                 03c25c8..b430432  master     -> origin/master
              Updating 03c25c8..b430432
              Fast-forward
               birthdaylist.js | 4 ++--
               1 file changed, 2 insertions(+), 2 deletions(-)
              
              

              Many thanks!

              Regards,
              Ralf

              1 Reply Last reply Reply Quote 0
              • 1
              • 2
              • 3
              • 4
              • 5
              • 6
              • 7
              • 7 / 7
              • 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