Very simple weather forecast (as pdf 🤣 ) from yr.no bit manual to setup but should be simple an quick.
Install weather
// Menu: Weather by yr.no// Author: Jakub Olek// Twitter: @JakubOlek /** @type {import("@johnlindquist/kit")} */ /** * 1. Open https://www.yr.no/ * 2. Find your location * 3. Copy what comes AFTER https://www.yr.no/en/forecast/daily-table/ to location const */ const location = "5-1233000/Poland/Poznan"; div( `<iframe src="https://www.yr.no/en/print/forecast/${location}#toolbar=0" height=800 width=600/>`, "p-2");