From 3873d2b70bc92bd5df4a832e3f814d32f41220a4 Mon Sep 17 00:00:00 2001 From: Doreen Seider Date: Mon, 21 Mar 2016 22:37:12 +0100 Subject: [PATCH] updated info and screenshots added information about configuration page, updated screenshots --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ef5e4a..2fceabe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Feather is a lightweight watchface for Pebble. It shows time, date, battery char ###### Note For licensing reasons, the font used ([Neuropol X] (http://typodermicfonts.com/neuropol-x/)) is not published here. The watchface expects the TrueType font file under: /resources/fonts/neuropol_x_reg.ttf You can replace the font with any TrueType font file. If so, the references in /appinfo.json need to be adapted. -An API key is required to fetch weather information using the API of [OpenWeatherMap] (http://openweathermap.org/). You can get one [here at the OpenWeatherMap website] (http://openweathermap.org/appid#get). Replace the placeholder 'YOUR_API_KEY' in /src/js/temperature.js with your actual API key. +An API key is required to fetch weather information using the API of [OpenWeatherMap] (http://openweathermap.org/). You can get one [here at the OpenWeatherMap website] (http://openweathermap.org/appid#get). Replace the placeholder 'YOUR API KEY GOES HERE' in /src/js/temperature.js with your actual API key. +The configuration page requires [Slate](https://github.com/pebble/slate) in version 0.3.3. (More precisely: slate.min.js, slate.min.css, PFDinDisplayPro-Light.woff, PTSans-regular.woff) -![Screenshot of the Feather watchface](doc/images/screenshot_feather.png) +![Screenshot of the Feather watchface](doc/images/screenshot_feather_light.png "Light theme") __ ![Screenshot of the Feather watchface](doc/images/screenshot_feather_dark.png "Dark theme")