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

    vogelboy

    @vogelboy

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

    vogelboy Unfollow Follow

    Best posts made by vogelboy

    • RE: Airplay 'Now Playing' module - help badly needed

      I’m just dropping by to express my encouragement for this effort! I would love to have a now-playing module that used the shairport-sync metadata :)

      posted in Development
      V
      vogelboy

    Latest posts made by vogelboy

    • RE: Airplay 'Now Playing' module - help badly needed

      I’m just dropping by to express my encouragement for this effort! I would love to have a now-playing module that used the shairport-sync metadata :)

      posted in Development
      V
      vogelboy
    • RE: Calendar - Syntax for additional config options?

      omg haha. Thanks!

      posted in Troubleshooting
      V
      vogelboy
    • RE: Calendar - Syntax for additional config options?

      Thanks! Otherwise do I have it correct?

      I have tried the following three ways and none of them seem to work- I still end up with 10.

      • maximumEntries: 3
      • maximumEntries: “3”
      • maximumEntries: ‘3’

      {
      module: ‘calendar’,
      header: ‘H&E’,
      position: ‘top_left’,
      config: {
      calendars: [
      {
      symbol: 'calendar-check-o ',
      url: ‘myurl’
      }
      ],
      maxiumumEntries: “3”
      }
      }

      posted in Troubleshooting
      V
      vogelboy
    • Calendar - Syntax for additional config options?

      Hey! I just set up my calendar and am having trouble figuring out the syntax for the additional config options.

      Specifically, I am trying to change the maximum entries that are displayed. I have added it as shown below and the calendar loads just fine, but it still shows the default of 10 entries. Where am I going wrong?

      Thanks!

      {
      module: ‘calendar’,
      header: ‘H&E’,
      position: ‘top_left’,
      config: {
      calendars: [
      {
      symbol: 'calendar-check-o ',
      url: ‘calendar_url’,
      maxiumumEntries: ‘3’
      }
      ]
      }
      },

      posted in Troubleshooting
      V
      vogelboy