A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Categories

  • Announcements regarding the MagicMirror software and forum.

    62 Topics
    423 Posts
    S
    “Great news! 🎉 Thank you, Kristjan, for all your hard work, and to MagicMirrorOrg for keeping the third-party module repository alive. Excited to see the future improvements!”
  • Discuss the MagicMirror² core framework.

    483 Topics
    4k Posts
    plainbrokeP
    Wowser, IT WORKS, SO FAR.
  • Anything harware related can be found here.

    780 Topics
    7k Posts
    UncleRogerU
    @plainbroke Thanks! I’ll check out Tapo!
  • Add exciting new features to your mirror.

    6k Topics
    57k Posts
    S
    @MrPringless I do not know the inner workings of the module. typically module not found means npm install for the module was not done or the package.json for the module didn’t list the library dependency. MMRIZE is very good on that point, so I don’t the second is the reason… but thanks for the nudge… my backup/restore scripts will save/restore extra files discovered in a modules folder… but files with leading dot are hidden by convention… so I will have to check that I would not have picked up the .env file… fixed… thx
  • Make your mirror your own but modifying its appearance.

    428 Topics
    3k Posts
    S
    @bradley1982 from the module readme Styling This module is set to be 320px wide by default. If you wish to override it, you can add the following to your custom.css file: .MMM-OpenWeatherForecast .module-content { width: 500px; /* adjust this as desired */ } Most important elements of this module have one or more class names applied. Examine the MMM-OpenWeatherForecast.css, mmm-openweather-forecast.njk, or inspect elements directly with your browser of choice to determine what class you would like to override (Pro tip: If you start MagicMirror with npm start dev you'll get Chrome dev tools that will allow you to directly inspect any HTML element in the module).
  • Share your project story with pictures.

    564 Topics
    5k Posts
    goldyfruitG
    @sdetweil awesome!
  • You have a problem with your mirror? Ask for help.

    5k Topics
    35k Posts
    S
    in the git model the files you see are called the working directory and the repo is hidden in the .git folder that is where the actual ‘state’/contents of each file exists so checkout copies the contents from the repo to the working directory if you were developing and had a change git status would show changed in the working directory git diff will show WHAT changed to lock it down in the local copy of the repo you git add it to a potential ‘commit’, then git status shows it as ‘staged’ to REMOVE it from staged, use the git reset command git commit puts it into the local repo as a change then you ‘push’ your entire local repo to the parent (git remote -v) and the changes (if accepted) are merged and that change is in the master for all new ‘pulls’
  • A place to talk about whatever you want.

    1k Topics
    9k Posts
    A
    Hi! I am new here!