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

    Posts

    Recent Best Controversial
    • RE: Custom size of modules

      in folder css you find a file named custom.css with this content:

      /*****************************************************
       * Magic Mirror                                      *
       * Custom CSS                                        *
       *                                                   *
       * By Michael Teeuw http://michaelteeuw.nl           *
       * MIT Licensed.                                     *
       *                                                   *
       * Add any custom CSS below.                         *
       * Changes to this files will be ignored by GIT. *
       *****************************************************/
      
       body {
       	
       }
      
      

      There you can add anything you want to. In your example you could add this below the current content, not inside the body part!

      .MMM-Fuel {
      width: 200px;
      }
      

      Play around with the numbers to adjust to your layout

      posted in Custom CSS
      yawnsY
      yawns
    • RE: Changing icons of the modules Current Weather and Weather Forecast

      You are missing a comma in line appid for currentweather module

      				locationID: "xxx",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "xxx",
      				iconTable: {
      
      posted in Development
      yawnsY
      yawns
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      @Dicous
      Did you install (git clone) the module into the right folder ~/MagicMirror/modules/ ? Did you also run npm install in the new subfolder ~/MagicMirror/modules/MMM-PublicTransportBerlin ?

      posted in Transport
      yawnsY
      yawns
    • RE: Do you have a "moment"

      Just guessing:
      With the latest magic mirror update we also received an update for moment.js which is used to do time and date calculations and formatting.
      Maybe the latest moment.js marked some function as deprecated and this function is used inside MMM-WunderGround

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Compliments Font (Crying Uncle)

      this should work

      .compliments .xlarge {
        font-family: Verdana;
        font-weight: 10;
      }
      
      posted in Custom CSS
      yawnsY
      yawns
    • RE: Mobile app (bachelor thesis)

      @strawberry-3-141
      This one?

      Hey Mate,

      thank you for filling out my survey, I really appreciate that.

      Now it’s time for the first prototype.

      Features:

      • Pairing: To pair your phone with your mirror, you have to scan the qr-code which will appear for a minute on the mirror.
      • Pull-to-Refresh: Once you paired your phone it’s time to get data in modules(available, installed) and region(this will override all changes you have done and not synced to the mirror yet).
      • Edit Modules: You can remove, reorder and edit modules. After you’re done it’s time to sync your changes to the mirror.
      • Sync: This will override your config.js file on the mirror. You have to restart your mirror manually.

      Explanation of types:

      • Object: {}
      • Array: []
      • Integer: Numbers like 1, 3, 17, etc.
      • Float: Numbers like 1.25, 3.45, etc.
      • String: “This is just a text.”
      • Boolean: true, false

      Installation:

      • First you have to install the module from here:
        https://github.com/fewieden/MMM-Mobile

      • Then install the app on your phone.

      • Finally restart your mirror.

      If you get in trouble or found a bug please submit an issue on github(don’t forget to name your phone os), so everyone can benefit from it. But it’s also possible to send me an email in english or german.

      Kind Regards,

      Felix

      posted in Development
      yawnsY
      yawns
    • RE: MMM-PublicTransportBerlin - Public transport for Berlin and Brandenburg (departures)

      No, you did not. You are in ~/MagicMirror/modules/default and not ~/MagicMirror/modules. Modules in default won’t be executed, the default area is “protected”.

      posted in Transport
      yawnsY
      yawns
    • RE: pt VS px

      pt is point
      px is pixel

      For a full explanation see here: http://kyleschaeffer.com/development/css-font-size-em-vs-px-vs-pt-vs/

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Help needed simple API based module

      Hi, first spotted error:

      Module.register("ISS-current-location",{
      

      This should be

      Module.register("MMM-ISS-current-location",{
      

      Otherwise your module won’t be called.

      posted in Development
      yawnsY
      yawns
    • RE: MMM-MyCommute

      Just open the list, click on edit and add your modules to the list.
      Amazing work with the commute module! Oh, I added the module developer badge to your profile

      posted in Transport
      yawnsY
      yawns
    • RE: Disable No-Singal output for any tv?

      @Desertswing
      The nosignal thing is a feature of your tv, not the raspberry pi.
      You could check the menus of your tv to see if you can disable this feature. Or you check if your tv supports cec commands. Then you could install libcec on your pi and send your tv to standby and wake it up again when needed

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Introduce yourself!

      Hi everyone,

      my name is Stefan, I’m 34, married, living in Germany (near cologne). I always enjoyed developing Software so I completed a 2 years education and ended as a software engineer in a small company designing websites and backend for tourist related topics. I noticed I did but like doing that for the rest of my life so I was looking for alternatives. Now I am working as a senior IT analyst in a TV production company.

      Over the last years I spent my free time rebuilding my car, swapping the engine, adding aircondition, changing the drive train, removing rust and getting a fresh paint in the original colour. This project was finished last year, just in time for marriage.
      I always liked building things, working with wood and glue and electronics, I can’t do “nothing” and I wanted to play around with a raspberry for a long time, so I recently bought one with some sensors and stuff.
      We just bought a house which is about to be built so I plan to create a smart mirror on a central place in the house, get the wiring done to avoid cables hanging around.
      In addition 4 months ago we rescued a small pitbull called Chico from the shelter and are now doing our best to educate this little boy.

      Best regards, Stefan

      posted in General Discussion
      yawnsY
      yawns
    • RE: MMM-Fuel

      @FreddeHamm
      Looks like you are not in the MagicMirror folder when running npm start dev
      Please try

      cd ~/MagicMirror
      npm start dev
      
      posted in Transport
      yawnsY
      yawns
    • RE: Compliments not showing up when edited from default

      After formatting your post correctly you can see there is some mistake in your compliments in one of the first lines where the colour formatting suddenly breaks.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Camera intigration in your Mirror

      Hi, I did not test but some users report the NoIR camera works behind the mirror

      posted in General Discussion
      yawnsY
      yawns
    • RE: Not really a mirror at all - but is really helpful

      Wow, looks really cool when it’s used without a mirror.

      posted in Showcase
      yawnsY
      yawns
    • RE: Help finding a lcd-controller: LC420WUD-SBG1

      I’m in the same situation. I have a 32" TV I wanted to use, but I cannot find any suitable controller board. I don’t want to use the original controller because it shows annyoing information on screen (no signal, input 1, …)

      I contacted one of the companies on ebay and asked about support for my display. However I did not quite understand their response, they said it would be possible, but I need to learn more about power supply and such.
      I stopped at that point but I need to pick it up later this year. If you make any progress, please let us know :)

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Further module categories...

      @Jopyth
      Ah ok, that makes alot more sense to me :thumbsup:

      posted in General Discussion
      yawnsY
      yawns
    • RE: Not really a mirror at all - but is really helpful

      @dinkybluebug245
      maybe a dumb question, but what did you do to the calendar module to make it show the day and the time for each entry?

      posted in Showcase
      yawnsY
      yawns
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 14 / 16