• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Stripes problems.

Scheduled Pinned Locked Moved Unsolved Troubleshooting
3 Posts 2 Posters 915 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    cr4shydlo
    last edited by Mar 21, 2020, 5:40 PM

    Hello, I have WS2812b stripes, i try to use MMM-Stripes for managing it, but i
    dont have idea whats is wrong.

    config.js
    {
    module: ‘MMM-Stripes’,
    config: {
    ledCount: 148,
    type: ‘ws281x’,
    gpio: 12
    }
    },

    When i run it i got this info :
    [18:33:30.922] [INFO] [Stripes] Loading LEDs…
    [18:33:30.926] [WARN] [rpi-ws281x-native] This module requires being run with root-privileges. A non-functional stub of the interface will be returned.
    [18:33:30.939] [LOG] [Stripes] LEDs appear to be working!

    Buth when i try to run :
    curl -X GET “http://192.168.33.42/Stripes/set?color=blue”

    I get that Connection droped.

    And another question i need to turn off audio device for using it ?

    Thanks for help.

    S 1 Reply Last reply Mar 21, 2020, 5:46 PM Reply Quote 0
    • S Offline
      sdetweil @cr4shydlo
      last edited by Mar 21, 2020, 5:46 PM

      @cr4shydlo what is this?

      http://192.168.33.42/Stripes/set?color=blue

      MagicMirror?

      If so you need the port too
      http://192.168.33.42:8080/Stripes/set?color=blue

      And u need to allow outside access, address:“0.0.0.0”,
      And
      ipWhitelist:[],

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • C Offline
        cr4shydlo
        last edited by Mar 21, 2020, 5:55 PM

        Yes. I use https://github.com/paviro/MMM-Stripes this module.
        I can’t get any info in documentation.
        Anyone used WS2812b leds with his mirror ?
        Best regards.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy