Read the statement by Michael Teeuw here.
Request To Modify MMM-json
-
I have a request that I will pay someone to modify the exiting module mmm-json.
I’m currently pulling life360 data from my Homeseer home automation controller and it has all the data I need, but I want to make some of it conditional.
The data is in this format:
Name Home or Away Location In-TransitAnd it does not include column headers (and I don’t need them)
So the data looks like this:
Joe Home Rose Steet No
Sally Away I95 Yes
George Away Main Steet NoWhat I would like it to do is only display Home or Away if Home. And if Away display the location. And the yes no for intransit should be In-Transit for Yes and blank for no
So the sample data would look like this:
Joe Home
Sally I95 In-Transit
George Main StreetI would love to discuss a reasonable pri ce for this. Please reply or msg me.
Thank you!
-
I did find this for anyone willing to do this. https://github.com/kaylathedev/life360-node-api - looks like someone did some API work unofficially. seems like an interesting project.
-
@sifuhall Hi,
I think it might be already possible with my MMM-ValuesByNotification module.
If you need a module to fetch the data you can use a curl command with my MMM-CommandToNotification.
If you can send the data via MQTT you can use MMM-MQTTbridge.
-
Thank you both! I’ll check in to those ASAP
And If anyone else may be willing I would love to see if we could work out a reasonable price!