Thanks guys! Typos fixed!
Special thanks to @paviro for the awesome video!
Thanks guys! Typos fixed!
Special thanks to @paviro for the awesome video!
As you can see it says it misses the module “wiring-pi” in the error part.
Try running npm install wiring-pi
Let me know if that solves the issue.
It probably can, because the specs are better than the Pi2. But since you’ll need a lot of extra accessories (usb Wifi, mini HDMI to HDMI convertor), it’s probably cheaper to use a Pi2 or Pi3.
Nice work! Feel free to add this to the wiki! :)
translations/en.json to translations/no.json.translations/no.json to Norwegian translations.translations/translations.js.And don’t forget to send us a pull request so others can use it as well! :) (Do do this, you need to make a fork of the repository: https://help.github.com/articles/using-pull-requests/)
Should be fixed in the develop branch now: https://github.com/MichMich/MagicMirror/issues/611#issuecomment-272714388
Why do you need an acrylic sheet? As a mirror? I highly recommend real glass for this.
What steps did you take? It looks like you took the steps of the old version.
I quickly tried using the Ø to see if it would give any problems, but it just works fines. (Tested on both the Raspberry and my Mac).
If you work on such an installer. Make sure it’s based on the module infrastructure where possible. That we you can develop and test is, without the need of directly integrating it in mm2. If It’s fully up and running and tested, we can integrate it by adding it to the list of default modules.
I just pushed a fix to the develop branch that should solve the weather forecast. It’s a bit of a hot fix while we are working on the new weather module.
A new master release is planned to be released this weekend, so if you don’t want to install the develop version, hang tight.
Super awesome work on the remote App!
Not sure if you already noticed it, but there is a change in the hide/show mechanism which might be very helpful for you:
https://forum.magicmirror.builders/topic/241/revising-the-show-hide-mechanism/9
Keep up the good work.
@KirAsh4 should have gotten a raise. But he recently delayed a pull request in favor of a female-species. Therefor the raise is postponed …
During the first IoT Tech Community Meetup in Haarlem, The Netherlands at July 5th, I’ll be giving a talk about the MagicMirror project. If you’re curious about the history, the current state and the future of the project and you happen to live nearby Haarlem, make sure to join us!
http://www.meetup.com/IoT-Tech-Community/events/231960364/
17:00-18:00 Welcome with food & drinks
18:00-18:45 Virtual Reality & Augmented Reality: a new perspective – by Tim Prijn & Peter Hendriks
18:45-19:30 The Magic Mirror: from a fun project to a new business – by Michael Teeuw
19:30-20:00 Drinks
20:00-20:45 The requirements for IoT Applications – Siebren de Vries & Jack van Praag
20:45 - More drinks
If you just put the following items in your css/custom.css you can change the font sizes of the mirror by adjusting the values.
.xsmall {
font-size: 15px;
line-height: 20px;
}
.small {
font-size: 20px;
line-height: 25px;
}
.medium {
font-size: 30px;
line-height: 35px;
}
.large {
font-size: 65px;
line-height: 65px;
}
.xlarge {
font-size: 75px;
line-height: 75px;
letter-spacing: -3px;
}
Very awesome work on this module! It might be interesting to look at the new show/hide mechanism: https://forum.magicmirror.builders/topic/241/revising-the-show-hide-mechanism/9
Additional configuration tips can be found here: https://github.com/MichMich/MagicMirror/wiki/Configuring-the-Raspberry-Pi
Just curious so see what keeps you guys busy. Besides the MagicMirror, are there any other maker projects you guys are working on, or have worked on?
Here’s a list of some of my projects:
Looking forward to getting a glimpse of your projects.