srchild

Results 18 comments of srchild

I've tried your coordinates 50.12821245114816, 8.691949663737951 and they reproduce the problem! ![lat-lng](https://github.com/MaxWinterstein/homeassistant-addons/assets/104400455/3cb9eaa7-b582-410e-8ede-322ba41190dc) ![ads-b-MF](https://github.com/MaxWinterstein/homeassistant-addons/assets/104400455/e679db7d-e73d-45e9-b8a0-acc761613e4a) As you see, the black dot is nowhere near the position corresponding to the coordinates. It seems...

I'm using ADS-B Multi-Portal Feeder version 1.29.1 as an Add-on

I see that formatter.js does round to three decimal places. Is that relevant? https://github.com/flightaware/dump1090/tree/master/public_html/formatter.js lines 230-233 // p is a [lon, lat] coordinate function format_latlng(p) { return p[1].toFixed(3) + DEGREES...

I think you are correct that formatter.js is not relevant. I'm not familiar with portainer but anyway I think the correct information is reaching flightaware etc. It seems to be...

TYPO3 12.4.27 PHP 8.1.31 Bootstrap package 15.0.0 I got this on installing the extension. However the extension did install, and the problem stopped occurring once I had disabled the TS...

Thanks for the response. I attach a screenshot of my settings. I see nothing of relevance in $GLOBALS['TYPO3_CONF_VARS']['HTTP'] ![settings](https://github.com/user-attachments/assets/12061875-bcad-4c34-a243-937ae742707b)

Thank you for following up on this. My site is on PHP 8.1, but your v4 has a minimum requirement of PHP 8.2 so I can't yet test v4 My...

It is a fresh installation. `settings.subscriptionManager.blog.subscriber.enableNotifications` is set to 1, and that is confirmed when I look at the 'Active TypoScript' In TYPO3 13 I see a little envelope icon...

If I try debugging {_all} TYPO3 crashes with out of memory error (even if I set allowed memory to 750Mb) I tried `{settings.subscriptionManager.blog.subscriber.enableNotifications}` That gives NULL (twice, I have two...