A blog post detailing the creation of a colour e-paper weather display using a Pimoroni Inky Frame and the Met Office API. It covers the process of fetching weather imagery, converting it to JPEG format, and displaying it on the Inky Frame using MicroPython.
Getting started with WiFi on Raspberry Pi Pico W board
This article doesn't work for the Raspberry Pi Pico W, as the pin has moved.
Instead use
led = machine.Pin("LED", machine.Pin.OUT)