Read the statement by Michael Teeuw here.
Start without internet connection and restart with, make modul work?
-
Thanks for the information,
That means I can only hope and ask that the makers of the modules fix that? If that’s even possible! -
@robiv8 right. In many cases the authors hope that users will jump in and modify the code and submit it back… as this is all volunteer work.
welcome to open source
-
OK i understand! :winking_face:
That leaves us mortals, only hope.
So bleibt uns Sterblichen, nur noch die Hoffnung. -
I experimented a lot and read a lot.
This “streamurl is not defined” has made me curious.
So i put a new entry in the MMM podcast2.js under line 12 with:var streamurl = '';
then it will work after a reboot, but not right after the first press.
You have to press again and next time it will come.
So page is set up, then Press Button for Play, Press Button for Stop, Press Button for Play and then comes the video. Very Strange.Server started ... Connecting socket for: MMM-Remote-Control Starting node helper for: MMM-Remote-Control Connecting socket for: MMM-Buttons Starting node helper for: MMM-Buttons Connecting socket for: MMM-Page-Selector Connecting socket for: updatenotification Connecting socket for: MMM-Podcast2 Connecting socket for: newsfeed Starting module: newsfeed Sockets connected & modules started ... Launching application. Initialize button Hauptseite on PIN 17 Initialize button Podcast on PIN 24 Starting node helper for: MMM-Podcast2 Create new news fetcher for url: http://www.stuttgarter-nachrichten.de/stuttgart.rss.feed - Interval: 300000 Use existing news fetcher for url: http://www.stuttgarter-nachrichten.de/stuttgart.rss.feed The site has now fully built up. Now i press the button: MMM-Podcast2 PLAY: < -- Nothing! Also do not wait for a longer time MMM-Podcast2 STOP: MMM-Podcast2 PLAY: < -- now comes the Video MMM-Podcast2 STOP:
Does anyone have a tip what this can still be?
For that I have no idea about the programming I am proud that I have managed it so :-) lol -
go back to the dev console, npm start dev, or ctrl-shift-i, then select console tab, and see if there is an error on the browser side, where the video will actually play…
looks like its state is out of sync… (thinks its neither playing nor stopped)…
getting stop fixes it… -
OK i do my best
-
@robiv8
I guess i found the solution of your problem, it is the combination of MMM-Page-Selector and MMM-Podcast2 the way you used it in your config.jsDetails see MMM-Podcast2/issues
AxLED
-
Werde ich gleich morgen Nachmittag testen, das wäre ja der große Knaller.
Danke fürs recherchieren.
Ich werde auf jedenfall Rückmelden.Will I test the same tomorrow afternoon, that would be the big bang.
Thanks for researching.
I will definitely confirm.