From 3d74663dfb89cab84ee6711203ba6bdad1193980 Mon Sep 17 00:00:00 2001 From: Pablo Gonzalez Date: Fri, 5 Feb 2021 16:40:29 +0100 Subject: [PATCH] adding readme to main page --- apps.json | 1 + apps/planetarium/README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/apps.json b/apps.json index e70d5cec3..c7738d2ca 100644 --- a/apps.json +++ b/apps.json @@ -2714,6 +2714,7 @@ "name": "Planetarium", "shortName":"Planetarium", "icon": "planetarium.png", + "readme": "README.md", "version":"0.02", "description": "Planetarium showing up to 500 stars using the watch location and time", "tags": "", diff --git a/apps/planetarium/README.md b/apps/planetarium/README.md index e922c55ac..69ccd5334 100644 --- a/apps/planetarium/README.md +++ b/apps/planetarium/README.md @@ -27,3 +27,6 @@ Maybe you want to add some more constellations to the planetarium. As you can se - Upload the new `planetarium.const.csv` to your bangle (or emulator) and test it out. What is a constellation star is not in the 500 star list in `planetarium.data.csv`? If you need another star to draw the constellation you can find that star in the full star list (`starinfo/planetarium.stars.csv`) and put it in `planetarium.extra.csv`. That stars will be loaded only when constellations are shown. In order to refer to these extra stars in the `planetarium.const.csv` you have to use the code `e_linenumber`, in order to differenciate them from the stars in the normal file. For instance, to refer to the first star in the file `planetarium.extra.csv`, you will refer it as `e_1`. Do not forget to add an extra line at the end as in the other files. + +## Development version +Please check the latest development version [here](https://github.com/pglez82/BangleApps)