Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module stuck in "Lade..." #3

Open
smylees opened this issue Feb 22, 2024 · 2 comments
Open

Module stuck in "Lade..." #3

smylees opened this issue Feb 22, 2024 · 2 comments

Comments

@smylees
Copy link

smylees commented Feb 22, 2024

Hi there,

thanks for the nice module first, it looks amazing!
Nevertheless I'm facing an issue:

I did the following in the "modules" folder:

git clone https://github.com/sebikolon/MMM-RVV.git
cd MMM-RVV
npm install
npm install request
npm install cheerio
npm install

Then I added your sample configuration to config.js and started the MagicMirror. The Module just shows "Lade..." and nothing happens even after a long period of time.
grafik
I tried the "logToConsole: true" but it doesn't show anything in my "pm2 log mm". Internet connection is fine (every other module is working) an I can easily open https://txt.bayern-fahrplan.de/textversion/bcl_abfahrtstafel in the browser.

What might be the problem?
I'm relatively new to Linux so sorry for any inaccuracy.

Thanks a lot for your help
smylees

@SeBuCX
Copy link
Contributor

SeBuCX commented Feb 26, 2024

Hi @smylees , thanks for your message! I will look into the issue asap and feed you back. Cheers, Sebastian

@SeBuCX
Copy link
Contributor

SeBuCX commented Apr 4, 2024

Seems like "bayern-fahrplan.de" was re-launched and is now "bahnland-bayern.de".
After quick research, I found a new URI that allows to parse the DOM elements: https://bahnland-bayern.de/de/moby/efa/app/departureMonitor.

The "web-scraper" component of this module would need to be re-written.
Feel free to contribute! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants