Thank you. It would appear the credentials you are using to access WU are not being accepted by WU. Currently there are three distinct pieces of information you will use in WeeWX to access WU. To post WeeWX data to WU you will use station ID or name and a password. These are defined in
weewx.conf under
[StdRESTful] [[Wunderground]]. If WeeWX is successfully uploading data to WU then these two parameters are correctly set.
When using
wee_import to download data from WU you need to use station ID or name again but his time you need an API key rather than a password. The API key must be obtained from WU separately is a hexadecimal string 32 characters in length. You must define your station ID or name and API key in your import config file, in your case
/var/tmp/wu.conf.
Can you confirm that you have the correct API key against the
api_key setting in
/var/tmp/wu.conf and is it 32 hexadecimal characters in length?
Also, could you please post future console output as text rather than as an image/screenshot, screenshots make life difficult for us, particularly when using mobile devices. There are a number of ways to do this, if you are unsure how you will find some guidance in the
Help! posting to weewx-user wiki article.
Gary