PtrBld / MMM-Podcast

Show videos from a podcast on your Magic Mirror
6 stars 1 forks source link

Send notification to all modules, when video download has finished #16

Closed Ax-LED closed 5 years ago

Ax-LED commented 6 years ago

@PtrBld Is it possible to add a notification to all modules, when video download has finished? I think it needs modification in node_helper.js file.on('finish', function() { file.close(cb); }); Some notification that sends to MMM-Podcast.js. From there a notification could be send to all modules like "Video_complete".

Maybe an idea if you modify/refresh your module the next time. I use it serveral times a day, but sometimes i want to watch "Tagesschau" quicker than my Wifi connection of pi is. My pi switches automatically on and off, so it need to run some time until the video download is completed.

AxLED

PtrBld commented 5 years ago

Done