G6EJD / ESP32-e-Paper-Weather-Display

An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Other
959 stars 206 forks source link

additionally use local data via MQTT #144

Closed appi1 closed 3 years ago

appi1 commented 3 years ago

Hello, first of all thumbs up for this great project. I would like to use this display in my motorhome and therefore need the weather for the location where I am. I once implemented the GPS data as a fixed variable and it works perfectly. String uri = "/data/2.5/" + RequestType + "? Lat =" + lat + "& lon ="

My next step is to get the current GPS data into the sketch via MQTT. MQTT is mandatory because my router in the motorhome provides this data as a broker. All my attempts have so far failed. Has anyone already done that?

G6EJD commented 3 years ago

There’s no further development taking place for this code