Will Shearer

Results 11 comments of Will Shearer

I know this is super old, but if anyone else needs this, I have gone for creating a backup after and before critical changes are made in the application. I...

@anandanand84 Thanks for the quick reply. I have done this already, as mentioned, my test array was [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15] This gave me the console warning of being less than 250, but...

@anandanand84 ![image](https://user-images.githubusercontent.com/17556774/59161389-0a310880-8ada-11e9-9311-7fcb40839932.png) ![image](https://user-images.githubusercontent.com/17556774/59161405-3056a880-8ada-11e9-9447-20b3999a403f.png) FYI: ``` $ node -v v10.15.3 ```

@blackhanddev twitter have changed API I believe, I am getting 404 error too: ``` $ node bot.js I wish I started trading earlier than I did but I thankGod for...

It is the stream call that is causing it, If you just want to retweet comment out the parts which are replying to followers and mentions. I have forked this...

@nisrulz I think you'll find only the retweet part of the bot will be working. 100% stream.on() returns 404 and has done for a while. For anyone interested my fork...

Hi, thank you so much helping - where would I find the MMM-AlexaPi config? It's not in modules folder?

they share the same `changeRangeMin` + `chartRangeMax` asI tried to fixusing #181

> Was this ever resolved/figured out? It was a while ago now. I *think* I ended up using a variable colour either side of the baseline. I was trying to...

> Makes sense, thanks! My use case is fairly similar, so variable color could be a good approach for me. I'm not sure if it'll help you but this is...