Skip to content

Instantly share code, notes, and snippets.

@huberf
Created May 18, 2017 15:47
Show Gist options
  • Save huberf/b51832c3a76ecca8cbc5eb89eb2e93c7 to your computer and use it in GitHub Desktop.
Save huberf/b51832c3a76ecca8cbc5eb89eb2e93c7 to your computer and use it in GitHub Desktop.
Google Assistant Nomie Tracker

This setup uses the Nomie Pro API and IFTTT.

Steps

  1. First you will need to setup the Nomie Proxy service, located at https://github.com/huberf/nomieproxy. This is required because when asking Google 'log that I am angry', you will need to modify the keyword angry to equal the tracker, 'Angry' in my case.
  2. Next, go to IFTTT and create a new applet at the applet creation page.
  3. For the This field, select Google Assistant, and select the trigger Say a phrase with a text ingredient. Now create several phrases. I recommend *log that I just $` as one. Use the $ figure where you want to tracker name to be stated.
  4. After this, for the Then field, select Maker Webhook. Now you just need to put the following format in the URL field: https://YOUR_SERVER.herokuapp.com/PROXY_PASS/{{TextField}}. Replace, YOUR_SERVER and PROXY_PASS with the corresponding values.
  5. Now you just need to press Create and start logging via the Google Assistant.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment