WeeWX Version 5 Coming- Install Problem Using master #863
-
I'm unsure if the issue is in the Belchertown master.zip (downloaded 30 Jan 2023) or in WeeWX 5.0.0a14 I'm attaching the result from my attempt to install into the alpha. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From a15 onwards, external skins are able to be installed. That was not possible in earlier versions of WeeWX 5 Old style: from setup import ExtensionInstaller New style: from weecfg.extension import ExtensionInstaller |
Beta Was this translation helpful? Give feedback.
From a15 onwards, external skins are able to be installed. That was not possible in earlier versions of WeeWX 5
Still, devs may want to follow the progress as the install method for skins has changed.
Old style:
from setup import ExtensionInstaller
New style:
from weecfg.extension import ExtensionInstaller