MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. vogelboy
    3. Posts
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 1
    • Controversial 0
    • Groups 0

    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
    • 1 / 1