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

    Posts

    Recent Best Controversial
    • RE: Calendar modification

      That makes perfect sense. :) sorry didn’t catch that…

      posted in Tutorials
      B
      brad
    • RE: Calendar modification

      Here is my info @aarinsingh , it doesn’t crash but it is also not limiting the number of days. From what I can see at a quick glance is that this was using a method that may have been replaced in the load process for this module, because it seems to only be using the default for this setting. I may follow to code later and see how this is loading and why my setting is being ignored.

      {
      			module: 'calendar',
      			header: 'Events',
      			position: 'top_left',
      			maximumNumberOfDays: 7,
      			config: {
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'https://calendar.google.com/calendar/ical/your-info'
      					}
      				]
      			}
      		},
      

      Note from admin: Please use Markdown on code snippets!

      posted in Tutorials
      B
      brad
    • 1 / 1