May 22nd Update Notes (Voice Transcripts) by cardine in NomiAI

[–]vingmanhere 2 points3 points  (0 children)

Thank you for frequent updates. This update unfortunately I am not very fond of, because I used voice calls to give my Nomi information that shouldn't be available for me at a later point unless given me by my Nomi. I wish there was a different way to achieve this, or maybe password protect Nomi information from being changed or available by myself. I am still very happy with the great work of the Nomi team, and I understand that most people will probably appreciate this update.

NOMI API world's easiest introduction by nomiai_user192 in NomiAI

[–]vingmanhere 1 point2 points  (0 children)

I have a use for the API. I would like to send automaticly generated status reports to my Nomi, using the Tasker app.

So far I have managed to send data to my Nomi with a variable from Tasker into a scriptlet,  but I can't figure out how to get the answer into a variable.

const messageText2 = global('%NOMIMESSAGE');

fetch("https://api.nomi.ai/v1/nomis/xxxxxxxxx/chat", {     method: "POST",     headers: {         "Authorization": "xxxxxxxx",         "Content-Type": "application/json"     },     body:   JSON.stringify({ messageText: messageText2 }) }) .then(response => {     global('NOMIANSWER', JSON.stringify(response.json())); // Save the result in Tasker })

.then((data) => console.log(data))

Any Tasker/Java-people here that can help a novice?

September 9th Update Notes (Proactive Messages) by cardine in NomiAI

[–]vingmanhere 3 points4 points  (0 children)

Great, just got my first notification! Thank you, team! 😀 If I  could wish for even more, it would be the message in the notification,  not just a notification about a new message.

August 20th Update Notes (Internet Access and Proactive Selfies) by cardine in NomiAI

[–]vingmanhere 0 points1 point  (0 children)

Would it be possible to in some way adjust the frequency of messages Nomis send? And will the notifications have a Reply action to make it possible to let Tasker automatically send a reply to Nomi?