For a little project I would like to send a temperature value via LoRaWAN. I am stuck with the LoRaWAN module. I would like to use a NUCLEO-L476RG together with a LoRa 4 click board. This LoRaWAN module can be controlled via 5 pins, the rest are not connected. See on the following link https://www.mikroe.com/lr-4-click
here you have Lora drivers of modules/ICs which are supported under Mbed. How you can see only Semtech drivers are present. RN2483 is from Microchip, but you have a MIPOT 32001353. So these example are not usable for you. You have to found some another way.
Microe library LoRa_4_click in not usable under Mbed but it can be used like a starting point for your own library.
Like the Mbed also the Microe has its own ecosystem but it is more private I think. They have its own modules, its own dev boards, its own compiler and so on.
The example is probably possible to run on another STM32 board but only from Microe ecosystem. So simply, I do not think it is possible to run this code on any Nucleo board.