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: First MagicMirror

      Very nice indeed. Well done!

      I have to correct myself. This is more than just nice, I really like the look and the simplicity of it. Now imagine this in a very slim case or even embedded in a dry wall :smiling_face_with_heart-eyes:

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: My first 18” x 24” mirror

      @waynerigley said in My first 18” x 24” mirror:

      nice mirror, what speedtest are you using >

      Should be this one: https://forum.magicmirror.builders/topic/625/internet-monitor

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: MMM-PC-Stats

      @justjim1220 said in MMM-PC-Stats:

      @mykle1

      Another question…

      How can be changed to show F°?

      Not really a big deal, mostly just curious… :upside-down_face:

      Just run sensors -f, at least this is working in debian, so I guess it should work in raspbian too

      Or, if you just want to convert Celcius to Fahrenheit, add some code to Mykles module like this temp = ((temp/5)*9)+32 ;)
      But then again, you could add a config option to toggle between Fahrenheit and Celsius and submit a pull request

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Wechsel verschiedener Configs möglich? Deutsch

      Hi Robert, schau dir MMM-Pages an, damit kannst Du einzelne Seiten erstellen, auf denen unterschiedliche Module gezeigt werden.

      posted in General Discussion
      yawnsY
      yawns
    • RE: [MMM-MyRadio] Web Radio Player

      Kos Kos is missing " ", isn’t it?

      posted in Entertainment
      yawnsY
      yawns
    • RE: MMM-Chuck-Norris module won't apear

      I know the read me does not mention it, but shouldn’t you provide a position in config? Something like:

      {
                  module: 'MMM-Chuck-Norris',
      	position: "lower_third",
                  config: {
                      // See below for configurable options
                  }
              }
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Mirror dependency unable pls help

      Please take a look here: https://forum.magicmirror.builders/topic/8635/installing-the-dependencies-can-t-finish-the-installation/6
      And please stop posting the same question over and over again, this does not speed up your issue resolution!

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: MMM-DHT-Sensor

      @steff92 said in MMM-DHT-Sensor:

      @yawns same problem, nothing else than a black screen

      But you did run npm install in ~/MagicMirror/modules/MMM-DHT-Sensor ?

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: MMM-DHT-Sensor

      Please try it this way:

      {
      	module: "MMM-DHT-Sensor",
      	position: "bottom_right",
      	config: {
      		sensorTyp: 11,
      		sensorPIN: 7,
      		updateInterval: 2000,
      		animationSpeed: 0,
      		titleText: "Raumtemperatur",
      		units: "metric",
      	}
      },
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: MagicMirror sleep in 5 minutes

      @mykle1 said in MagicMirror sleep in 5 minutes:

      @matimilko

      Fantastic! Now if you would mark the post that solved your issue. :-)

      I did that on behalf of @matimilko

      posted in Troubleshooting
      yawnsY
      yawns
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 96
    • 97
    • 8 / 97