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

    Posts

    Recent Best Controversial
    • RE: Changing Module Display Width

      @selym

      in the custom.css

      add

      .MMM-modulename {
          width : 200px;
      }
      

      Be shure to get the module name exactly right (case sensitive and all).
      Do experiment with the width, 200px might be to small, it’s just an example to get you started.

      posted in General Discussion
      brobergB
      broberg
    • RE: Can't access mirror from external source - IPwhitelist doesnt work

      Have you read this thread?
      https://forum.magicmirror.builders/topic/1307/magicmirror-v2-1-0-update-error/8

      It covers whitelist issues

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Magic Mirror on Jessie Lite

      @yours.mukul

      Here is the jessie lite installtion guide :
      https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

      posted in Tutorials
      brobergB
      broberg
    • RE: Does an iPhone notifications module exist?

      I’m not sure if it works as well with Android, but Pushbullet (the app used for the current phone notification module) also exists for apple ios (here : https://itunes.apple.com/se/app/pushbullet/id810352052?mt=8).

      You never know 100% until you try it :)

      posted in Requests
      brobergB
      broberg
    • RE: Music player

      @johnnyboy mpg123 is a linux mp3player that you run from the terminal, it’s a program not a module.

      My touchplayer https://github.com/brobergp/MMM-TouchPlayerBasic

      Gismos voiceplayer
      https://github.com/gismo2006/MMM-Myvoiceradio

      Mpg123 is found here
      https://www.mpg123.de

      posted in General Discussion
      brobergB
      broberg
    • RE: Total novice experiencing install problems with "mm.sh"?

      You have to make a copy of the file “config.js.sample” that is in MagicMirror/config folder and rename it to “config.js”
      Otherwise you have no working config file.

      posted in Troubleshooting
      brobergB
      broberg
    • MMM-TouchPlayerBasic - Simple Webradio and mp3 Playlist player.

      Description:

      This module caters to you who are running touch mirrors and want to be able to just choose a radio station or playlist and play it, no fuzz just buzz.
      Simple audio controls like volume up/down and mute/unmute.
      Pressing stop kills the radio and playlist that is playing and hides all buttons so only the start button is visible.

      I made this for my intended touch mirror but since plans have changed I can no longer use it, better somebody else that runs touch can!

      Thanks to @gismo2006 for making the MMM-Voiceradio that this module is based on.

      Screenshots:

      0_1485797200420_radioplayer.png

      Download:

      [card:brobergp/MMM-TouchPlayerBasic]


      Version 0.1

      • First release
      • Can play mp3 files, streamed via webradio or playlists (.m3u only)
      • Controls master volume of your Pi
      posted in Entertainment touch music radio
      brobergB
      broberg
    • RE: default clock size?

      @costascontis said in default clock size?:

      @broberg thnx mate,but if i use transform: scale all the module goes left and off screen like this:

      Ahh, okey

      add

      transform-origin: top left;
      

      under transform: scale

      Or to change font sizes.

      
      .clock .time {
       font-size: 100px;
      }
      
      .clock .date {
       font-size: 30px;
      }
      
      posted in Utilities
      brobergB
      broberg
    • RE: Projected Capacitive Touch Film

      @spacevolt no, the layer that distorts the electrostatic field readings (the metal coating on the mirror) are still in between the foil and your finger. The board thinks you basically sat your naked ass on the foil :D

      posted in Hardware
      brobergB
      broberg
    • RE: Changing Module Display Width

      @johnnyboy You can do a lot to the Magicmirror and it’s module just by editing the css,

      Here is a good reference for CSS : https://www.w3schools.com/css/

      And css for beginners : http://www.htmldog.com/guides/css/beginner/

      posted in General Discussion
      brobergB
      broberg
    • 1 / 1