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: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Master branch is the official stable release
      Developer branch is in development, so it contains new features but could contain bugs. Once the development team is happy they move the current development version over as the new stable release

      posted in System
      yawnsY
      yawns
    • RE: MMM-SimpleTides - (Replaced by MMM-SORT)

      @Mykle1 said in MMM-SimpleTides:

      my pitiful programming skills don’t include making a module that does both

      Simplest way would be this:
      Add a config attribute

      {
      	disabled: false,
      	module: "MMM-SimpleTides",
      	position: "top_left",
      	config: {
      ...
      		outputLayout: "simple"
      	}
      },
      

      and in getDom: function() { after preparing/modifying your data you add a simple if/else clause.

      if (this.config.outputLayout == "simple") {
      // print the data as in SimpleTides
      } else {
      // print the data as in StaticTides
      }
      
      posted in Education
      yawnsY
      yawns
    • RE: Calendar Module: How to declare local calendar

      A quick search for “local ics” would return this: https://forum.magicmirror.builders/topic/467/calendar-ics-file-from-local-path/6 :)

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Where to get (cheap) acrylic mirror from in Germany

      @Blamer
      That’s interesting. This guy ( http://blog.tobias-weis.de/smarter-smartmirror/ ) uses the myspiegel.de mirror and is more than happy with it.

      posted in Hardware
      yawnsY
      yawns
    • RE: Showcase Guidelines

      @paviro said in Showcase Guidelines:

      You can now edit posts forever :)

      Yeah, finally :thumbsup_tone1:
      I update my module threads yesterday

      posted in Showcase
      yawnsY
      yawns
    • RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Shouldn’t pm2 start mm be executed in ~ and not in ~/MagicMirror ? The tutorial said to create mm.sh in ~

      So please go back one folder with cd .. or directly with cd ~ and try again

      posted in System
      yawnsY
      yawns
    • RE: MMM-SORT - (Static Or Rotating Tides)

      Well done Sir, well done!

      posted in Education
      yawnsY
      yawns
    • RE: MMM-Button; ERROR

      Take a look at this: https://forum.magicmirror.builders/topic/948/error-found-error-module-version-mismatch-expected-50-got-46/4

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Do you use a Power Switch for your MM?

      To shutdown the mirror I will use the remote tool, but to be sure there is no standby or whatever when I leave the house for couple of days, I intend to add a light switch on the wall next to the mirror which toggles the power outlets the mirror is connected to. However I am not yet at a stage to really build the mirror and the house is still being built, so the “target wall” does not yet exist.

      posted in Hardware
      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
    • 1
    • 2
    • 8
    • 9
    • 10
    • 11
    • 12
    • 31
    • 32
    • 10 / 32