krvarma / SparkCore_Node-RED

Spark Core and Node-RED integration
13 stars 2 forks source link

Spark output displaying __TOKEN__ #1

Open imoceanic opened 9 years ago

imoceanic commented 9 years ago

The functionality seems to working correctly so must be storing the tokens correctly and sending the function call to the correct core, but the output message box displays TOKEN in place of the token and I seem to always have the small warning showing.

coreoutput

krvarma commented 9 years ago

Hey @shrkey, the TOKEN is set purposefully. You can see in the sparkcore.html file. I will check the warning and get back you.

Are you getting not configured properly warning message?

imoceanic commented 9 years ago

Hi, thanks - yes I get "Some of the nodes are not properly configured. Are you sure you want to deploy?" when I click on the Deploy button.

krvarma commented 9 years ago

OK, I recreated the issue here, it is with Output Node only. Let me check the issue and get back here.

krvarma commented 9 years ago

@shrkey can you check the latest one, please use this repository in future. The repository is changed. I will update the README soon.

https://github.com/krvarma/node-red-contrib-sparkcore

imoceanic commented 9 years ago

Sorry for the delay - for me it doesn't seem to do anything now - I get the debug messages No Spark Core device id set and No Spark Core access token set everytime I hit Deploy and no calls reach the device.

Note this is running on a server, not a development machine - if that makes a difference.

Thanks