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

    Posts

    Recent Best Controversial
    • RE: Calendar module shows entries outer range

      Workaround:
      A little script solve the problem. In the ICS-file at HOME directory will the „BYMONTHDAY“ part deleted.

      
      sed -r 's/INTERVAL=1;BYMONTHDAY=[0-9][0-9]?/INTERVAL=1/g' /
      ~/mycalendar.ics
      
      
      posted in Troubleshooting
      M
      Monkye
    • RE: Calendar module shows entries outer range

      Many, many THANKS to you. I‘m happy that you resolve this problem

      posted in Troubleshooting
      M
      Monkye
    • RE: Calendar module shows entries outer range

      @sdetweil I sent you the mail to your account. Thank you in advance

      posted in Troubleshooting
      M
      Monkye
    • RE: Calendar module shows entries outer range

      @sdetweil Can I sent you a board mail?

      posted in Troubleshooting
      M
      Monkye
    • RE: Calendar module shows entries outer range

      And here a picture - SORRY german only

      The Lines marking the events out of date range
      red: december
      blue: august
      yellow: july

      8593dba5-71fd-47be-8547-e7569b12f27a-grafik.png

      posted in Troubleshooting
      M
      Monkye
    • RE: Calendar module shows entries outer range

      @sdetweil No problem, the url’s are not a secret :-).

      {
      	module: "calendar",
      	position: "top_left",   // This can be any of the regions. Best results in left or right regions.
      	fetchInterval: 240000,
      	config: {
      		maximumNumberOfDays: 30,
      		maximumEntries: 10,
      		getRelative: 0,
      		calendars: [
      				{
      					symbol: "birthday-cake",
      					url: "http://localhost:8080/modules/default/calendars/1.ics",
      			},
      				{
      					symbol: "calendar-check-o",
      					url: "https://www.zaoe.de/ical/8231/_1-3-4-6/23/"
      			}
      		]
      	}
      },
      
      posted in Troubleshooting
      M
      Monkye
    • Calendar module shows entries outer range

      Hello Together,
      My MM use the standard calendar modules. And the data come from an import via vdirsyncer ICS file. The calendar shows all events with the same day include from outside of the defined range in config file.

      Parameters in CONFIG.JS:
      MaximumNumberOfDays: 30
      MaximumEntries: 10
      GetRelative: 0

      Example:
      at date 2022/03/07 will show

      • Birthday of Jan-Peter Friday 03/11/2022
      • Party at Rico Friday 06/11/2022
      • Wedding anniversary Sunday 08/13/2022
      • …

      It looks like a filter is „ill“…

      Any ideas?

      THX, Uwe

      posted in Troubleshooting
      M
      Monkye
    • 1 / 1