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

    gripworks

    @gripworks

    0
    Reputation
    481
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    gripworks Unfollow Follow

    Latest posts made by gripworks

    • RE: After update, Calendar shows infinite number of events.

      @jasondreher Like kvicksson posted earlier in this thread

      Did you put maximumEntries after each URL call like below?

      url: ‘https://google.com/public/basic.ics’,
      maximumEntries: ‘10’,

      You can now setup on a per calendar basis, which I really like. I think it is a great imporvement.

      posted in Troubleshooting
      G
      gripworks
    • RE: After update, Calendar shows infinite number of events.

      @slametps
      It wasn’t truly infinite, I just have 8 Calendars so with 80 lines to display (the default 10/calendar) it ran off the bottom of the screen, behind the headlines and pushing the monthly calendar off the screen.

      posted in Troubleshooting
      G
      gripworks
    • RE: After update, Calendar shows infinite number of events.

      @orayoflighto
      No I didn’t. When I set it up last year, I must have missed that. I’ll give it a try. Thank you.

      posted in Troubleshooting
      G
      gripworks
    • RE: After update, Calendar shows infinite number of events.

      @kvicksson

      I saw in another thread that it is showing the number of posts specified in the config, but on a per calendar basis. I wanted to show 15 events total, but with 8 calendars it is trying to show 120 events. I went into the config file and changed it to 4 events and now it is showing 32 total. More than I had originally but still small enough that it fits on my mirror. Hopefully an update will return it to a configured Total.

      posted in Troubleshooting
      G
      gripworks
    • After update, Calendar shows infinite number of events.

      Ok so not really infinite, but in the settings I have it set to show the next 15 events. However after the most recent update the number of events continues off the bottom of the screen. This pushes the month calendar off the bottom and runs behind the headlines. Any help would be appreciated.

      posted in Troubleshooting
      G
      gripworks
    • RE: How to update.

      Thank you, That worked. I appreciate the help.

      posted in Tutorials
      G
      gripworks
    • RE: How to update.

      I have never had an issue updating until tonight. I got the following message back and am not sure how to proceed.

      
      pi@magicmirror:~/MagicMirror $ git pull
      
      *** Please tell me who you are.
      
      Run
      
        git config --global user.email "you@example.com"
        git config --global user.name "Your Name"
      
      to set your account's default identity.
      Omit --global to set the identity only in this repository.
      
      fatal: empty ident name (for ) not allowed
      
      

      I’m sure it’s something stupid I don’t understand ,(not super knowledgeable about linux). I have tried entering various credentials in various ways but my lack of understanding the correct syntax seems to be my undoing.

      Thanks in advance.

      posted in Tutorials
      G
      gripworks