I'm trying to install this skin in weewx 5.0.2 but I get errors. I think it is not compatible anymore.
weectl extension install https://github.com/neoground/neowx-material/archive/refs/heads/master.zip Using configuration file /etc/weewx/weewx.conf Install extension 'https://github.com/neoground/neowx-material/archive/refs/heads/master.zip' (y/n)? y Extracting from zip archive /tmp/tmp5961tm58 Traceback (most recent call last): File "/usr/share/weewx/weecfg/__init__.py", line 714, in get_extension_installer __import__('install') ModuleNotFoundError: No module named 'install' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/share/weewx/weectl.py", line 74, in <module> main() File "/usr/share/weewx/weectl.py", line 66, in main namespace.func(namespace) File "/usr/share/weewx/weectllib/__init__.py", line 121, in dispatch namespace.action_func(config_dict, namespace) File "/usr/share/weewx/weectllib/extension_cmd.py", line 116, in install_extension ext.install_extension(namespace.source, no_confirm=namespace.yes) File "/usr/share/weewx/weecfg/extension.py", line 130, in install_extension extension_name = self._install_from_file(test_fd.name, filetype) File "/usr/share/weewx/weecfg/extension.py", line 168, in _install_from_file extension_name = self.install_from_dir(extension_dir) File "/usr/share/weewx/weecfg/extension.py", line 179, in install_from_dir installer_path, installer = weecfg.get_extension_installer(extension_dir) File "/usr/share/weewx/weecfg/__init__.py", line 716, in get_extension_installer raise ExtensionError("Cannot find 'install' module in %s" % extension_installer_dir) weecfg.ExtensionError: Cannot find 'install' module in /tmp/tmpz37qd50t/neowx-material-master/ -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8ad1c3d1-14f9-4211-9f04-8b9d30897198n%40googlegroups.com.