0 votes
in WeatherStationClassic by (120 points)
Hello, I have successfully flashed WeatherStationDemo to my NodeMCU v1.0 and have it properly displaying weather for my area. One modification I have made to the code was to remove the Thingspeak frame. I would like to apply two more mods but I am stuck.

1 - I would like to display Regular time not Military time. Is this possible? Perhaps a change to TimeClient?

2 - I would like to add a frame that displays the name of the city and the state where the current weather is getting pulled from.

Any suggestions would be great! thanks!

1 Answer

0 votes
by (2.9k points)
edited by

1- Use WeatherStationDemoExtendedDST sample - it has all time settings you need:

https://github.com/squix78/esp8266-weather-station/tree/master/examples/WeatherStationDemoExtendedDST

With following correction for missing updates.

https://github.com/squix78/esp8266-weather-station/issues/76

Welcome to ThingPulse Q&A, where you can ask questions and receive answers from other members of the community.

https://thingpulse.com

...