Skip to content

Simple weather station-esque program, written in Java with the Processing library.

Notifications You must be signed in to change notification settings

Ghoelian/WeatherStation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Station

Simple weather station-esque program, written in Java with the Processing library. I was getting tired of my weather station constantly running out of batteries, and it running fast, so I made my own.

Made for a 480x800 display, have not tested scaling in any way.

image

Install

Prerequisites

You can get the latest release from the releases page.

Copy data/variables.json.example to data/variables.json and edit it to include your own details. I haven't implemented proper error handling yet, so invalid values will crash the application.

Windows

Simply run the executable.

Linux

Make the WeatherStation file executable:

chmod +x WeatherStation

Then simply run the now executable file:

./WeatherStation

Build

The easiest way to build the project is to use the Processing IDE. Simply load the project into the IDE, and click File->Export Application, then select your desired targets.

About

Simple weather station-esque program, written in Java with the Processing library.

Resources

Stars

Watchers

Forks

Packages

No packages published