Nightbot twitch variables not working

No matter what advanced variables I use with $(twitch username) they always return the basic query response:

Night is currently live playing Super Mario Kart at 720p, 60 fps with 64 viewers since Mon Dec 07 2015 22:10:56 GMT-0500 (EST) (4 hours, 3 minutes, 50 seconds) - http://www.twitch.tv/night

I suggest following the examples on the docs page under “Advanced Usage”.

Example to output “[displayName] is currently streaming [game]”. Replace USERNAME_HERE with the user you want to look up:

$(twitch USERNAME_HERE "{{displayName}} is currently streaming {{game}}")

I did that. Did the followers example and it still outputs the above response

Consider using the example I wrote in my previous post, then modify it to your needs.

Used your example and the followers one from the link. Neither seem to have worked.

I have a strong suspicion the text formatting on your phone is messing up the commands. You should be inputting straight double quotation marks, not curly ones.

Hmm. I did a straight copy and paste

Your quotes are turning into unicode quotes. You need to use " not and

1 Like

Thank you very much! Stupid phone formatting.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.