cd ~/MagicMirror/modules/MMM-GoogleAssistant
git pull
Read the statement by Michael Teeuw here.
Stefan
@yawns
software developer
IT onsite support for several companies around Cologne
IT analyst with Sony Pictures in Cologne
Best posts made by yawns
-
RE: MMM-GoogleAssistant keeps saying "Update Available"
-
RE: Help for my fisrt MagicMirror
@greda
Complete Setup Tutorial: https://forum.magicmirror.builders/topic/236/complete-setup-tutorial
Comprehensive Tutorial how to modify the configuration file: https://forum.magicmirror.builders/topic/4528/how-to-create-a-working-config-for-absolute-beginners
Comprehensive Tutorial how to add more modules for additional features: https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners -
RE: Selling Magic Mirrors!
henry: Stop posting your advertisement all over the forum, please stick with your one post.
-
RE: WE WANT YOU! [New Moderators]
I’d like to apply too.
I am active almost every day and try to help people where ever I can. I don’t know the entire magic mirror framework and all of it’s specifications by heart, but I know where to look.
I am a software engineer and IT analyst, giving support to others is my daily business. Feedback from my real life users was always great. -
RE: Jokes from Icanhazdadjoke
here you are: https://forum.magicmirror.builders/topic/5670/mmm-icanhazdadjoke-fetch-a-random-joke
Let me know if you need anything adjusted. :)
-
RE: not realy Fullscreen
Open the configuration file (in bash type
sudo nano /boot/config.txt
) and look fordisable_overscan
This is either commented with a # or set to 0
It should bedisable-overscan=1
Be sure to look through the whole file, sometimes this setting appears more than once.Reboot your pi and you should be good
-
MMM-WorldTides - show high and low water for your region
Description:
Since I was born in the north of Germany (Bremerhaven) and enjoy mudflat tours I wanted to generate a module showing high and low water. I tested it with some locations in Germany. This module derives predictions from worldtides.info for a given tide station
Screenshots:
Download:
[card:yawnsde/MMM-WorldTides]
Version 1.0.0
- initial release
-
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
@johnnyboy
The pictures are there, the forum is just not showing them currently.
I fixed the image links in the opening post manually -
RE: Modul Plug in RNV Abfrage
@Guschdl
All right, I’m almost done. The module will need some tweaking and some cleanup, but you can use it. I will provide some installation and configuration instructions this evening (my wife is working long this evening :D ). Feel free to provide feedback and improvements.[card:yawnsde/MMM-RNV]
-
RE: Building mirror without programing
@amanzimdwini
If you download and unzip modules, you don’t have a folder called.git
, and without this folder you cannot rungit pull
to update the specific module, when the developer releases a new version.
Everything else of course works fine.
Latest posts made by yawns
-
RE: Mobile app (bachelor thesis)
You are right. The other two mails contain change logs
-
RE: Mobile app (bachelor thesis)
@strawberry-3-141
This one?Hey Mate,
thank you for filling out my survey, I really appreciate that.
Now it’s time for the first prototype.
Features:
- Pairing: To pair your phone with your mirror, you have to scan the qr-code which will appear for a minute on the mirror.
- Pull-to-Refresh: Once you paired your phone it’s time to get data in modules(available, installed) and region(this will override all changes you have done and not synced to the mirror yet).
- Edit Modules: You can remove, reorder and edit modules. After you’re done it’s time to sync your changes to the mirror.
- Sync: This will override your config.js file on the mirror. You have to restart your mirror manually.
Explanation of types:
- Object: {}
- Array: []
- Integer: Numbers like 1, 3, 17, etc.
- Float: Numbers like 1.25, 3.45, etc.
- String: “This is just a text.”
- Boolean: true, false
Installation:
-
First you have to install the module from here:
https://github.com/fewieden/MMM-Mobile -
Then install the app on your phone.
-
Finally restart your mirror.
If you get in trouble or found a bug please submit an issue on github(don’t forget to name your phone os), so everyone can benefit from it. But it’s also possible to send me an email in english or german.
Kind Regards,
Felix
-
RE: In case anyone missed this . . .
@Mykle1 said in In case anyone missed this . . .:
Freakin amazing! Awe inspiring!
I want one!
I have one, it’s somewhere in my wallet
-
RE: Problems with font sizes
You could try hooking up a usb keyboard to your raspberry (or whatever machine you are using for your magicmirror, and then press CTRL + 0 (zero). Maybe your zoom was active, this shortcut should reset to 100% zoom
-
RE: node_helper - using fs or request?
@sdetweil said in node_helper - using fs or request?:
@yawns but… using the request approach would insulate you from changes needed to use a remote location source…
That’s a valid point, yes. I doubt this will be necessary or possible, but you never know. If it makes no difference in performance I will stick with the request.
Thanks for your thoughts, Sam. Very much appreciated -
node_helper - using fs or request?
Hi guys,
for one module currently requested I have to load a csv file with ~100kb and lots of content sitting inside the module folder.
What do you think is more performant? Using request reading the file from “localhost” or using fs.readFile? Does it make any difference?Best regards,
Stefan -
RE: display a graph with sensor values.
Yes, of course. There are several ways to do so. First important thing to know is how you get and store your data. Do you want to collect the data and store it in a csv/xml/json/… file? Do you have an interface to retrieve data from, maybe a little webserver for the sensors?
-
RE: Magic Mirror Alternatives -Discussion
You could also take a look at mirr.os.
I never played around with it, but it looks nice on the website. -
RE: Do you use a PIR sensor? How do you hide it?
@boblazer said in Do you use a PIR sensor? How do you hide it?:
@sdetweil said in Do you use a PIR sensor? How do you hide it?:
maybe you only need 2mm of that to make the sensor work…
Yeah, that’s my understanding. I can’t find the post but it was here on this site. A guy did some experiments to find the smallest size hole his PIR sensor actually required. He tried 1mm, 2mm and 4mm(?). He said it worked just fine with a 2mm hole.
You are referring to this one: https://forum.magicmirror.builders/topic/557/pir-sensor-behind-glass/33