Update: See the posts towards the end of this thread for updated instructions, including pre-packaged files for /boot and notes on drivers needed in /lib/modules.
As per my earlier post, the Meteohub image won't run on the Pi 3B+, however there is a way to get it to run in a Frankenkernel configuration. First, you need to write the latest image, http://www.meteohub.de/files/mhrpi-v5.0s.rar, to an SD card.
(A note on this image, since it's rather old it'll tell you that the demo version has expired when it's running, so you'll need your licence key ready after you install it).
Then go to https://github.com/raspberrypi/firmware ... aster/boot and clone/download the contents of the /boot directory. Use this to overwrite everything in the same directory on the SD card (so /boot and /boot/overlays), which includes the drivers and kernel that'll boot on the 3B+.
Finally, you've got an image that will boot on a 3B+. There are errors during the boot process related to some Meteohub scripts, but I don't know if that's normal or not.
Once it's booted, SSH in with user "root", password "meteohub", and:
apt-get update
apt-get dist-upgrade
apt autoremove
Having gone through all that, it would be nice to get an updated version of the Meteohub image that runs out of the box on the 3B+.
Also, the fact that this Frankenkernel boots and runs can be taken as proof that Meteohub runs fine on the latest kernel, and doesn't need the two-year-old one that the current image is built on
