Hi everyone, I’m trying to figure out how to display the FindMyiPhone map in OpenHAB. I know that the iOS app itself can’t show the map directly, but I’ve heard there’s a workaround using a custom HTML file. I’ve set up a WebView label pointing to a static HTML file, but I’m running into some issues. When I use the full URL like http://OpenHABIP/static/Test.html, it works, but if I just use /static/Test.html, the map doesn’t load. I’m wondering if there’s a way to pass the coordinates generated by the FindMyiPhone binding to this HTML file within OpenHAB. Maybe there’s another method someone has discovered? I’m really hoping the community can help me out here. Thanks in advance for any suggestions or insights!