I have run into a bit of a problem that I don't know how to resolve.
I run on a raspberry pi. I was a couple of versions behind the latest. 1.10 I think
I updated the openweathermap node from within pallet manager.
But now despite restarting (node-red-stop & node-red-start) I cannot get rid of the message.
I have ran the recommended upgrade script and am now on 1.13 but still the same error.
When I start I get
21 Nov 15:39:35 - [info] Node-RED version: v1.2.5
21 Nov 15:39:35 - [info] Node.js version: v12.19.1
21 Nov 15:39:35 - [info] Linux 4.19.66-v7+ arm LE
21 Nov 15:39:36 - [info] Loading palette nodes
21 Nov 15:39:40 - [info] Settings file : /home/pi/.node-red/settings.js
21 Nov 15:39:40 - [info] Context store : 'default' [module=memory]
21 Nov 15:39:40 - [info] User directory : /home/pi/.node-red
21 Nov 15:39:40 - [warn] Projects disabled : editorTheme.projects.enabled=false
21 Nov 15:39:40 - [info] Flows file : /home/pi/.node-red/flows_pi1.json
21 Nov 15:39:40 - [info] Creating new flow file
21 Nov 15:39:40 - [warn]
---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
---------------------------------------------------------------------
21 Nov 15:39:40 - [info] Starting flows
21 Nov 15:39:40 - [info] Started flows
21 Nov 15:39:40 - [info] Server now running at http://127.0.0.1:1880/
Any guidance gratefully received.