Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

arminha/worldclockwidget

Repository files navigation

World Clock & Weather

This project is not maintained any more!

A simple application to display the local time and current weather conditions in places all over the world. It comes with two home screen widgets which show weather and time or time only.

image

Features

  • Generate own api key via signup. Process described at Settings -> GENERAL -> !!!Important!!!
  • Show local time and weather conditions in more than 4000 places.
  • Add your own places: Add a place in the same time zone and change its name and coordinates to your desired location to show the actual weather condition there!
  • A compact clock widget, displaying the local time in your favorite locations.
  • A widget showing the time and weather, which is re-sizable to show multiple locations on the home screen.
  • Simple and clean UI
  • Customizable widget colors (including transparent background)

The Internet connectivity permission is only used to retrieve current weather conditions.

Download

The latest version of the app is available on F-Droid.

Screenshots

wiki/Screenshots

Building

We use Gradle. Run ./gradlew assembleDebug to create a debug build or ./gradlew assembleRelease to create a release build.

OpenWeatherMap API key

Using the OpenWeatherMap API requires an API key. A default key is stored in the file ./worldclockwidget/default_owm_api_key. It can be overwritten by setting the Gradle project property owmApiKey. It is recomended that you shoould generate your own API key. Process described at Application Settings -> GENERAL -> !!!Important!!!

Libraries

The app uses and includes the following libraries:

Acknowledgements

  • Special thanks to vyick for beta testing and feature suggestions!
  • Weather data is provided by Open Weather Map.
  • The weather icons are based on Meteocons from Alessio Atzeni.
  • Time zone and geographical data is provided by GeoNames.