ibmresearchuk / node-red-bluemix-nodes

A collection of node-red nodes for the IBM Bluemix platform
Apache License 2.0
33 stars 36 forks source link

Add an option to allow language specification for Weather service #54

Closed stevenatkin closed 8 years ago

stevenatkin commented 8 years ago

An option for specifying the language programmatically needs to be added to the weather service. Currently, this can only be set in the plugin panel. One possibility would be to add msg.language as one of the supported configurable variables.

jthomas commented 8 years ago

Thanks for the feedback. This is now supported using the standard "language" parameter on msg.

stevenatkin commented 8 years ago

Perfect. I just verified it works.