MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. broberg
    3. Posts
    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: Majority of my emoji not showing on RPB3+

      @lilpkstud

      At first glance it looks like a chromium/linux problem,

      https://www.google.com/search?client=firefox-b-d&q=chromium+emoji+support

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Your help is needed! Looking for new moderators!

      Yes!!

      I volunteer, since this forum is on my daily browsing routin (on slow days checkin more than one time a day) I think I can clean up spam quite quickly.

      posted in Forum
      brobergB
      broberg
    • RE: Online web Radio

      @BenMarrio

      MMM-TouchPlayerBasic
      MMM-Myvoiceradio

      they both use mpg123 which is a command line based mp3-player, it can play .m3u streams as well.

      posted in Requests
      brobergB
      broberg
    • RE: MagicMirror Dimensions on Pi 4

      remove the rotation from the settings area and add rotation to your css instead and see if that works better

      how to is here : https://forum.magicmirror.builders/topic/9707/save-performance-when-rotating-screen-e-g-on-raspberry-pi

      posted in Troubleshooting
      brobergB
      broberg
    • RE: *HELP* mmm-alexa module won't work

      @D34n08713 then you probably have a broken config file.

      pleas post your config file, it’s probably too many or too few brackets somewhere.

      posted in Utilities
      brobergB
      broberg
    • RE: MMM-GoogleCast

      @sturag said in MMM-GoogleCast:

      Is it possible to remove the speaker icon and volumebar?

      in custom.css add :

      .MMM-GoogleCast .volumeDiv {visibility:hidden}
      .MMM-GoogleCast .volumeIcon {visibility:hidden}
      
      posted in Entertainment
      brobergB
      broberg
    • RE: Adding HTTP stream

      @whitedragon1011 use one of the iframe modules that updates it content every other time.

      or if you by http mean a mjpeg image output you could probably use any image module that you can set to update itself every 2-5 sec.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Portrait TV

      @yellowlogic yes, there are more than one way to rotate the image to portrait, but it’s done all on the PI.

      posted in General Discussion
      brobergB
      broberg
    • RE: Portrait TV

      @yellowlogic you rotate the image via software.

      posted in General Discussion
      brobergB
      broberg
    • RE: SmartMirrors in the bathroom

      All depends on the enclosure behind the mirror, I have a fairly closed box ( large air volume inside so heat isn’t an issue). And the inside don’t get condensation on it, and generally the part with the screen behind it usually gets warm enough so it doesn’t get foggy.

      I wouls strongly advice against anything not glass when it comes to a bathroom mirror due to scratching. The bathroom mirror usually needs more cleaning than say a hallway mirror and the more you clean the more scratching will occur. So the harder the surface the better. And the coated side inwards the screen so you don’t accidentally damage it.

      posted in Tutorials
      brobergB
      broberg
    • RE: Screen size < mirror size?.

      @iosman123 you will see the backlight of the monitor, how much all depend on the glass and the lighting in the room it is placed in. But you will see it.

      posted in Hardware
      brobergB
      broberg
    • RE: Newsfeed custom.css

      @andyyy said in Newsfeed custom.css:

      Hi,

      I am trying to change the font size of the newsfeed. That is my custom.css, the font size is still the same. Any ideas?

      body {
      .newsfeed .medium
      {
      font-size: 15px;
      line-height: 20px;
      }
      }

      You don’t put the .newsfeed inside the body{}

      this should work better :

      .newsfeed .medium {font-size: 15px; line-height: 20px; }
      
      posted in Custom CSS
      brobergB
      broberg
    • RE: Add a background image

      @razvanh after 3 years, I think it has been solved already 😎

      posted in Development
      brobergB
      broberg
    • RE: Using Smartthings motion sensor to turn on/off monitor

      Can also be done with mmm-syslog if you don’t need all the bells and whistles of the remote control module.

      And if you are using the Hubitat Elevation it’s basically the same. but you don’t need custom device handlers. It’s all built in to Hubitat (virtual device, button and then rules to send http get).

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Word wrap Module?

      @ooom416354

      Hi, yes it’s possible but you would have to define the size for the module for it to contain the text.
      (Otherwise it just fills the available space in the bottom_left region)

      so in the custom.css add something like this :

      
      .MMM_modulename {
      width : 400px;
      }
      
      
      

      Replace the “MMM_modulename” with the name of the module and adjust the width accordingly.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Please help! The little different in the height is killing me from inside.

      What positions have you placed your modules in?

      posted in Development
      brobergB
      broberg
    • RE: Spam control?

      @paviro hasn’t been on the forum for over 5months. I haven’t seen any moderators beeing active either.

      @MichMich maybe can get some new moderators active so we can get the spam and misplaced posts sorted.

      I can take some of the burden if there is need for new active moderators.

      posted in Forum
      brobergB
      broberg
    • RE: Need Help to remove the white frame around MMM-iFramePing

      @Stoffbeuteluwe there is no frame in the original code of MMM-iFramePing
      you’ve must have changed something or the displayed item in the iframe has a white background

      posted in Troubleshooting
      brobergB
      broberg
    • RE: can get the sound to work alexa

      First of get the input and output of the soundcard to work, look in to the alsa mixer.

      Check : http://blog.scphillips.com/posts/2013/01/sound-configuration-on-raspberry-pi-with-alsa/

      posted in Troubleshooting
      brobergB
      broberg
    • RE: How to remove Space in a Module

      @Stoffbeuteluwe there is no dumb questions!

      But…
      You could start to specify what module it is (i e the name, not just a picture).
      That way one could look at how the code of the module and then give you examples on how to practically solve it.

      As always when you ask for help on the internet, be specific and add as much info as you can.

      posted in Troubleshooting
      brobergB
      broberg
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 39
    • 40
    • 6 / 40