Help Required with Open Hab Setup

First: use code fences in your posts.

Seems your OH still wants to download weather binding from the repo. See if changing any of the following options in /etc/openhab2/services/addons.cfg makes a difference.

# Access Remote Add-on Repository
# Defines whether the remote openHAB add-on repository should be used for browsing and installing add-
ons.
# This not only makes latest snapshots of add-ons available, it is also required for the installation
of
# any legacy 1.x add-on. (default is true)
#
remote = true
#remote = false

# Include legacy 1.x bindings. If set to true, it also allows the installation of 1.x bindings for whi
ch there is
# already a 2.x version available (requires remote repo access, see above). (default is false)
#
#legacy = true
legacy = false