• 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.

birthdaylist dont show up

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 2 Posters 520 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
    svoe88
    last edited by Oct 31, 2023, 6:33 PM

    I have tried to install BirthdayList, but it’s not appearing. I followed the guide and used the following commands:

    cd ~/MagicMirror/modules
    git clone https://github.com/sdetweil/birthdaylist
    cd birthdaylist
    npm install

    However, nothing is showing up on my Magic Mirror.

    However, my other modules are showing up on my Magic Mirror.

    S 1 Reply Last reply Oct 31, 2023, 6:38 PM Reply Quote 0
    • S Away
      sdetweil @svoe88
      last edited by Oct 31, 2023, 6:47 PM

      @svoe88 said in birthdaylist dont show up:

      currentMonthOnly: true,

      change that to false

      only showing birthdays for October, and that means ONLY for TODAY (as its the last day)

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Oct 31, 2023, 7:09 PM Reply Quote 0
      • S Away
        sdetweil @svoe88
        last edited by Oct 31, 2023, 6:38 PM

        @svoe88 what did you put in config.js?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        S 1 Reply Last reply Oct 31, 2023, 6:42 PM Reply Quote 0
        • S Offline
          svoe88 @sdetweil
          last edited by Oct 31, 2023, 6:42 PM

          @sdetweil

          I’ve try both

          		{ 
          			module: "birthdaylist",
          			position: "bottom_left",
          		config: { 
          				}
          		},
          
          { 
                  module: "birthdaylist",
                  position:'top_left',
                  config: {
          		language: "de",
          		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.
          				     // 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: true,  // 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
                          }
          }
          
          S 1 Reply Last reply Oct 31, 2023, 6:47 PM Reply Quote 0
          • S Away
            sdetweil @svoe88
            last edited by Oct 31, 2023, 6:47 PM

            @svoe88 said in birthdaylist dont show up:

            currentMonthOnly: true,

            change that to false

            only showing birthdays for October, and that means ONLY for TODAY (as its the last day)

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Oct 31, 2023, 7:09 PM Reply Quote 0
            • S Offline
              svoe88 @sdetweil
              last edited by Oct 31, 2023, 7:09 PM

              @sdetweil
              i works new Thanks

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              1 / 1
              • First post
                2/5
                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