Please excuse my bad English, I am not very good and use Google translation instead.
I made a small app that displays the last measurement of my GMC-320 on my website since the measurement sent to the GMC map.
15111 bytes
See here h**ps://marcodechaligny.fr/
It is done in PHP, so you will need to install it on for example a personal Apache / PHP server or on a website taking into account the PHP language.
It will be necessary to modify in the code: - your ID - the time interval for updating the measurement. - Your timezone
You can integrate the code directly into the code of your html page (by renaming it with the extension ".php") or by going through an html / IFrame of 200px X 113px if you do not want to rename your page with the extension ".php". Of course, this little code is free of rights, you can adapt it as you see fit, but it would be nice to leave my name "Marco de Chaligny" and / or the address of my WEB site. You can download this code here:
Wow thanks so much. I asked about something like this in another post. Your small PHP widget was perfect and gave me just want I needed. Now my last radiation measurement is displayed on home page using base of your PHP.