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

    lotusvball

    @lotusvball

    1
    Reputation
    129
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    lotusvball Unfollow Follow

    Best posts made by lotusvball

    • RE: MMM-CalendarExt2

      Can someone show me what I am doing wrong. I have this configuration:

      	{
      		module: 'MMM-CalendarExt2',
      		config: {
      			//firstDrawingDelay: 1000*10,
      			scenes:[
      				{
      					name: "DEFAULT",
      					views: ["VIEW1"],
      				},
      				],
      			views:[
      				{
      					name: "VIEW1",
      					mode: "daily",
      					title: "Bard Family Schedule",
      					position: "bottom_right",
      					maxItems: 100,
      					maxDays: 5,
      					locale: "en",
      					hideOverflow: true,
      					filterPassedEvent: true,
      					slotCount: 4,
      					calendars: ["Steve","Tracie","Alex"],
      				},
      				],
      			calendars: [
      			    
      				{
      					name: "Steve",
      					url: "https://calendar.google.com/calendar/ical/",
      					beforeDays:0,
      					afterDays: 5,
      				},
      				
      				{
      					name: "Tracie",
      					url: "https://calendar.google.com/calendar/ical/",
      					beforeDays:0,
      					afterDays: 5,
      				},
      				{
      					name: "Alex",
      					url: "https://calendar.google.com/calendar/ical/",
      					beforeDays:0,
      					afterDays: 5,
      				},
      				
      				
      				
      				],
      			},
      	},
      

      The actual calendars have the correct url in my setup. If I set one calendar to show in the view ie. [“Alex”] it works but if I try to do all of them I get nothing. Only the headings for the days.

      Here is the startup sequence:

      Starting MagicMirror: v2.9.0
      Loading config …
      Loading module helpers …
      No helper found for module: alert.
      Initializing new module helper …
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper …
      Module helper loaded: MMM-GooglePhotos
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper …
      Module helper loaded: MMM-MyScoreboard
      No helper found for module: MMM-pages.
      Initializing new module helper …
      Module helper loaded: MMM-OnScreenMenu
      No helper found for module: MMM-SmartWebDisplay.
      Initializing new module helper …
      Module helper loaded: MMM-CalendarExt2
      All module helpers loaded.
      Starting server on port 8080 …
      Server started …
      Connecting socket for: updatenotification
      Connecting socket for: MMM-GooglePhotos
      MMM-GooglePhotos started
      Connecting socket for: MMM-MyScoreboard
      Starting node_helper for module [MMM-MyScoreboard]
      Connecting socket for: MMM-OnScreenMenu
      Connecting socket for: MMM-CalendarExt2
      Sockets connected & modules started …
      Launching application.
      MMM-GooglePhotos initialized after loading.
      [CALEXT2] calendar:Steve >> Scanning start with interval:1800000
      [CALEXT2] calendar:Tracie >> Scanning start with interval:1800000
      [CALEXT2] calendar:Alex >> Scanning start with interval:1800000
      [CALEXT2] calendar:Alex >> Scanned: 3, Selected: 3
      [GPHOTO] Scan finished : 66
      [CALEXT2] calendar:Steve >> Scanned: 0, Selected: 0
      [CALEXT2] calendar:Tracie >> Scanned: 7, Selected: 7

      Can you see anything I am doing wrong?

      posted in Utilities
      L
      lotusvball

    Latest posts made by lotusvball

    • RE: MMM-CalendarWeek

      @rookiepilot I am having the exact same issue. I even tried to delete the event and re-add it and it still shows 1 day early.

      posted in Utilities
      L
      lotusvball
    • RE: MMM-CalendarExt2

      @Sean Just emailed it. from sabard@gmail.com

      posted in Utilities
      L
      lotusvball
    • RE: MMM-CalendarExt2

      Can someone show me what I am doing wrong. I have this configuration:

      	{
      		module: 'MMM-CalendarExt2',
      		config: {
      			//firstDrawingDelay: 1000*10,
      			scenes:[
      				{
      					name: "DEFAULT",
      					views: ["VIEW1"],
      				},
      				],
      			views:[
      				{
      					name: "VIEW1",
      					mode: "daily",
      					title: "Bard Family Schedule",
      					position: "bottom_right",
      					maxItems: 100,
      					maxDays: 5,
      					locale: "en",
      					hideOverflow: true,
      					filterPassedEvent: true,
      					slotCount: 4,
      					calendars: ["Steve","Tracie","Alex"],
      				},
      				],
      			calendars: [
      			    
      				{
      					name: "Steve",
      					url: "https://calendar.google.com/calendar/ical/",
      					beforeDays:0,
      					afterDays: 5,
      				},
      				
      				{
      					name: "Tracie",
      					url: "https://calendar.google.com/calendar/ical/",
      					beforeDays:0,
      					afterDays: 5,
      				},
      				{
      					name: "Alex",
      					url: "https://calendar.google.com/calendar/ical/",
      					beforeDays:0,
      					afterDays: 5,
      				},
      				
      				
      				
      				],
      			},
      	},
      

      The actual calendars have the correct url in my setup. If I set one calendar to show in the view ie. [“Alex”] it works but if I try to do all of them I get nothing. Only the headings for the days.

      Here is the startup sequence:

      Starting MagicMirror: v2.9.0
      Loading config …
      Loading module helpers …
      No helper found for module: alert.
      Initializing new module helper …
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper …
      Module helper loaded: MMM-GooglePhotos
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper …
      Module helper loaded: MMM-MyScoreboard
      No helper found for module: MMM-pages.
      Initializing new module helper …
      Module helper loaded: MMM-OnScreenMenu
      No helper found for module: MMM-SmartWebDisplay.
      Initializing new module helper …
      Module helper loaded: MMM-CalendarExt2
      All module helpers loaded.
      Starting server on port 8080 …
      Server started …
      Connecting socket for: updatenotification
      Connecting socket for: MMM-GooglePhotos
      MMM-GooglePhotos started
      Connecting socket for: MMM-MyScoreboard
      Starting node_helper for module [MMM-MyScoreboard]
      Connecting socket for: MMM-OnScreenMenu
      Connecting socket for: MMM-CalendarExt2
      Sockets connected & modules started …
      Launching application.
      MMM-GooglePhotos initialized after loading.
      [CALEXT2] calendar:Steve >> Scanning start with interval:1800000
      [CALEXT2] calendar:Tracie >> Scanning start with interval:1800000
      [CALEXT2] calendar:Alex >> Scanning start with interval:1800000
      [CALEXT2] calendar:Alex >> Scanned: 3, Selected: 3
      [GPHOTO] Scan finished : 66
      [CALEXT2] calendar:Steve >> Scanned: 0, Selected: 0
      [CALEXT2] calendar:Tracie >> Scanned: 7, Selected: 7

      Can you see anything I am doing wrong?

      posted in Utilities
      L
      lotusvball
    • RE: MMM-MyScoreboard

      tried that and it say that it needs done manually. I see the code in the .js part but don’t know how to fix it.

      posted in Sport
      L
      lotusvball
    • RE: MMM-MyScoreboard

      @Stoffbeuteluwe So I misunderstood the message. It installs but gives a high vulnerability warning. It still needs to be fixed to fix the vulnerability.

      posted in Sport
      L
      lotusvball
    • RE: MMM-MyScoreboard

      Trying to install this and there is an issue with cryptiles . It won’t install and need upgraded cryptiles to version 4.1.3.

      posted in Sport
      L
      lotusvball