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

    JüNi

    @JüNi

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

    JüNi Unfollow Follow

    Best posts made by JüNi

    • RE: maximumNumberOfDays not working

      finally got it working with

      		 {
      				module: "calendar",
      				header: "Abfallkalender",
      				position: "top_left",
      				config:
      					{
      						calendars: [
      							{
      									url: "https://calendar.google.com/calendar/ical/...group.calendar.google.com/private-.../basic.ics",
      	                                maximumNumberOfDays: 14,
      	                            	maximumEntries: 5,
      							},
      						],
      					},
      		},
      
      posted in Bug Hunt
      J
      JüNi

    Latest posts made by JüNi

    • Air pressure for currentweather

      openweathermap.org offers values for the air pressure. Could it be possible to include this to the core currentweather module?

      posted in Feature Requests
      J
      JüNi
    • RE: maximumNumberOfDays not working

      finally got it working with

      		 {
      				module: "calendar",
      				header: "Abfallkalender",
      				position: "top_left",
      				config:
      					{
      						calendars: [
      							{
      									url: "https://calendar.google.com/calendar/ical/...group.calendar.google.com/private-.../basic.ics",
      	                                maximumNumberOfDays: 14,
      	                            	maximumEntries: 5,
      							},
      						],
      					},
      		},
      
      posted in Bug Hunt
      J
      JüNi
    • maximumNumberOfDays not working

      I cant get maximumNumberOfDays working, tried several things like putting it in front of the config, in the config or after the config, days as number or string, nothing worked for me. My last config:

      		 {
      				module: "calendar",
      				header: "Abfallkalender",
      				position: "top_left",
      				config:
      					{
      						calendars: [
      							{
      									url: "https://calendar.google.com/calendar/ical/...group.calendar.google.com/private-.../basic.ics",
      							},
      						],
      					},
       				maximumNumberOfDays: '7',
      		},
      

      201230.PNG

      posted in Bug Hunt
      J
      JüNi