MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. codecook
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 0

    codecook

    @codecook

    0
    Reputation
    451
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    codecook Unfollow Follow

    Latest posts made by codecook

    • RE: Simple Music Player Module

      Thanks for the great module. One problem I have is it plays for few seconds and stops automatically. Is there a reason? Please let me know.

      Below is the code for the player from config

      {
                              module: 'mm-music-player',
                              position: 'bottom_left',
                              config: {
                                       startingVolume: 35,
                                       fadeDuriation: 2000
                                       }
                      }
      
      posted in Entertainment
      C
      codecook