From 89ac5506355939dd32137e8080054df1122b7e44 Mon Sep 17 00:00:00 2001 From: Paul Warren Date: Sat, 29 Jan 2022 08:14:50 +1100 Subject: [PATCH] Readme updates --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2369f20..6cc75c1 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # EPClock ESP8226 Arduino based ePaper clock, using NTP and showing the weather. -Using a Waveshare 4.3" UART module and an ESP8226 R1 Mini from Jaycar Australia, which is a D1 Mini in the Arduino program. +Using a Waveshare 4.3" UART module and an ESP8226 R1 Mini from Jaycar Australia, which is a D1 R1 in the Arduino program. -The ESP8266 doesn't really have enough RAM to be able to parse the XML available from the Autralian Bureau of Meteorology, so the bom_xml.py script does that and spits out some simplified json I've put that json on my home web server, and set the script to run hourly. +The ESP8266 doesn't really have enough RAM to be able to parse the XML available from the Autralian Bureau of Meteorology, so the bom_xml.py script does that and spits out some simplified json I've put that json on my home web server, and set the script to run hourly. +I've also put in bom_rrd2.py which uses the 'weather-au' library from pip and also pulls some current temperatures from some MQTT sensors I have around the house. -## Required Libraries +## Required Arduino Libraries Timezone: [https://github.com/JChristensen/Timezone]() @@ -29,4 +30,4 @@ Use Images/create_images.py edit for font choice! The current images are in Fre ## Weather Icons -I have derived some from the Australian Bureau of Meteorology, Feel free to use those, or make some better ones! \ No newline at end of file +I have derived some from the Australian Bureau of Meteorology, Feel free to use those, or make some better ones!