• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Default calendar ignoring some config.

Scheduled Pinned Locked Moved Troubleshooting
3 Posts 3 Posters 352 Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    nibov33070
    last edited by sdetweil May 27, 2020, 11:57 AM May 27, 2020, 9:59 AM

    Hi. The default calendar ignores some of my settings. The maximumNumberoOfdays & MaxTitleLength, but wrapEvents ignores me. Here’s my config:

    { 
       module: "calendar",
       header: "",
      fetchInterval: 18000000,
      position: "top_right",
       config: {
         calendars: [
                     {
                        symbol: "calendar-alt",
                        name: "name",
                        maximumNumberOfDays: 8,
                        maxTitleLength: 5,
                        maximumEntries: 8,
                         showLocation: true,
                         fade: false,
                         fadePoint: 1,
                          showEnd: true,
                         wrapEvents: true,
                         url: "url.com/calendar"
                         auth: {
                                     user: "me",
                                      pass: "pass",
                                     method: "basic",
                                     }
                             },
                      ]
             }
        },
    
    
    S 1 Reply Last reply May 27, 2020, 11:58 AM Reply Quote 0
    • S Offline
      sdetweil @nibov33070
      last edited by May 27, 2020, 11:58 AM

      @nibov33070 please use the markdown for code and config

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • J Offline
        JohnBachini
        last edited by May 27, 2020, 12:37 PM

        @nibov33070

        Dont use this module but noticed you have maxTitleLength: 5, documentation says value between 10 & 50.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy