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: CSS "z-index" is not working anymore

      @iMAGiC you shouldn’t edit the module code or the main.css file.

      You should do all css alterations in the custom.css file

      like background: none in the body{} tag and add

      #mmm-photos-placeholder1 {position: absolute; z-index: -1; opacity: 0}
      #mmm-photos-placeholder2 {position: absolute; z-index: -1; opacity: 0}
      

      to your custom.css

      posted in Troubleshooting
      brobergB
      broberg
    • RE: simple web-radio

      @Blackmirror https://github.com/gismo2006/MMM-Myvoiceradio

      That one can be used to recieve commands from the gpio module

      Or if by buttons you mean on screen buttons then you have https://github.com/brobergp/MMM-TouchPlayerBasic

      posted in Requests
      brobergB
      broberg
    • RE: Beginner question - is this configuration possible?

      @Shrike all above exists already except for nr.4 which is the only one that could be a issue due to the lack of power on the raspberry I think.

      posted in General Discussion
      brobergB
      broberg
    • RE: Compliments font size

      @poekel

      
      .compliments .xlarge {
      font-size: 30px;
      }
      
      

      do not add this inside body {}
      it goes after.

      posted in Development
      brobergB
      broberg
    • RE: Blackscreen after install MMM-PIR-Sensor

      I don’t think you are supposed to be using sudo when doing npm install just the other parts,
      Using sudo will probably give access issues for the module.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Weather info not showing up on screen

      @mar4pack Do note, that the API used for the default weather modules are not foolproof, It usually takes time for the API-key to get valid and sometimes it will just stop sending data for your location. This will happen from time to time (as I have noticed) and this has nothing to do with the MagicMirror, the config or the modules, it’s just a lack of data from the service provider.

      In my cases it usually works again in a 24H time period. (it has happen twice in 7 weeks)

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Issue with my mirror booth

      @daiacandido you need a mirror with less light transmission (this will also dimm the things you want to see).

      However, when looking at the mirror in the dark, even with minimal light transmission, you would still see the backlight of the screen.

      I suppose the easiest solution is to increase the light in the room itself.

      posted in Development
      brobergB
      broberg
    • RE: My own fonts

      doublecheck your spelling, you have SHOTGUNN.TTF and SHOTGUNK.TTF … Which is the correct filename?

      posted in Troubleshooting
      brobergB
      broberg
    • RE: 27" Magic Mirror with Philips Hue integration

      I like it! That’s some serious cable-cramming you did there :D

      posted in Show your Mirror
      brobergB
      broberg
    • RE: Q: How to make the Magic Mirror clickable

      @gable74 add

      Html {
      Cursor: default; 
      }
      

      To your custom.css

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Online website?

      @broberg @yawns beat me to it :D

      posted in General Discussion
      brobergB
      broberg
    • RE: Online website?

      @elegantchaos that is what MM is basically, it’s a webserver and webbrowser all in one. You can run the MM2 as server only and then access it from another browser on any other device.

      posted in General Discussion
      brobergB
      broberg
    • RE: Bonding glass and MDF

      @ontheway16 as @johnnyboy mentioned, the 2 way mirrors often has the mirror coating on one side which can react to the glue and/or seperate from the glass. If you’re not sure do consult the manufacturer of the mirror you are using!

      posted in General Discussion
      brobergB
      broberg
    • RE: My own fonts

      @zkab Yes, I placed my fonts in separate folders as well to keep it organized (doesn’t matter as long as the url in the css code goes to the font in question)

      posted in Troubleshooting
      brobergB
      broberg
    • RE: My own fonts

      @zkab

       @font-face {
        font-family: shotgunk;
        font-style: normal;
        font-weight: 400;
      
        src:
          local("shotgunk"),
          url("../fonts/shotgunk/SHOTGUNK.TTF") format("truetype");
      
      }
      
      posted in Troubleshooting
      brobergB
      broberg
    • RE: camera module by alexyak

      @shramik49 then I’m clueless

      posted in General Discussion
      brobergB
      broberg
    • RE: camera module by alexyak

      @shramik49 yeah sorry, in the custom.css

      posted in General Discussion
      brobergB
      broberg
    • RE: camera module by alexyak

      @shramik49 Try

      .camera video {
      Width: 1280px;
      Height: 960px;
      }
      
      posted in General Discussion
      brobergB
      broberg
    • RE: MM died after upgrade

      I have had some issues as well, first i got the same file missing as @hajen, Copied it from my backup, got one step further and now it complained about the ical.js search path, it seems that not all files got updated in the default modules folder.

      I couldn’t get the git reset to work, so I downloaded the master file from git and just transfered the files directly to the pi. Now it works again.

      posted in Troubleshooting
      brobergB
      broberg
    • RE: Powerbook G4 screen with Magicmirror

      You would need a driver board to make it work, something like one of these http://vi.raptor.ebaydesc.com/ws/eBayISAPI.dll?ViewItemDescV4&item=111115624120&category=71509&pm=1&ds=0&t=1491040281226

      But make sure the one you get works with the g4 lcd panel first.

      posted in Hardware
      brobergB
      broberg
    • 1
    • 2
    • 19
    • 20
    • 21
    • 22
    • 23
    • 39
    • 40
    • 21 / 40