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

    Posts

    Recent Best Controversial
    • RE: [MMM-Buttons] Connect multiple buttons to send configurable notifications

      Anyone have an example of a switching profile using Buttons + ProfileSwitcher ?

      posted in System
      PointPubMediaP
      PointPubMedia
    • RE: MagicMirror not Mirror

      @foppa

      I’m using http request in my LUA like that

      local status,result = luup.inet.wget(“http://10.99.99.15:8080/TESTING”")

      I also have a URLENCODE function to convert my string…

      function urlencode(str)
         if (str) then
            str = string.gsub (str, "\n", "\r\n")
            str = string.gsub (str, "([^%w ])",
               function (c) return string.format ("%%%02X", string.byte(c)) end)
            str = string.gsub (str, " ", "%%20")
         end
         return str
      end
      
      posted in Show your Mirror
      PointPubMediaP
      PointPubMedia
    • RE: Graph module

      I’m using a bunch of graph already… why not using Grafana to record the data and the iFrame module to display them in your MM ?

      posted in Requests
      PointPubMediaP
      PointPubMedia
    • RE: Physical button

      I got some momentary push button… which pin I need to connect the other cable from the button If I’m using pin 24 ?

      EDIT: Should I need to enable something else under raspi-config / interfacing options ?

      EDIT2: Make it working fine with one button!

      If I’m using more than 1 button, like 24 and 25… can I use the same GND for both ?

      posted in Hardware
      PointPubMediaP
      PointPubMedia
    • RE: Hello , my english is not good ....

      @Le-Belge Le mieux est d’aller chercher des RSS dans ta region avec la langue que tu veux!

      posted in General Discussion
      PointPubMediaP
      PointPubMedia
    • RE: Weatherunderground - currently - hourly - daily - configurable

      @ostfilinchen Already did my git pull this morning…

      posted in Utilities
      PointPubMediaP
      PointPubMedia
    • RE: Weatherunderground - currently - hourly - daily - configurable

      Got the same issue…

      0_1486222341948_2017-02-04 10_31_48-Text To Speech (TTS) With Sonos - Creating Dynamic Messages.png

      The first 4 got no icons…

      posted in Utilities
      PointPubMediaP
      PointPubMedia
    • RE: Weatherunderground - currently - hourly - daily - configurable

      I think I found a little bug… using coloricon: true, the main icon is in color, but not the small ones… and the first 3 row got no icons…

      posted in Utilities
      PointPubMediaP
      PointPubMedia
    • RE: Hello , my english is not good ....

      Pour mettre en FR, tu as juste a mettre

      language: ‘fr’,

      Dans ton config.js

      posted in General Discussion
      PointPubMediaP
      PointPubMedia
    • RE: Display modules in a carousel

      @izanbard said in Display modules in a carousel:

      @PointPubMedia yes you can, but you do it by position. Read the config above and see if you can work out in the positional settings you ignore modules per position. Hint it is between enabled and overrideTransitionInterval.

      Working fine ;)
      That’s perfect!

      thanks mate!

      posted in System
      PointPubMediaP
      PointPubMedia
    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 2 / 9