OctoPi / Raspberry Pi 4 Noob - Totally stuck & need help

Searched help files - still can't connect Raspberry Pi 4 to WifFi

**Multiple attempts at editing my octopi-wpa-supplicant.txt **

Additional information about your network (Hardware you are trying to connect to, hardware you are trying to connect from, router, access point, used operating systems, ...)

Hi all - I'm new to Raspberry Pi and 3D printing. I really appreciate the awesome community and how much information is out there. I've searched, tried multiple times to edit the octopi-wpa-supplicant.txt file (with BB Edit) , changing localization options and wifi options using sudo raspi-config, and everything else I can try to configure WiFi for Octoprint on a Raspberry Pi 4, but am completely stuck.

The good thing is that I'm at least able to connect locally, and successfully printed several projects on an Ender 3.

Any help would be most welcome. Below is my octopi-wpa-supplicant.txt

# Use this file to configure your wifi connection(s).

# Just uncomment the lines prefixed with a single # of the configuration

# that matches your wifi setup and fill in SSID and passphrase.

# You can configure multiple wifi connections by adding more 'network'

# blocks.

# See https://linux.die.net/man/5/wpa_supplicant.conf

# (or 'man -s 5 wpa_supplicant.conf') for advanced options going beyond

# the examples provided below (e.g. various WPA Enterprise setups).

# !!!!! HEADS-UP WINDOWS USERS !!!!!

# Do not use Wordpad for editing this file, it will mangle it and your

# configuration won't work. Use a proper text editor instead.

# Recommended: Notepad++, VSCode, Atom, SublimeText.

# !!!!! HEADS-UP MACOSX USERS !!!!!

# If you use Textedit to edit this file make sure to use "plain text format"

# and "disable smart quotes" in "Textedit > Preferences", otherwise Textedit

# will use none-compatible characters and your network configuration won't

# work!

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US

## WPA/WPA2 secured

network={
ssid="Network"
psk="password"
key_mgmt=WPA-PSK
}

## Open/unsecured

#network={

# ssid="put SSID here"

# key_mgmt=NONE

#}

## WEP "secured"

## WEP can be cracked within minutes. If your network is still relying on this

## encryption scheme you should seriously consider to update your network ASAP.

#network={

# ssid="put SSID here"

# key_mgmt=NONE

# wep_key0="put password here"

# wep_tx_keyidx=0

#}

# Uncomment the country your Pi is in to activate Wifi in RaspberryPi 3 B+ and above

# For full list see: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

country=GB # United Kingdom
#country=CA # Canada
#country=DE # Germany
#country=FR # France
country=US # United States

### You should not have to change the lines below

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

You have two countries uncommented, GB and US. Try only one.

Maybe he's from the year 1775.