Replies: 1 comment 1 reply
-
Hi @Anmirazik, currently the latitude and longitude can only be entered manually and there is no possibility to retrieve them from environment variables. I made some tests because Node-RED has some kind of built-in support for environment variables but unfortunately it doesn't work here (probably because the input fields for latitude and longitude are already verified on frontend side to be valid numbers). Feel free to create a feature request in the issues section if you need this feature. But I cannot promise a quick implementation at the moment as I'm quite busy with other stuff. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi , is there a way for the config to get the latitude and longitude from environment variable ? The use cases is more on deploying the nodered instances in remote location , since remote location have different latitude and longitude , is there a way for the chronos config to receive input from environment variable instead of manually typing the latitude and longitude ?
Im using flowfuse btw to deploy the nodered instances on remote locations and i would like to utilise the environment variable in flowfuse but then again chronos does not allow to receive input from environment variable , any help ? Thank you
Beta Was this translation helpful? Give feedback.
All reactions