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

    realthinx

    @realthinx

    0
    Reputation
    108
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    realthinx Unfollow Follow

    Latest posts made by realthinx

    • RE: MM Shows a plain Black Screen on iOS 9.3.5 device

      I had also an issue with the default calendar module on an iOS 9.3.5 iPad. It could not be rendered. On debugging the iPad Safari with my MacBook i found the reason here: modules/default/calendar/calendar.js, Line 439.

      for(let evt of eventList){
      

      should be

      for(var evt of eventList){
      

      so that older browsers can render the module without error. Would be great if you can add that for the next release :folded_hands:

      posted in Troubleshooting
      R
      realthinx