• 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.

Nothing loading on screen

Scheduled Pinned Locked Moved Unsolved Troubleshooting
4 Posts 4 Posters 647 Views 4 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
    pkup10
    last edited by Sep 18, 2021, 1:45 AM

    Re: MMM-CalendarExt2
    I am new here and am trying to get the calendar extension to work. I set it up with the basic configuation but I am getting a blank screen in Magic Mirror. Any help would be appreciated.

    {
    module: ‘MMM-CalendarExt2’,
    config: {
    calendars : [
    {
    url: “https://www.google.com/calendar/ical/ovb564thnod82u5c4njut98728%40group.calendar.google.com/public/basic.ics”,
    },
    ],
    views: [
    {
    mode: “daily”,
    },
    ],
    scenes: [
    {
    name: “DEFAULT”,
    },
    ],
    },
    },

    S A 2 Replies Last reply Sep 18, 2021, 3:17 AM Reply Quote 0
    • S Away
      sdetweil @pkup10
      last edited by Sep 18, 2021, 3:17 AM

      @pkup10 check the messages where u start mm,

      there will be some errors,
      module not found

      do
      npm install --save
      for each in the MMM-CalendarExt2 module folder

      maybe
      request
      rrule-alt
      and valid-url

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • A Offline
        almightyyoshi @pkup10
        last edited by Sep 19, 2021, 11:27 AM

        @pkup10

        I had the same problem with CalExt2 after a reinstall a couple of months ago. @sdetweil actually led me to it in a random response to someone else. Go into your modules folder and type:

        npm install request

        That should clear it up.

        P 1 Reply Last reply Oct 14, 2021, 9:21 AM Reply Quote 0
        • P Offline
          Perkinje 0 @almightyyoshi
          last edited by Oct 14, 2021, 9:21 AM

          @almightyyoshi ‘npm install request’ fixed this problem for me. Took me a while to find the fix though. Use ‘pm2 log’ to see what is causing mm to fail.

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