• 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
  1. Home
  2. fering3
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

fering3

@fering3

0
Reputation
229
Profile views
2
Posts
0
Followers
0
Following
Joined Nov 8, 2016, 7:33 PM
Last Online Sep 16, 2018, 11:51 PM

fering3 Unfollow Follow

Latest posts made by fering3

  • 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
    Jan 2, 2018, 1:18 AM
  • 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
    Jan 1, 2018, 11:28 PM
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