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.

    MM Shows a plain Black Screen on iOS 9.3.5 device

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    29 Posts 12 Posters 13.5k Views 11 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.
    • idoodlerI Offline
      idoodler Module Developer @Pipe-line
      last edited by

      @pipe-line I think we have an iOs 9 device at work. I will debug it tomorrow night. What modules do you have installed?

      1 Reply Last reply Reply Quote 0
      • P Offline
        Pipe-line
        last edited by

        @idoodler I started with Current Weather and Weather Forecast and then only with Current Weather, but no lucky.
        Thanks!

        idoodlerI 1 Reply Last reply Reply Quote 0
        • idoodlerI Offline
          idoodler Module Developer @Pipe-line
          last edited by

          @pipe-line ok. I just gathered the iPad. Its an iPad mini running iOS 9.3.3. I hope I won’t forget it until I get home:)

          1 Reply Last reply Reply Quote 0
          • idoodlerI Offline
            idoodler Module Developer
            last edited by

            Issue has been identified. I am just preparing a pull request. Hold on tight!

            S 1 Reply Last reply Reply Quote 0
            • idoodlerI Offline
              idoodler Module Developer
              last edited by

              Lol. This issue has already been fixed on the 8th of April 2018 by Chris Pickett. It is available on the develop branch. It eventually will be merged with the masterbranch.

              1 Reply Last reply Reply Quote 1
              • P Offline
                Pipe-line
                last edited by

                @idoodler thanks! I will try develop branch this night :)

                1 Reply Last reply Reply Quote 0
                • T Offline
                  thobach
                  last edited by thobach

                  I also identified the issue. It is related to the use of Promises, a feature of ECMAScript 6, which is not supported by iOS 9.3.5. The feature is used in multiple javascript files that are built into the core of MagicMirror2. I believe it can be fixed with a polyfill.

                  idoodlerI 1 Reply Last reply Reply Quote 0
                  • idoodlerI Offline
                    idoodler Module Developer @thobach
                    last edited by

                    @thobach I don‘t think its an issue with the promise itself, but rather with the arrow (=>) operator that defines the callback.

                    T 1 Reply Last reply Reply Quote 0
                    • T Offline
                      thobach @idoodler
                      last edited by

                      @idoodler True! It was fixed in https://github.com/MichMich/MagicMirror/commit/6bb4db38428af7ac46a6f4240ab9cfe4bf9fcbea and I can load now the default configuration on iOS 9.3.5 again.

                      But I can still find one use of “=>” in the develop branch: https://github.com/MichMich/MagicMirror/blob/fb0cc61e09542533affa92b1e8bd6f9a2aca6363/js/module.js#L84.

                      idoodlerI 1 Reply Last reply Reply Quote 0
                      • idoodlerI Offline
                        idoodler Module Developer @thobach
                        last edited by

                        @thobach that link you posted points me to a specific commit. I can not find any use of the => operator in the browser part In remote/develop

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          shiroe @idoodler
                          last edited by shiroe

                          @idoodler so just to clarify, this has been found and due to be fixed?
                          or did i totally misread that…

                          if so can’t wait for new release!

                          EDIT: pardon my manners, thank you for checking this out as well :)

                          idoodlerI 1 Reply Last reply Reply Quote 0
                          • idoodlerI Offline
                            idoodler Module Developer @shiroe
                            last edited by

                            @shiroe This issue has already been fixed on the active development branch. Its basically ready and will be available on the next release.

                            You can already test this fix by switching to the develop branch, but be carefull, this branch is still under active development, hence the name;)

                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              shiroe @idoodler
                              last edited by

                              @idoodler thank you very much again, will keep an eager eye out for this one!

                              1 Reply Last reply Reply Quote 1
                              • R Offline
                                realthinx
                                last edited by

                                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:

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  StevenSeagal
                                  last edited by StevenSeagal

                                  Force close the app. Then upgrade your app may solve iPad screen black problem.

                                  1 Reply Last reply Reply Quote -1
                                  • S Offline
                                    spoonek
                                    last edited by spoonek

                                    This is still an issue.

                                    I have MM 2.12.0 and an iPad2 running 9.3.6 (the highest it will update to). The iPad2 gets the black screen when I go to MM http://ip-address:8080. My iphone 7 renders the page perfectly as do all of my Mac and PC laptops. I had an issue on an older laptop but updated the browser and that fixed it. I can’t update the browser on the iPad as the newer versions need iOS 10+. Any suggestions? Thanks!!

                                    S 1 Reply Last reply Reply Quote 0
                                    • S Do not disturb
                                      sdetweil @spoonek
                                      last edited by

                                      @spoonek did u try chrome browser on the iPad?

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        spoonek @sdetweil
                                        last edited by

                                        @sdetweil Yes, that is my default browser. I tried Safari as well, no luck. I then tried to install Firefox and got the same issue, needs version 10+. Thanks!! :clinking_beer_mugs:

                                        S 1 Reply Last reply Reply Quote 0
                                        • S Do not disturb
                                          sdetweil @spoonek
                                          last edited by sdetweil

                                          @spoonek if u have the black screen using chrome, open the dev window (see the menu) and select the console tab and scroll up to see any errors

                                          Sam

                                          How to add modules

                                          learning how to use browser developers window for css changes

                                          1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            cony
                                            last edited by

                                            I guess this is the problem of iOS.
                                            Have you tried to update the iOS and the app? May be these will help:
                                            1.Update the iOS and the app to the latest version
                                            2. Force Restart iPhone to Fix iPhone
                                            3. Use iOS System Recovery to [fix iOS system free for mac](link url=“https://www.tuneskit.com/ios-system-recovery-for-mac.html”)
                                            4. Using iTunes to Fix

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • 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