Read the statement by Michael Teeuw here.
MMM-RottenTomatoes displays awaiting update
-
@lavolp3 where did the pr come from? what repo? git clone that repo to install and test
-
@sdetweil it’s old stuff as I see, has been explained before already
https://forum.magicmirror.builders/post/70295When I install @parnic’s fork,
- I have a node.js error since the NodeHelper has not been declared in this file.
This can be resolved by adding
var NodeHelper = require("node_helper")
below the declaration of the rt-scraper.
- then see only the headers and no movies as has been described above.
That’s the problem with scrapers. Small cosmetic changes in the website break them.
- I have a node.js error since the NodeHelper has not been declared in this file.
-
RT has obviously changed their content more towards TV shows since cinemas are not well visited at the moment.
-
@lavolp3 yeh, one of the TV show scrapers failed too for similar cause.
-
Still nothing new here?
Saw that https://github.com/parnic/MMM-RottenTomatoes has gotten a new push but still seems like the same problem.
-
@tomyboy96 same for me. No movies showing up.
-
@lavolp3 I tried to dig a bit deeper into the rt-scraper module again and it seems the references for the elements are all different from the current page.
The output of the module is empty and therefore we only see the headlines and no content.
I don’t think I’ll be able to fix it.