diff --git a/apps/mylocation/ChangeLog b/apps/mylocation/ChangeLog index b46b3b178..afe1810e9 100644 --- a/apps/mylocation/ChangeLog +++ b/apps/mylocation/ChangeLog @@ -6,3 +6,4 @@ 0.06: renamed source files to match standard 0.07: Move mylocation app into 'Settings -> Apps' 0.08: Allow setting location from webinterface in the AppLoader +0.09: Fix web interface so app can be installed (replaced custom with interface html) diff --git a/apps/mylocation/README.md b/apps/mylocation/README.md index b12ed5dcf..11a644262 100644 --- a/apps/mylocation/README.md +++ b/apps/mylocation/README.md @@ -1,8 +1,13 @@ # My Location - *Sets and stores GPS lat and lon of your preferred city* +*Sets and stores GPS lat and lon of your preferred city* -To access, go to `Settings -> Apps -> My Location` +To access, you have two options: + +**In the App Loader** once My Location is installed, click on the 'Save' icon +next to it - and you can choose your location on a map. + +**On Bangle.js** go to `Settings -> Apps -> My Location` * Select one of the preset Cities, setup through the GPS or use the webinterface from the AppLoader * Other Apps can read this information to do calculations based on location diff --git a/apps/mylocation/custom.html b/apps/mylocation/interface.html similarity index 79% rename from apps/mylocation/custom.html rename to apps/mylocation/interface.html index 5c0130199..79a122bf7 100644 --- a/apps/mylocation/custom.html +++ b/apps/mylocation/interface.html @@ -33,10 +33,11 @@