Read the statement by Michael Teeuw here.
birthdaylist
-
@MyMirror said in birthdaylist:
is a blank needed before “Suzie”?
no, I trim off blanks… allow for sloppy editing/pasting
all entries have to have the same date format
-
@MyMirror the csv file format is
the header row,
birth , nameand then
rows for each personbirthday , namethe birthday format can be in whatever format you like
MM/DD/YYYY
DD/MM/YYYY
YYYY/DD/MM
YYYY/MM/DDusing whatever separator you choose
the layout and separator have to be the same for all birthday rows
-
@sdetweil
OK, my mistake :worried_face:
I misinterpreted currentMonthOnly: and assumed that all maxEntries would then be displayed (for more than 2 month).
But with “false”, the current and the following month are displayed.
Sorry for the trouble :flushed_face:
(There was no entrie for January in my data file) -
@MyMirror yes, I already had support for next month dec=>jan
just sort was broken. -
@MyMirror I just pushed a change to display a message
when no birthdays are found to display given the current settingsI also added support to translate that message into the language set in the MM config…
I provided files for english, french, german, italian and spanish
-
One more request/question:
Could you add the month as a picture?
If you set this option “currentMonthOnly: false” (which I find very good), then a month without an entry can lead to misunderstandings.Example:
We have January and no entry for January in the bdl.csv.
But on February 10.
This would look like the next birthday is now on January 10, right?
In this respect, is it possible to display the month as well?Jens
-
@MyMirror currently the module is designed only to display the day. IN THE CURENT MONTH.
let me think about this -
@MyMirror ok, git pull again
add
withMonth: true,to the config parms…
note that the image is 27px square, so the space for text is small…
to fit, I made new css classes with a smaller font size when showing month -
-
thanks for this module, first of all.
upcoming months are sorted correctly, but current month is on the bottom. how can we get current month on top?

-
@pulser I’ll look at it
-
-
Maybe other idea for “day/month”?

Possible? -
@MyMirror not without some redesign.
the image we picked originally was only supposed to hold the day number
there is no up/down room, each line would have to get tallerand for US the month would have to come first…
so it gets harder and harder…
anyone that wants to try, fork the module and go for it…
-
work smoothly. thanks.
-
@sdetweil
Hmm, but now something is wrong with the calculation of the age.
I have the following bdl.csv:birth, name 08/01/1940,aaa 84 10/01/1963,bbb 61 15/01/1964,ccc 60 05/02/1964,Oliver 60 06/02/1974,Frank 50and the result (made via my cell phone, as I can’t currently get the MagicMirror to start on my PC (mstsc)):

The birthdays from the coming month are now 1 year “too young”. -
@MyMirror ok, will look. I didn’t change any of that, just sort
-
@MyMirror fixed… git pull in the module folder to update
I was only comparing the day of the month (as its the current month, right!!.. nope…!)
so if the bd month is > then the current month OR they are the same month but the bd DAY is > than today… show the projected age then …
-
@sdetweil
Unfortunately not quite :disappointed_face:
Now the age from the current month is no longer correct
Same bdl.csv as above

-
@MyMirror git pull again… I made two changes… hoped I would update before you pulled… oops
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