The 'findNearestAddress' from geonames.org works only in the US, guess you are not there?
But I have modified the 'whereami.py', so it will just return the GPS coordinates, and in the webservice at http://whereismydevice.com/devices, you will then have a link to Google Maps for this position. Works fine for me here in Denmark
$ diff getactions.py getactions.py.001 45c45 < script += "whereami.sh" --- > script = "whereami.sh" 54c54 < script += "ssh.sh" --- > script = "ssh.sh"