Location sensor work only in companion

use the LocationChanged event rather than the Clock.Timer event
also you might want to remove the AskForPermission blocks… the necessary permissions should be asked automatically…
did you enable GPS?
are you testing your example app outside to get a good GPS signal?
it takes a few seconds until you get the first coordinates…

Taifun