Read the statement by Michael Teeuw here.
birthdaylist
-
thank you very much for your great birthday overview.
Unfortunately, as you wrote here ( https://forum.magicmirror.builders/topic/18107/mmm-birthdays/11 ), the list is limited to the end of the month or year.
Is it possible to add 2 more options to extend the display beyond the end of the month or year? Because this way I can only see at the beginning of the month/year if someone has a birthday on 01.01., for example.
And … could the list also have an underlined heading “Birthdays”?I wish you all a happy new year. Stay healthy.
Jens
-
@MyMirror go to the module folder and do
git pull
to get underlined header just add the header to the config
{ module: "birthdaylist", position:'top_left', header:"birthday list header", 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 } }for year end wrap around, set
currentMonthOnly:false,
-
@MyMirror what if you change
currentMothOnly: to false from true?underline, use custom.css to add the underline
-
@MyMirror go to the module folder and do
git pull
to get underlined header just add the header to the config
{ module: "birthdaylist", position:'top_left', header:"birthday list header", 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 } }for year end wrap around, set
currentMonthOnly:false,
-
-
Hmm, if i set
currentMonthOnly: false,
and
maxEntries: 10,i just get 3 lines.
Can you check this?BR
Jens -
… and if i delete
03/01/1940,aaa AAAAA
06/01/1969,bbb BBBBB
only Joan is left …
Any idea?Jens
-
@MyMirror hm…
{ module: "birthdaylist", position:'top_left', header:"birthday list header", 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: 10, // 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 } }and I see 5 entries
I added the time to the screen shot to show its new

can u paste your exact config?
-
Sure …
{ module: "birthdaylist", position:'top_left', header:"Geburtstage", 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: 10, // 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: 10, // 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 } }, 10 maxEntries just for the test, if this works, i would go to 4. On my screen I get this:  So ... only 3 entries and i took your example BR Jens -
@MyMirror you have to use the 3rd icon from the right above the editor to include images
-
@sdetweil
Sorry :flushed_face:
-
I see 4 entries, u have dimmEntries: false, so the bd on the dec 19th doesn’t show…
did u change the csv?

-
@MyMirror I added Suzie to the new bdl.csv but it was part of the git pull …
birth, name 15/01/1987,suzie 12/05/1951, Sam -
@sdetweil
No, i took your example after getting no output of mine.
So the only changes are in the config regarding the currentMonthOnly and the max Entries.
Hmmm :confused_face: -
@MyMirror can u edit the birthdaylist/data/bdl.csv
-
@MyMirror the sample file is in
DD/MM/YYYY format
-
Yes, of course.
What should i try?
Add this:
15/01/1987,suzie
12/05/1951, Sam -
@MyMirror that second line shouldbe there already, do this
cd ~/MagicMirror/modules/birthdaylist git checkout data/bdl.csvthen look at the file again
it should start like mine
suzie on the second line -
-
is a blank needed before “Suzie”?
-
@MyMirror correct
the bd on Dec 19th is in the past, and u have
dimmEntries: false
so, past BD’s are not dispplayed
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login

