Read the statement by Michael Teeuw here.
Help with Progress Bar for Music
-
I am sending information to my Magic Mirror for music that is playing through alexa, I have the art, album name, song title and have created a module that shows this information. I want to add a progress bar to the module, I have the total run time and could just subtract time as it goes.
Can anyone help with a simple progress bar? I looked at multiple modules that have one but cannot extract that info…
-
@jasondreher said in Help with Progress Bar for Music:
music that is playing through alexa, I have the art, album name, song title
I don’t know how to answer your question, other than to say google is your friend
javascript progress barhow did u get the info for the above?
-
for a single progress bar use
meter
tag in the dom -
@sdetweil
With home assistant (https://www.home-assistant.io/)
and this add on
https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639 -
@jasondreher cool. thx
-
That’s great, when you are able to create these things. Good luck with those ideas.
-
I would search for an npm progress bar module(there’s one for sure).
Then install it via npm.
Include it in your code via thegetScript()
method.
Use it in your code as described in the npm module.
From my point of view it’s the easiest way in this environment without doing all on your own.