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

birthday list Implementation

Scheduled Pinned Locked Moved Forum
calendar
6 Posts 3 Posters 1.5k Views 3 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 @veldje
    last edited by sdetweil Jul 20, 2021, 5:39 PM Jul 20, 2021, 5:36 PM

    @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

    How to add modules

    learning how to use browser developers window for css changes

    V 1 Reply Last reply Jul 22, 2021, 5:58 PM Reply Quote 0
    • L Offline
      lavolp3 Module Developer @veldje
      last edited by Jul 22, 2021, 8:06 AM

      @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
      • V Offline
        veldje @sdetweil
        last edited by Jul 22, 2021, 5:58 PM

        @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 Jul 22, 2021, 6:42 PM Reply Quote 0
        • S Offline
          sdetweil @veldje
          last edited by Jul 22, 2021, 6:42 PM

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

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          V 1 Reply Last reply Jul 23, 2021, 6:00 PM Reply Quote 0
          • V Offline
            veldje @sdetweil
            last edited by Jul 23, 2021, 6:00 PM

            @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
            1 / 1
            • First post
              6/6
              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