• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-CalendarExt - Black Screen

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 2 Posters 658 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    popashack
    last edited by sdetweil Dec 9, 2021, 6:41 PM Dec 9, 2021, 6:17 PM

    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"
    				}
    			  ]
    			}
    		},
    
    S P 2 Replies Last reply Dec 9, 2021, 6:41 PM Reply Quote 0
    • S Offline
      sdetweil @popashack
      last edited by Dec 9, 2021, 6:41 PM

      @popashack see https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • P Offline
        popashack @popashack
        last edited by Dec 13, 2021, 2:13 PM

        @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

        S 1 Reply Last reply Dec 13, 2021, 2:17 PM Reply Quote 0
        • S Offline
          sdetweil @popashack
          last edited by Dec 13, 2021, 2:17 PM

          @popashack if u get black screen you must check and redo the commands for each module

          start by disabling the modules u added
          add

          disabled: true 
          

          after the
          module:
          line in config .J’s

          verify no black screen

          enable one module

          disabled: false
          

          test.
          if black screen fix
          then repeat

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            Last post
          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