MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. cycaaa
    3. Topics
    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 2
    • Posts 3
    • Groups 0

    Topics

    • C

      how to create slide button for my carousel?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      2
      1
      0 Votes
      2 Posts
      592 Views
      D
      Sir, If you got the solution then please tell me can we do this in blogger?
    • C

      how to divide the payload of socketnotification

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      4
      0 Votes
      4 Posts
      970 Views
      S
      @cycaaa looks like result in node_helper is not a string object according to the doc, results is an array PythonShell.run('my_script.py', options, function (err, results) { if (err) throw err; // results is an array consisting of messages collected during execution console.log('results: %j', results); }); SO, you need to get them all, so, sendSocketNotification(“string”,results.join(’ '))
    • 1 / 1