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

    surekap

    @surekap

    2
    Reputation
    535
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    surekap Unfollow Follow

    Best posts made by surekap

    • RE: Airplay 'Now Playing' module - help badly needed

      ANNOUNCE: Check out https://github.com/surekap/MMM-ShairportMetadata

      Its my first attempt at writing anything in node.js so I basically wrote a python script to translate the XML from shairport-sync into json objects.
      The module manages a child process which pipes the XML to the Py script and reads the json and displays it.

      posted in Development
      S
      surekap
    • RE: Airplay 'Now Playing' module - help badly needed

      @Brice changes made. Check out the “alignment” config option.

      The hide behaviour is not perfect - takes a few seconds to hide the module - this is because we issue the hide command in case of ‘pfls’ [play flush] and ‘pend’ [play end] metadata commands. Unfortunately, the ‘pfls’ command is followed up with fresh metadata and it takes a few seconds for the ‘pend’ to come from the iPhone.

      Tested with playing and pausing repeatedly.

      posted in Development
      S
      surekap

    Latest posts made by surekap

    • RE: Airplay 'Now Playing' module - help badly needed

      @Brice changes made. Check out the “alignment” config option.

      The hide behaviour is not perfect - takes a few seconds to hide the module - this is because we issue the hide command in case of ‘pfls’ [play flush] and ‘pend’ [play end] metadata commands. Unfortunately, the ‘pfls’ command is followed up with fresh metadata and it takes a few seconds for the ‘pend’ to come from the iPhone.

      Tested with playing and pausing repeatedly.

      posted in Development
      S
      surekap
    • RE: Airplay 'Now Playing' module - help badly needed

      ANNOUNCE: Check out https://github.com/surekap/MMM-ShairportMetadata

      Its my first attempt at writing anything in node.js so I basically wrote a python script to translate the XML from shairport-sync into json objects.
      The module manages a child process which pipes the XML to the Py script and reads the json and displays it.

      posted in Development
      S
      surekap