Skip to content

ZXant/owm-display

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Display

This page is a small, HTML- and JS-only, website to show basic weather information for a sailing spot in southern germany.

Screenshot

API Key

The API key must be provided using the URL hash, like

index.html?apikey=abcdef

Custom Position

When using this site for any other spot, please set the position argument in the URL:

index.html?apikey=abcdef&position=41.145556,-73.995

Please note that this will not change the rain and lightning maps as they are a bit of a hack and not using proper slippy maps.

Related Projects

https://github.com/nils-werner/raspi-dashboard is a dashboard for Arch Linux that automatically boots into a browser.

https://github.com/nils-werner/raspi-overlayroot is a method of mounting your root filesystem read-only, so unplugging power doesn't corrupt your filesystem, or your SD card doesn't wear down after a few months.

Example

An example of this site can be found on http://nils-werner.github.io/owm-display/

Obviously you need to provide your own API key.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • HTML 8.0%
  • CSS 4.2%
  • Python 2.8%