SOLVED DumbassCats
-
Hey @mykle1 ,
What am I looking for at RapidAPI.com to get this module to show something besides Meow ? I have an API but it does not seem to work. -
@plainbroke so, theres a bug in the module
MMM-DumbAssCatFacts.js
change line 102,from
this.facts = data.body.all;
to this
this.facts = data.body;
-
@plainbroke what module is that? he is currently unavailable.
no two apis are alike… so you can’t just replace one with another.
-
@sdetweil
https://github.com/mykle1/MMM-DumbAssCatFacts
The readme has you go to RapidAPI.com and get an API.
From looking around in there, It looks like they use the same api for anything you want in their site… Ya I forgot he told someone on here he was out of contact for a bit… -
@plainbroke I’ll look at it later today
-
@plainbroke so, theres a bug in the module
MMM-DumbAssCatFacts.js
change line 102,from
this.facts = data.body.all;
to this
this.facts = data.body;
-
@sdetweil
Well that worked for a couple days but now it is back to “meow…”.
I removed and reinstalled and went in and changed that again.
Mine is on line 100 though. -
@plainbroke you are getting from here, right?
https://github.com/mykle1/MMM-DumbAssCatFacts.gitline 100 is right, I had added a debug line and a blank line.
-
@plainbroke can u check the startup message log
it will produce an error if the API has trouble…
-
@plainbroke
well it is back MM is driving me crazy lately and that is a short drive for me. -
@sdetweil said in DumbassCats:
@plainbroke you are getting from here, right?
https://github.com/mykle1/MMM-DumbAssCatFacts.gitline 100 is right, I had added a debug line and a blank line.
Yes to your question. I am not sure why because nothing changed overnight, 8pm to 7am next day, but all the sudden it started working. Only thing I can think happened was my internet is hit or miss during really stormy weather and it could not get a good connection to the api provider. If that is even a thing. Which is weird because the RainMap module I have running seems to always work… Oh well problem solved. Not going to worry about it anymore this week.
Thank you for all the help you provide.