MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. lu-need
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    lu-need

    @lu-need

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    lu-need Unfollow Follow

    Latest posts made by lu-need

    • MMM-GoogleBirthdaysProvider giving Error

      Re: MMM-GoogleBirthdaysProvider No red birthday cakeScreen Shot 2021-08-16 at 3.22.36 PM.png

      Hi! I am new here, building my first project and I am stuck. I cannot get the googlebirthdaysprovider to work. Here is the config:

      			module: "calendar",
      			header: "Upcoming Birthdays",
      			position: "top_left",
      			config: {
      				displayRepeatingCountTitle: true,
      				calendars: [
      						{
      						
      							url: 'http://localhost:8080/mmm-googlebirthdaysprovider',
      							symbol: "birthday-cake",
      							repeatingCountTitle: "Birthday",
      							color: '#f00',
      							colored: true,
      							coloredSymbolOnly: true,
      						}	
      					]
      			}
      		}, code_text
      

      it’s gotta be user error – what am I doing wrong? Thank you so much!

      posted in Troubleshooting
      L
      lu-need