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: try to find module

      @Fonfon yes, if you put in the ical adress of your google calendar or ios calendar it will.

      posted in General Discussion
      brobergB
      broberg
    • RE: Layout problem

      Do what strawberry wrote, it will give you more space on the screen.

      also

      This should change the size of the fonts in the top two modules only

      
      .currentweather {
      font-size: 50%;
      }
      
      .clock {
      font-size: 50%;
      }
      
      
      posted in Troubleshooting
      brobergB
      broberg
    • RE: try to find module

      @Fonfon how do you set appointments in your phone? In the calendar app? Then use the default calendar module.

      posted in General Discussion
      brobergB
      broberg
    • RE: Layout problem

      @fiskaren no, if they are in the same region they will always stock on top of each other.

      use top_left for clock and top_right for weather and then place the other modules in the upper/lower third regions and bottom regions.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Layout problem

      @fiskaren in what regions have you placed your modules?
      I would suggest regions top_left and top_right for the clock and weather.

      And you probably have to change the font sizes to make it fit.
      Add this in to your custom.css file

      .xsmall {
        font-size: 15px;
        line-height: 20px;
      }
      
      .small {
        font-size: 20px;
        line-height: 25px;
      }
      
      .medium {
        font-size: 30px;
        line-height: 35px;
      }
      
      .large {
        font-size: 65px;
        line-height: 65px;
      }
      
      .xlarge {
        font-size: 75px;
        line-height: 75px;
        letter-spacing: -3px;
      }
      

      Then change the font-size until you have the look you want.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Module Switcher?

      @james-k-7 https://forum.magicmirror.builders/topic/1402/mmm-profileswitcher-a-profile-user-layout-switching-module

      posted in Development
      brobergB
      broberg
    • RE: electron size

      @ironman_DK The most used classes for the font sizes are :

      .xsmall {
        font-size: 15px;
        line-height: 20px;
      }
      
      .small {
        font-size: 20px;
        line-height: 25px;
      }
      
      .medium {
        font-size: 30px;
        line-height: 35px;
      }
      
      .large {
        font-size: 65px;
        line-height: 65px;
      }
      
      .xlarge {
        font-size: 75px;
        line-height: 75px;
        letter-spacing: -3px;
      }
      

      Add these in the custom.css and change the font-size in each to fit your needs.
      Everything in custom.css will override the main.css

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Wake up the mirror and put it to sleep?

      @wizz set up a chronjob in linux and maybe use MMM-Button for the touch?

      posted in Hardware
      brobergB
      broberg
    • RE: How do you turn Off/On the monitor if not in use - Be Green

      Just a thought, does the PIR cut the power entirely or does it just set the monitor to standby?

      I don’t really care about the small amount that electronic devices use in standby, but to be truly green you should really cut the power entirely to the monitor.

      posted in General Discussion
      brobergB
      broberg
    • RE: Different Calendars in different colors

      @amanzimdwini

      You can alter the styling of each calendar yes if you are running multiple instances of the calendars. By using the custom.css file.

      depending on which order you put them in the config they are configured like this :

      #module_7_calendar {
      color: red}
      #module_8_calendar {
      color: blue}
      #module_9_calendar {
      color: pink}
      #module_10_calendar {
      color: green}
      
      

      The number of the modules starts with 0 which in most cases are the alert module in the config. ( #module_0_alert )

      posted in Feature Requests
      brobergB
      broberg
    • RE: Pilkington mirror and Silicone

      @johnnyboy the frame is beeing glued to the aluminium right now, used a new glue and it takes for ever to cure.

      My plan is to go over the aluminium with some 400-800-1200 wet sanding and then a polish wheel to get it somewhat uniform in surface texture.

      It scratches fairly easy, as aluminium does, I’ve managed to make some nicks to it miself during assembly.

      posted in General Discussion
      brobergB
      broberg
    • RE: MMM-doomsDay - The countdown module,

      @Snille There is already a text being displayed once the day has passed, not configurable, but, there is one :D

      posted in Utilities
      brobergB
      broberg
    • RE: Correct way of deleting a module and its dependencies?

      @Mykle1 No, the dependencies are installed in the specific folder you run the install in (if you look in your MMM-NetworkScanner folder you should have a folder that’s called “node_modules” that’s where the dependencies are)

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Mom's birthday - a way to have an application on magic mirror *question*

      @Reem1995

      IS it this one : http://www.mrcoffee.com/coffee-makers/smart-optimal-brew-coffeemaker-with-wemo/mr.-coffee-smart-optimal-brew-10-cup-programmable-coffee-maker-with-wemo-bvmc-pstx91we/BVMC-PSTX91WE.html

      ?

      If so it works with the webservice IFTTT, and IFTTT has at least a notification module already made for the MM called MMM-IFTT

      Thread here :
      https://forum.magicmirror.builders/topic/673/mmm-ifttt-if-this-then-that-maker-notifications/5

      Maybe this can get you started?

      posted in General Discussion
      brobergB
      broberg
    • RE: Differences between glass and acrilic T-W Mirror

      @arpippone plastic is lighter and usually cheaper to buy. It’s however not as rigid as glass and scratch a lot easier.

      posted in General Discussion
      brobergB
      broberg
    • RE: Bad question

      @Fonfon Yes, how to is described in the MM documentation on how to set up your MagicMirror :

      https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi

      posted in General Discussion
      brobergB
      broberg
    • RE: MMM-doomsDay - The countdown module,

      @strawberry-3.141 Yeah I’ve noticed. If this module keeps misbehaving I will look in to the moment.js instead. looka a lot simpler, thanks for the link!

      posted in Utilities
      brobergB
      broberg
    • RE: dealing with applications via the mirror..

      @jujz just to clarify, You want to control other apps from the Magic Mirror?

      posted in Development
      brobergB
      broberg
    • RE: MMM-doomsDay - The countdown module,

      @Mykle1 Okay, do a new git pull now. I have altered the method of rounding the numbers, which I should have done from the beginning if I knew better :P

      Anyhow. Try the new version!

      posted in Utilities
      brobergB
      broberg
    • RE: Pilkington mirror and Silicone

      @johnnyboy if you do a good seem on the outside and grind it down flush I think it still would have enough bond left to hold the frame together.

      I’m going all epoxy glue and hope it holds, my 120x60cm 6mm mirror also has a bit of weight :D

      I went with a 15x40mm aluminium L profile, inside that I’ll glue a wooden mdf frame to the profiles so I’m counting on that the amount of glued surface will make it hold together.

      I have the profiles glued to the mirror as of now, and hopefully I will have the mdf frame made and bonded today.

      Here is a potato picture of the frame now :
      0_1488451712481_frameglued.jpg

      Quick note, I’m not going to apply glue on the side with the coating since I was told by my Glass guy that some coating and some glues doesn’t like each other, didn’t want to risk it. Even if the coated side have slightly better reflection propertys.

      posted in General Discussion
      brobergB
      broberg
    • 1 / 1