Read the statement by Michael Teeuw here.
MMM-EOL
-
As I thought, the way the data is presented by the API has changed. The module is not completely fixed but it does work. It will rotate through the images but it will not display the nice description that the module normally displays.
I’m struggling a bit with the new data, concerning the description. The data that comes from the node helper in the command terminal shows one thing. The data that is processed in the module.js file and shown in the dev console seems to show different amounts of data. Again, concerning the description. I’m very confused by it. I welcome any assistance that anyone is willing to give.
Meanwhile, you can do a
git pull
for the partial fix (no description) and I’ll continue to investigate this problem -
Thanks for looking into this… I can confirm that it now rotates through the images (progress) but without the description. Hope you can figure out whats wrong pulling down the description as well.
-
Ok, thanks. I will continue to look at this and I’ll reach out to a friend or two if I can’t solve it on my own. I am working on a few other things so it likely will take some time. That’s why I issued the temporary fix just to get it up and running until I can devote some time to it.
-
I wanted to let you know that I looked at this for a while. Apparently, the element
description
that is in the API data has changed with most of the species. They used to provide lengthy, interesting information about the species you were viewing. Now those descriptions contain limited information, such as “bear eating acorns” which tells you nothing about the bear itself. It’s hit or miss, too. Some species have better descriptions than others. Some have none. If you would like to see and decide for yourself you can add this to your custom.css file.MMM-EOL .description { color: #FFFFFF; /* Color the description text. Default is white. */ /* text-align: center; */ /* Align the description text. (left, center, right) */ /* display: none; */ /* Uncomment if you don't want description text */ }
If you are not pleased with the result you can uncomment
display: none,
to once again hide the description. There’s not much else I can do at this time. My apologies. -
@Mykle1 Thanks for looking into this… I will check and see how useful the descriptions will be.
-
No problem. I’m very unhappy with the changes they made to the API data, especially in regards to the descriptive text. Before the changes, the text was extensive and very informative. Now, not so much.
-
-
Again, I’m sorry, my friend. Maybe I’ll shoot them an email and see if anything can be done, or if it’s only temporary. I’ve had data fail in some other modules, only to see it become reliable again.
-
-
I just wrote an email to the API provider, describing the issue. I linked my repo so they could see what I’ve done with the data. The pictures on the repo show the description that you and I both miss. Lets hope for the best.