On 27 November 2017 at 11:26, lorenzo cornaro <
jmaco...@gmail.com> wrote:
> The first question, regarding the correctness of the site's use, is how i
> can share our previous conversation in order to make available what we have
> talked about (It's my first time here).
If you are reading this via email then just using Reply should do it
(or Reply All if necessary). Make sure that the To field contains the
node-red list address, which it should by default. I see you are using
the node red ui list (which is really obsolete) you would be better on
the node red user list which is better supported
https://groups.google.com/forum/#!forum/node-red
I have been copying you in on my posts as you have been sending them
to me so I am not certain which group/groups you are subscribed to.
Assuming you are going through the group then just make sure you send
it back to the group not me personally.
>
> The second question regard problems coming from tries made in these days.
> Node-RED or Chart.bundle.min.js sends every time (i don't know why) a
> message on load of the Tab where is situated the template node, so creating
> a chart.
> The msg that Node-RED or Chart.bundle.min.js sends is the last one sent by
> user through the form (i think the msg is stored in the cache as soon as it
> enters in the template node, so changes to the msg (in the template node)
> won't be saved in chache, but I'm not sure of that).
It is best to sort one problem at a time lets deal with this one
first. Put debug nodes in and work out which node the message is
coming from. Note that if you are still using something similar to the
demo flow as in your first post then you may be talking about the
message from the Chart Helper node. The whole purpose of this node is
to cache the chart data and refresh it when the browser opens the page
so that it shows up to date data. If you don't want that then just
remove that node.
Let's get this problem sorted first then come back with the next question
Colin