MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. MwMagicMirror
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 23
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-GooglePhotos - Config help

      @bodenburgc
      I downloaded the client_secret file and copied it to my MMM-GooglePhotos directory.
      Step 9 I ran the command as you did:
      cd ~/MagicMirror/modules/MMM-GooglePhotos
      node auth_and_test.js

      It took me back to google account and it gave me the consent code to paste into the console.

      It then listed all my albums I have on Google Photos.

      MW

      posted in Troubleshooting
      M
      MwMagicMirror
    • RE: US Holidays calendar not working

      Here you go, working for me.
      url: ‘https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics’

      MW

      posted in Troubleshooting
      M
      MwMagicMirror
    • Google Birthdays

      Has anyone gotten MMM-GoogleBirthdaysProvider to work, I know for sure I have a slew of birthdays in the next 2 months. I followed the setup instructions with no issues but I just get the dreaded:
      No upcoming events when I know there should be.

      Thanks
      MW

      posted in Troubleshooting
      M
      MwMagicMirror
    • RE: Multiple Calendars

      Nilnik,
      I did sort it out, I ended up putting Birthdays and Holidays in there own section, it now displays birthdays above the holidays.
      My only issue now is its only showing 1 persons birthday when I know there are many within the next month. Funny the one that is showing is 5 months from now.

      Thanks for the quick reply.
      MW

      posted in Troubleshooting
      M
      MwMagicMirror
    • Multiple Calendars

      Below is the code I am attempting to use to display 2 calendars. When I launch MM i see the Birthday calendar for just a second and it gets over written with the Holiday calendar.

      Thanks
      MW

                      {
                              module: "MMM-GoogleBirthdaysProvider",
                              config: {}
                      },
      
                      {
                              module: "calendar",
                              header: "Birthdays and US Holidays",
                              position: "top_left",
                              config:
                              {
                                 calendars:
                                 [
                                    {
                                       symbol: 'birthday-cake',
                                       url: 'http://localhost:8080/mmm-googlebirthdaysprovider',
                                    },
      
                                    {
                                       symbol: "calendar-check",
                                       url: 'https://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics'
                                    }
      
                                 ]
                              }
                      },
      
      
      posted in Troubleshooting
      M
      MwMagicMirror
    • RE: MMM-GoogleBirthdaysProvider

      Hi Sam,

      So yea I can paste the URL into the browser and view my birthday calendar, however none of my birthdays are there even though I have contacts that have birthdays along with the test ones I added.
      So I’m thinking its nothing to do with MagicMirror and has to do with my google account.

      Suggestions on how to trouble shoot that? I checked in the google forums and have tried what other users suggested.

      Thanks
      MW

      posted in Troubleshooting
      M
      MwMagicMirror
    • RE: MMM-GoogleBirthdaysProvider

      One today, one tomorrow and 3 next month

      MW

      posted in Troubleshooting
      M
      MwMagicMirror
    • RE: MMM-GoogleBirthdaysProvider

      @MwMagicMirror
      I can get the calendar to display information using the secret address in ical format as another user suggested. but its all my daily items and just the birthdays. Can’t seem to get just the birthdays. There is a calendar named Birthdays in my list of calendars that I didnt add. I also tried that and it just shows No upcoming events.

      MW

      posted in Troubleshooting
      M
      MwMagicMirror
    • MMM-GoogleBirthdaysProvider

      Just wondering where does this actually get the birthdays from? My contacts mostly have birthdays but only 1 seems to show up.

      Thanks
      MW

      posted in Troubleshooting calendar birthdays
      M
      MwMagicMirror
    • Compliments Font (Crying Uncle)

      I have been trying on my own for days to get the Compliments font to be smaller.
      I’ve tried many different iterations of code in my custom.css and none of them seem to work.
      Its almost like its not even reading my custom.css

      .compliments {
        font-family: Verdana;
        font-weight: 10;
      }
      
      
      posted in Custom CSS font custom.css
      M
      MwMagicMirror
    • 1 / 1