MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. popashack
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    popashack

    @popashack

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Pensacola

    popashack Unfollow Follow

    Latest posts made by popashack

    • RE: MMM-CalendarExt - Black Screen

      @popashack
      Sam,

      Blacks screens are still occurring.

      Can you share a minimum setup for MMM-CalendarExt or MMM-CalendarExt2 that works, even with a default ical? This is really all I am trying to do is put all my todos and calendars in front of me. I decided to try with Google and todoist. Both work, but I really need to see a week at a time and this still black screens with no error with the script above.

      I plan to add outlook and google task later, but both seem like more of a challenge.

      Thanks.

      Carl

      posted in Troubleshooting
      P
      popashack
    • MMM-CalendarExt - Black Screen

      I am a newbie so here goes
      I took the standard parameters and utilizing one calendar I get no errors but a black screen. I am utilizing wallpaper and some other things. What am I missing?
      The config.js is below.

      Thanks.

      
      {
      			module: 'MMM-CalendarExt',
      			position: "bottom_left", //anywhere. It is not related to real position of view
      			config: { // Read below
      			  system: {
      				show: ['daily'],
      				locale: 'nl-NL',
      				fullDayEventLocalize: 1,
      				redrawInterval: 60000, //minimum 60000
      			  },
      			  defaultView: {
      			  dateFormat: "D MMM",
      			  fullDayEventDateFormat: "D MMM",
      			  oneLineEvent:0,
      			  overflowRolling: 1,
      			  overflowHeight: 400,
      			  overflowDuration: 5,
      			  weekdayFormat: 'dddd',
      			  },
      			  calendars: [
      				{
      				url: "https://calendar.google.com/calendar/ical/abc...gmail.com/public/basic.ics"
      				}
      			  ]
      			}
      		},
      
      posted in Troubleshooting
      P
      popashack