From 7785c7ea56867250df5985d0a27a7fd35478e501 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Tue, 30 Nov 2021 23:38:29 +0000 Subject: [PATCH] Mylocation: make into an app --- apps.json | 3 ++- apps/mylocation/README.md | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps.json b/apps.json index 1fab6aa98..371a4f2f3 100644 --- a/apps.json +++ b/apps.json @@ -4563,9 +4563,10 @@ "name": "My Location", "shortName":"My Location", "icon": "mylocation.png", + "type": "app", "screenshots": [{"url":"screenshot_1.png"}], "version":"0.01", - "description": "My Locations adds a menu in the Settings app to set your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README", + "description": "Sets and stores the lat and long of your preferred City or it can be set from the GPS. mylocation.json can be used by other apps that need your main location lat and lon. See README", "readme": "README.md", "tags": "tool,utility", "supports": ["BANGLEJS", "BANGLEJS2"], diff --git a/apps/mylocation/README.md b/apps/mylocation/README.md index 6ae1dd530..aa9a04b81 100644 --- a/apps/mylocation/README.md +++ b/apps/mylocation/README.md @@ -1,8 +1,7 @@ # My Location - *a adds a My Location settings menu, stores GPS lat and lon of your preferred city* + *Sets and stores GPS lat and lon of your preferred city* -* My Location is a service app that adds a 'My Location' menu to the settings menu * Select one of the preset Cities or setup through the GPS * Other Apps can read this information to do calculations based on location * When the City shows ??? it means the location has been set through the GPS