@zdenek not yet, but next version for both things…
Read the statement by Michael Teeuw here.
Best posts made by petero-dk
Latest posts made by petero-dk
-
RE: MMM-NokiaHealth (Withings)
@zdenek You do not need to reset MM, just call the http://apps.ecomerc.com/nokiahealth/user.php?userid=[youruserid]&a=set and the graph will display for a few seconds.
When you want to see it again, call
http://apps.ecomerc.com/nokiahealth/user.php?userid=[youruserid]&a=set(It is like a remote control for the graph) - yes I know it seems stupid but at the time it was a good idea, it will be changed completely
-
RE: MMM-NokiaHealth (Withings)
I know, I know, I know, the use case is convoluted and it needs work work work.
The graph will not display until a remote server flag is set. This was to avoid opening ports in the local network (which is not possible with me). The graph is supposed to only show when you have been on the scale (I am working on something that will make that user configurable, but time, ohhhh that missing time)
For now, try manually from your phone or laptop or somewhere else calling:
http://apps.ecomerc.com/nokiahealth/user.php?userid=[youruserid]&a=setThat will set a server flag that the module will check in order to show the graph. The idea was you can use IFTTT to set the server flag and show the graph, this was the model because IFTTT has a trigger for Withings new measurement. This does not work because the IFTTT trigger has a delay of up to 15 minutes.
-
RE: MMM-NokiaHealth (Withings)
I am just airing one idea here:
Using the https://github.com/node-pcap/node_pcap I should be able to setup a listener for Withings Scales (by either destination URL or MAC address) once a device is detected show the graph.
Please feel free to share your thoughts on that? I do not know if this is too much for the MagicMirror to handle with pcap add-on. Perhaps this should be a separate plugin that can be reused for other device detections.
-
RE: MMM-NokiaHealth (Withings)
I am sorry for the really slow response time, I have been totally swamped at work.
When it shows on the screen, it is essentially a small iframe in the middle with a graph (I will at some point get a screenshot)
However I have realized that the IFTTT integration is waaaaaay to slow, it will check once every 15 minutes, and then I have usually left the mirror. I need to figure out a way to instantly get the information from the scale. I have a few ideas but simply not enough time.
-
MMM-NokiaHealth (Withings)
Description:
I have just created (based on the MMM-iFrame module) a module to show a graph of scale measurements from Withings.
Very very much alpha stage, but quite simple to setup and use, any comments, suggestions or PRs are most welcome.
The idea is that you setup a IFTTT applet that runs a webrequest when a new body measurement is made. That will show the graph on the mirror, and it will autohide again.
(It would be great to add config options to change this behavior, but that is on the todo list)
Download
[card:ecomerc/MMM-NokiaHealth]