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

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt cant get the calendar to show

      Quick update. I hacked around some updates to Node, npm etc, but nothing seemed to work.

      So I removed the async and the await from the addCalendars function so it looks something like this (file: MMM-CalendarExt.js)

      addCalendars: function() {
         var self = this
         for (var c in this.CurrentConfigs.calendars) {
           self.addCalendar(self.CurrentConfigs.getCalConfig(c))
           sleep(1000)
         }
       },
      

      Seems to work for now. But looking back through github I don’t see that these are recent additions so I don’t know why this started failing now. Hopefully somebody smarter than I will figure it out.

      posted in Troubleshooting
      F
      fering3
    • RE: MMM-CalendarExt cant get the calendar to show

      I’m having the same issue for the past few days.

      Updated to the latest release of MM today hoping it would solve it somehow but no luck.

      posted in Troubleshooting
      F
      fering3
    • 1 / 1