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

    Perilax

    @Perilax

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

    Perilax Unfollow Follow

    Latest posts made by Perilax

    • Too many dates shown in calendar module.

      Platform: Raspberry Pi 3 B+
      Node Version: 12.16.1
      MagicMirror Version: 2.13.0-develop and also the current master branch

      Description: The calendar module shows 10 lines of the next dates. But in the config.js I have limited it to 5 entries.

      
      module: "calendar",
      header: "Kalender",
      position: "top_left",
      config: {
       titleReplace: { "Aichach": "", "in": "" },
       fade: false,
       calendars: [
      {
      symbol: false,
      maximumEntries: 5,
      url: "https://calendar.google.com/......}
      ]
      }
      
      

      Is there any idea what is wrong ?

      posted in Bug Hunt
      P
      Perilax