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

    Topics

    • brobergB

      Capacitive touch mirror

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      3
      3 Votes
      3 Posts
      4k Views
      P
      Hi there @broberg and @Sean , I’m Pedro, the Marketing Manager at DISPLAX. We’ve received some contact forms that were referred from the Magic Mirror Forum. First of all, thanks for referring us! Second, DISPLAX provides customised touch foils for any size that you choose (even strange ones), so adapting our touch sensors to any of your mirrors will be a piece of cake. We have appropriate mirror glass that is non-conductive, which is requirement for the PCAP technology. If you feel that you required more information, feel free to contact touch@displax.com Thanks!
    • brobergB

      MMM-TextClock, number blind? No worries, you can now read the time!

      Watching Ignoring Scheduled Pinned Locked Moved Utilities time clock word clock text clock modern
      9
      3
      4 Votes
      9 Posts
      6k Views
      slametpsS
      @broberg : I did a pull-request for adding Indonesian-style to your MMM-TextClock module. [image: 1495348750039-textclock-id.png] [image: 1495348764291-textclock-id-line.png]
    • brobergB

      Forcing language translations in module

      Watching Ignoring Scheduled Pinned Locked Moved Development
      1
      0 Votes
      1 Posts
      1k Views
      brobergB
      How do I go about forcing translations in a module? I want my configuration option to overwrite the main config language setting, how do I do that in the code? I have included translation json files in the module and include them using getTranslations: function() { return { en: "translations/en.json", sv: "translations/sv.json" } }, and then use this.translate('word') I guess this is really simple, but I’m lost
    • brobergB

      MMM-htmlvideo, Basic video file player

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment video videoplayer media movie
      14
      2 Votes
      14 Posts
      13k Views
      cowboysdudeC
      @jabellas said in MMM-htmlvideo, Basic video file player: @cowboysdude Yes, thanks. I ended up doing just that. It seemed to me initially counterintuitive that it would play faster from an external location than locally but it is perfectly smooth if I host the video on a separate web server. I agree with you!! Glad you got it working better :)
    • brobergB

      MMM-doomsDay - The countdown module,

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      74
      3
      7 Votes
      74 Posts
      83k Views
      M
      Hello, first of all thank you for the great modules. I am currently using it to display the time until my vacation. Since I speak German, I made a few changes in the code. But these are lost after an update and I copy & paste them back. Is there a better way to make these changes than fiddling around in the code? I change: ORIGINAL: headerD.innerHTML = this.config.toWhat + "</br>"; MY: headerD.innerHTML = this.config.toWhat; ORIGINAL: timeLeft.innerHTML = daysLeft + " " + this.config.singular; MY: timeLeft.innerHTML = this.config.singular; ORIGINAL: timeLeft.innerHTML = daysLeft + " " + this.config.plural; MY: timeLeft.innerHTML = " noch " + daysLeft + " " + this.config.plural;
    • brobergB

      Increase in spam bots

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      3
      1 Votes
      3 Posts
      2k Views
      paviroP
      Reason is probably that I disabled Akismet.com because it had too many false positives :/ I just switched to reCAPTCHA maybe that will help a bit :)
    • brobergB

      MMM-TouchPlayerBasic - Simple Webradio and mp3 Playlist player.

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment touch music radio
      15
      2 Votes
      15 Posts
      13k Views
      R
      Thanks for the modules works well, instructions were to the tee!.
    • brobergB

      Gesture control with APDS-9960

      Watching Ignoring Scheduled Pinned Locked Moved Development
      18
      0 Votes
      18 Posts
      12k Views
      W
      @wishmaster270 , Sweet! Thanks!!
    • brobergB

      MMM-newsfeedtouch - News so hot you wanna touch it

      Watching Ignoring Scheduled Pinned Locked Moved Utilities touch newsfeed
      18
      5 Votes
      18 Posts
      13k Views
      emloweE
      Just to followup on my CSS, the following should center the content pretty well on most setups - I can’t figure out why I have to manually set the height though, but if I don’t the border doesn’t draw around all the text. This creates something like a “pop-up” in the middle of your screen for the content, which works pretty well for me. .infoCenter { position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); // This centers the box width: 80vw; // set the width to about 80% of the screen height: 20vw; // set the height to about 20% of the screen }
    • brobergB

      Staggered css animation on the raspberry Pi3

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      1
      0 Votes
      1 Posts
      1k Views
      brobergB
      I have some fairly quick css transform animations (using keyframes) in one of my modules, when rendering on the Pi it’s really slow and not at all as smooth as it should be. Is there something I can do to address this, low fps, problem or is it what it is?
    • brobergB

      Making text etc clickable

      Watching Ignoring Scheduled Pinned Locked Moved Development
      14
      0 Votes
      14 Posts
      10k Views
      brobergB
      Next up, adding a timer to the description that doesn’t mess with the news items that is next in line, Tried one version, but it couldn’t handle multiple start/stop clicks.
    • 1 / 1