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

    Posts

    Recent Best Controversial
    • RE: How to show a popup window

      @axellejamous you can take a look into my modules whih support mmm-voice or in mmm-voice itself, for the voice command actions i implemented some sort of modal which blurs all information on the mirror out and shows the new stuff on top

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Always boot to MM?

      @Damian https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • MMM-ip

      A module to show MagicMirror’s IPv4 Network Address

      [card:fewieden/MMM-ip]

      0_1469530098222_MMM-ip.jpg

      @PointPubMedia @amanzimdwini

      posted in System
      strawberry 3.141S
      strawberry 3.141
    • RE: Module Position

      @maxbachmann there is now magicmirror api for it, but you could manipulate the dom and set the module in a different region manually.

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: Default MagicMirror clock config timezone error

      @Adaman134 you shouldn’t touch the clock.js file, instead do the changes in your config file

      {
      	module: "clock",
      	position: "top_left",
      	config: {
      		timezone: 'America/New_York'
      	}
      }
      

      if you are in new york you don’t have to do this at all, I would recommend to set your rpi timezone correctly instead.

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MMM-ip

      @PointPubMedia in your case you can take this config

      {
      	module: 'MMM-ip',
      	position: 'bottom_bar'
      }
      

      combined with

      div.MMM-ip div.module-content {
      	text-align: right;
      }
      

      in ~/MagicMirror/css/custom.css

      posted in System
      strawberry 3.141S
      strawberry 3.141
    • RE: MagicMirror² Hackathon 2018

      Ready for take off, updates will be posted on magicmirror discord group or in the project board

      0_1545811052188_IMG_6650.JPG

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: console.log in getDom

      @kiki99 where did you check for logs? those ones are in the browser/electron window and not in the terminal as the ones in the nodehelper

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • RE: MagicMirror² Hackathon 2018

      Second day started

      posted in Development
      strawberry 3.141S
      strawberry 3.141
    • RE: What's the difference?

      @Mykle1 thats correct.

      https://github.com/MichMich/MagicMirror/blob/master/modules/README.md#thissendnotificationnotification-payload

      https://github.com/MichMich/MagicMirror/blob/master/modules/README.md#thissendsocketnotificationnotification-payload

      posted in Troubleshooting
      strawberry 3.141S
      strawberry 3.141
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 53
    • 54
    • 13 / 54