-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment variables not being read by generate_docker-compose.sh #1
Comments
Hello there! Yeah - I saw that I left a little line that pushes the API token back into the script. I did release a brand new version just now... That simplifies things a fair amount. Can you try downloading v3.2.2 and see if that helps out? Also - your token that you have listed - is that your real token? When I try to see what happens with it says "unauthorized," - so either it's not a real key or something else is weird. |
Far out! This is amazing! So yes, the new version had the fix I needed, followed the readme.md and it all just worked (tweaked the versions on all commands of course). Everything got pulled down and it just came up seamlessly. |
Here's a quick snapshot of what I'm testing against - it's a mix of Tempest, Skys, and Airs - depending on how they're connected to a hub as I group by station. But yeah - if you want to share a key I can test it with you. I've been fortunate to have a few more Tempest users test out the AIO and they had it showing data in a few minutes. However - it's always a fun way to test things out. Also - if there are updates to the steps, please let me know and I'll update the docs to reflect a FAQ. :) |
Is there any way to edit generate_docker-compose.sh with the require variables?
I have set the environment variables as directed. When I read them back
$ echo $WEATHERFLOW_COLLECTOR_THREADS 4
they are set. When I read them back asset | less
I can see them:Regardless, the generate_docker-compose.sh returns the error:
Same result with 'bash ./generate_docker-compose.sh'
Can I edit the generate_docker-compose.sh script to have the required variables?
Thanks for your time.
The text was updated successfully, but these errors were encountered: