MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. str3pto
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 1
    • Controversial 0
    • Groups 0

    str3pto

    @str3pto

    1
    Reputation
    114
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    str3pto Unfollow Follow

    Best posts made by str3pto

    • RE: I'm trying to get MMM-News-QR working, but I don't see any QR?

      Hi @fribse

      just add the position on the module, like so.

      {
      module: ‘MMM-News-QR’,
      position: ‘bottom_left’,
      config: {
      updateType : ‘push’,
      interval: 2000,
      animationSpeed: 2500,
      colorDark: ‘#fff’,
      colorLight: ‘#000’,
      imageSize: 150
      }
      }

      posted in Troubleshooting
      S
      str3pto

    Latest posts made by str3pto

    • RE: MMM-network-signal module ALWAYS displays message text

      no worries! happy to help 😃

      posted in Troubleshooting
      S
      str3pto
    • RE: MMM-network-signal ALWAYS displays text

      Hi @MMush

      please raise as an issue on the github of the creator, on the mean time what i done to solve it i went to the MMM-network-signal.js file on the module folder and changed the showMessage default to false.

      it works.

      Str3pto

      posted in Troubleshooting
      S
      str3pto
    • RE: I'm trying to get MMM-News-QR working, but I don't see any QR?

      Hi @fribse

      just add the position on the module, like so.

      {
      module: ‘MMM-News-QR’,
      position: ‘bottom_left’,
      config: {
      updateType : ‘push’,
      interval: 2000,
      animationSpeed: 2500,
      colorDark: ‘#fff’,
      colorLight: ‘#000’,
      imageSize: 150
      }
      }

      posted in Troubleshooting
      S
      str3pto