Skip to content

Instantly share code, notes, and snippets.

@marcszy91
marcszy91 / parser.lua
Last active February 5, 2021 21:53
Lua snippet for parsing latest temperature for DIY Cloud Weather Station with ESP32/ESP8266 https://randomnerdtutorials.com/cloud-weather-station-esp32-esp8266/ for neutrino hd receiver
-- Author Ezak (Marc Szymkowiak)
-- 2021
-- LICENSE MIT
function init()
--config
windowTitle = "Temperature"
url = "http://replace_url_to_weather_station.com/"
-- global vars