From 0e29d7332984f541f5a3571dfe6c8a141017c84e Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Fri, 21 Jul 2023 23:07:06 +0200 Subject: [PATCH] update weewx-netatmo-update post --- .../posts/2023-07-15-update-weewx-netatmo-extension/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/2023-07-15-update-weewx-netatmo-extension/index.md b/content/posts/2023-07-15-update-weewx-netatmo-extension/index.md index dc52f86..0337006 100644 --- a/content/posts/2023-07-15-update-weewx-netatmo-extension/index.md +++ b/content/posts/2023-07-15-update-weewx-netatmo-extension/index.md @@ -3,7 +3,7 @@ title = 'Update weewx-netatmo extension' summary = 'Upgrade the authentication method from _password_ to _preauthenticated refresh_token_' date = '2023-07-15T17:02:10+02:00' -lastmod = '2023-07-21T19:57:47+0000' +lastmod = '2023-07-21T21:07:06+0000' categories = [ 'amateur-radio' ] tags = [ 'wx', 'weewx', 'netatmo', 'server', 'selfhost' ] @@ -60,7 +60,7 @@ The configuration should look like this now: mode = cloud ``` -I removed the username and password variables but added the `refresh_token` manually +I removed the `username` and `password` variables but added the `refresh_token` manually because the configuration was not properly written by `wee_config --reconfigure`. A restart of WeeWX should fetch the data again.