• 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
  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 Feb 8, 2019, 7:13 PM
Last Online Jan 11, 2021, 10:37 AM

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
    Dec 30, 2020, 5:08 PM

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
    Jan 1, 2021, 1:43 PM
  • 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
    Dec 30, 2020, 5:08 PM
  • 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
    Dec 30, 2020, 4:04 PM
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