MtStickC accuweather.com mini weather station
-
Hello, I wanted to present a simple mini weather station program showing the current weather using the accuweather.com service. The program was made in UiFlow web ide 1.4.5 and tested on m5stickC firmware 1.4.2.
source code and resource files:
https://github.com/stonatm/m5stickc/tree/master/accuweather
-
Ouu nice, can this be tied up with the env hat or yun?
-
@ajb2k3 what connection do you mean ?. you mean hardware or program?
-
him mean is these product:
YUN:
https://m5stack.com/collections/m5-hat/products/m5stickc-yun-hatsh20-bmp280-sk6812ENV-HAT:
https://m5stack.com/collections/m5-hat/products/m5stickc-env-hat -
it seems to me that the author of the @ajb2k3 post wanted to display the data from these sensors / hats just like me
-
@robalstona Hi, sorry I've been busy.
I was wondering if you work could be combined with the hats and it all work or would adding the units cause something in your code to break. -
Yes, you must replace for example read temperature block with block which reads temperature from hat you use. Ewentually adds new block lcd.print for printing pressure and humidity with appropriate blocks reading data from these sensors But problems may be with icon and weather description, because the weather description and icon number corresponding to the current weather is downloaded from the accuweather.com website. some fun and testing with font type, coordinates and colors and it will work