MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    birthday list Implementation

    Forum
    calendar
    3
    6
    619
    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.
    • veldje
      veldje last edited by

      My Raspberry Pi 4 with 24" monitor has a working default calendar, synchronized with my Google calendar. I would also like to have a birthday calendar, or the ability to display birthdays.
      I downloaded the birthday list module (https://github.com/sdetweil/birthdaylist)
      and installed. Also made a csv file with my own data.
      I don’t know what else needs to be done to get the birthday calendar, or anything like that, working. Is there a manual or step-by-step plan to consult? Thanks in advance for the help.

      S lavolp3 2 Replies Last reply Reply Quote 0
      • S
        sdetweil @veldje last edited by sdetweil

        @veldje tell me more…

        also have to do an npm install

        its a 2 column csv, but you cannot set the name, you MUST use data/bdl.csv

        date, name

        and in config.js

        { 
             module: "birthdaylist",
             position: "somewhere",
             config: { 
             }
        }
        

        Sam

        Create a working config
        How to add modules

        veldje 1 Reply Last reply Reply Quote 0
        • lavolp3
          lavolp3 Module Developer @veldje last edited by

          @veldje I have solved this by including a “birthday” calendar from google and giving at an own symbol.
          For that I have created an own calendar within google, transferred all birthdays to that (didn’t take long) and included that calendar into the config.

          6bbebc11-c9d8-4b0e-95ba-af46359dd39b-image.png

          How to troubleshoot modules
          MMM-soccer v2, MMM-AVStock

          1 Reply Last reply Reply Quote 1
          • veldje
            veldje @sdetweil last edited by

            @sdetweil Thanks for the quick response. Reinstalled now and it works.
            But I have a follow-up question about the bdl.csv:
            The layout of the text is now upper- or lowercase.
            Is it possible to display the text as (the layout) in the file bdl.scv, for example: “Bep van 't Veld-Pijpers”?
            If so, where should what be adjusted?

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

              @veldje the uppercase is done in the css
              transform(uppercase)

              Sam

              Create a working config
              How to add modules

              veldje 1 Reply Last reply Reply Quote 0
              • veldje
                veldje @sdetweil last edited by

                @sdetweil I placed in the folder: custom.css

                .birthdaylist .TD-BODY {
                font size: 18px;
                text transform: none;

                and the text layout conformed to that in bdl.scv

                Dissolved. Thanks for the suggestions

                1 Reply Last reply Reply Quote 1
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy