One of my side projects has been to build a simple Raspberry Pi device for me to control and manage my SM installation while onboard (as I don't want to go digging out my laptop all the time).
The platform I've built is a standard RPi in a 7" touchscreen. This works well and I can log into the BCS with no issues.
however, I notice that although I can execute a show location in the GPS setting, which works fine, I can't set this as an auto refreshing map.
This appears to be a due to the map display process using a POST process somewhere in the code. This means that the browser (Chromium at the moment) puts up a request to confirm the re-submission of the request before it will re-display the page.
I'm using Chromium as I have a handy extension that sets the page to refresh automatically at a predefined time duration.
All the workarounds I've found so far require me to start messing with the page code so I thought I'd mention it here in case anyone has already resolved this.
Not really a critical thing but it stops people bugging me with 'Where are we now?' questions

Cheers
Ian