WiFi connected Weather magnet using Particle(spark) Core and 4 digit 7 Segment display
####Building Tutorial Coming Soon
1, 2 & 3 - Shows the temperature
4 - Shows the weather status (see status codes)
U
- Unknownt
- ThundersC
- Clear skyo
- Partly OvercastO
- Overcastd
- Drizzler
- RainS
- SnowF
- Fog or MistE
- Extreme
- Create a free account in openweathermap.org and create appid
- Add appid in the weather.json.
- Change the City name to yours.
- Change units to
imperial
, if you want temperature in farenheit. - Check the api call using this URL (Change attributes according to the config)
http://api.openweathermap.org/data/2.5/weather?q=stockholm,SE&units=metric&appid=<App-ID>
Once configuration is done and checked, Use particle webhook create webhook.json
command to create the webhook.
- Copy the content of
weather.app
in a new project - Add the library
elapsedMillis
from builtin libraries - Verify and Flash
- Get base firmware from
https://github.com/spark/firmware
- Copy the folder weather to
user/applications
- cd to the
main
folder in base directory - Build using
make clean all PLATFORM=core PARTICLE_DEVELOP=1 APP=weather