-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combination with MMM-iFrame-Ping module blocks display of TomTom Map. #5
Comments
Okay. That is strange. What does the debug output says when you activate the flight radar? |
MagicMirror-error.log There are MM logs from the time I posted my screenshots. I do not see anything about iframe TomTom modules there that would be useful... Or there are other logs I need to look at? And one detail. It is not specific to FlightRadar24. I think it is a behavior of TomTom. Because any module with iframe functionality breaks TomTom module. doesn't matter what kind of web page is displayed in said iframe, presence of it itself unrenders TomTom. For my usage I just created two separate layouts that cronjob switches in set time, because tomtom module is useful only in the morning. So it is not an actual issue for me anymore. But might be an issue for someone else |
Thanks. The problem starts in the module remote control, not in the flight tracker. Does your mirror work if you only configure this module and the flight module? |
I deleted all modules but iFrame-Ping and TomTomTrafficIncidents and still I see only iframe content... |
I have to try to reproduce it here. |
I use Pi 4B 8GB as a server. |
I've done some thorough testing. The problem is not caused in this module. Somewhere in the iframe-ping and helper there is some sort of memory leak that is causing the malfunction in the display in the TomTom API. I took the stable v5 and my beta of v6 module from this repo. What I can see is that MMM-iFrame-Ping has some issues by itself. You can only call one module in the configuration. When you define more MMM-iFrame-Ping in the config, only the last one will run and the other ones will only display the PING result. The owner of this module should fix this issue first. In mean time I keep this bug report open. Perhaps it still on this side of the module proven with other modules. |
Hi Guys, Titou. |
Thanks. I have to look deeper in it. I think that there is an overlap in a global variable. Because I can't change the module MMM-RAIN-RADAR I have to look in mine module. I pick this up as well that the zoom-level visibility has been changed by TomTom. |
Hi, I am trying to use your plugin, and it worked great till the moment I added an independent iframe module to show a flightradar map on a screen. When I add iframe (doesn't matter what it is displaying, what size, or where it is located) TomTom just won't load. When I delete the iframe module it starts to work again. Where can be a problem? I want to use your module, it is good for my purpose.
with iframe
without iframe
don't mind the overlapping modules, on my vertical oriented display it is ok :)
The text was updated successfully, but these errors were encountered: