MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. yawns
    3. Posts
    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: Mistake in the config.js and i dont no

      Please remove this

        {
        	module: 'calendar',
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Orange / Banana Pi and Odroid ?

      @broberg said in Orange / Banana Pi and Odroid ?:

      Any Linux machine can run the software required for the Magic Mirror 2.

      Any machine which is supported by node.js

      https://nodejs.org/en/download/

      posted in Hardware
      yawnsY
      yawns
    • RE: MMM-DailyBibleVerse

      @arthurgarzajr said in MMM-DailyBibleVerse:

      I made a module to display the verse of the day from www.biblegateway.com. :)

      Please add the link to your github repository and please add a screenshot. Otherwise this entry is kind of useless :)

      posted in Education
      yawnsY
      yawns
    • RE: help with MovieInfo module

      Did you also run npm install as described in the readme?

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Calendar - Syntax for additional config options?

      The maximumEntries needs to be in the config section, not the calendars array

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: recipe of the day

      It should be www.rezeptwelt.de instead

      posted in Requests
      yawnsY
      yawns
    • RE: Mirror smaller than screen (by 6cm) - Possible to alter the image size?

      Please try this in custom.css:

      body {
        margin-top: 250px;
        margin-bottom: 250px;
        height: calc(100% - 500px); 
      }
      

      That should give a 250px margin from the top and the bottom and it should center the content on screen again. If you play with margin-top or margin-bottom values please adjust the height calculation.

      posted in Hardware
      yawnsY
      yawns
    • RE: Mirror No°1 - Girlfriends birthday present

      You could try to find out if your monitor supports CEC commands and use libcec to force your monitor going to standby instead. Downside is, that the screen takes longer to turn back on.

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: News feed not loading and how not to translate them

      use url: 'http://www.ara.cat/rss' instead
      You linked to http://www.ara.cat/rss.html which is a landing page, the real rss feed (xml based) is http://www.ara.cat/rss

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Newsfeed module behaves differently than Compliments with custom.css?

      If you look into the calendar.js file you see the wrapper showing actual calendar entries is using

      timeWrapper.className = "time light";
      So I would try .calendar .time instead.

      posted in Development
      yawnsY
      yawns
    • RE: Weather module does not work (Please set the correct openweather appid in the...)

      Not really.
      There is a locationID to identify your location if you don’t use the location name field.
      In addition you need an appid. Therefore you go to http://www.openweathermap.org, click on “Sign up” on the top and create an account. Afterwards you can generate a unique appid which should not be shown to anyone and is tight to your useraccount.

      0_1481629515354_api key.JPG

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Weather module does not work (Please set the correct openweather appid in the...)

      As the config file suggests you need to go to http://www.openweathermap.org and request an appid from there.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: How do you switch on / off, wake up yours?

      I intend to use a PIR sensor “almost hidden” in the frame.

      posted in Hardware
      yawnsY
      yawns
    • RE: Raspberry Pi Motherboard

      Depends on what you want to do, how much performance you need, how much space you have

      posted in Hardware
      yawnsY
      yawns
    • RE: A magic mirror with touchinterface made from noble oak.

      @Cato said in A magic mirror with touchinterface made from noble oak.:

      @berlincount Oh I think it WAS exiting because I thought the ir frame would be more visible. It’s hard to see on your mirror. Beautifull! :-)

      I absolutely support this! I really like the way it is working

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: Third Party modules does not work

      Did you reboot your raspberry pi or the mirror process?

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: A magic mirror with touchinterface made from noble oak.

      Very nice, I really like your wood work.
      What size is the screen?

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: Newsfeed module behaves differently than Compliments with custom.css?

      Yes and yes.
      You could of course modify the classname line and apply other classes. But I would recommend defining own css styles to override existing styles instead.
      If you modify the JavaScript file you could lose your changes if the module receives an update via github

      posted in Development
      yawnsY
      yawns
    • RE: Fuel Monitor for Austria

      @strawberry-3.141 said in Fuel Monitor for Austria:

      @schlachtkreuzer6 would be great if someone is able to integrate this into my fuel module for germany :)

      That was my first thought as well. Would require a switch to choose between Germany and Austria and as such send different requests. I might be able to look at that on Sunday

      posted in Requests
      yawnsY
      yawns
    • RE: News feed not working

      Did you reboot your pi or the magicmirror process after changing your config?
      If so, could you post the part of your config file with the news section?

      posted in Troubleshooting
      yawnsY
      yawns
    • 1
    • 2
    • 38
    • 39
    • 40
    • 41
    • 42
    • 48
    • 49
    • 40 / 49