@AAPS
Yes, Amazon, ebay, electronic stores in your city. And there are dozens of online shops for raspberry, arduino and all kinds of add-ons.
Read the statement by Michael Teeuw here.
Posts
-
RE: PIR-Sensor - put your mirror to sleep if not used
-
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 pullto update the specific module, when the developer releases a new version.
Everything else of course works fine. -
RE: Please **review** my code, since I lack experience - mmm_velib, A module for bike sharing schemes in Europe
Enter your module folder:
git pull origin master -
RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)
Nice story, my dad is in the same “situation”. He is a paying guest (at least dict.leo.org uses this as translation for Pensionär) and is now trying to find new hobbies and tasks. He enjoys going to the hardware store looking for some nice tools to build stuff or repair things in my parents house. From time to time he tackles with different linux distributions, and he mentioned he wants to buy a raspberry :D
And please let us know the reactions of your son. I can imagine I would be kind of irritated but proud of my dad building such a thing on his own, working his way through all these difficulties.
-
RE: Send Notification from one module to another module
@edubey said in Send Notification from one module to another module:
Okay, so its more of a broadcast to all modules, not to any specific…right?
That’s right. This command sends out a broadcast to all modules. As long as you use a broadcast notification no other module reacts on you don’t have any trouble.
-
RE: MM2 on PC?
You are welcome. I guess you will need to find out on your own if the laptop fullfills your requirements. Power consumption is one aspect, another is loudness and heat due to fans in your laptop.
-
RE: MM2 on PC?
Please look at this thread. I know it is hard to find, so I added the “windows” flag
https://forum.magicmirror.builders/topic/548/building-mirror-without-programing
-
RE: Please **review** my code, since I lack experience - mmm_velib, A module for bike sharing schemes in Europe
@strawberry-3.141
I shouldn’t go out with the dog. The long switch block was my first spot too, but you beat me to it :) -
RE: Really NOOB Question. Stopping Magic Mirror App
Press CTRL + Q instead :)
-
RE: Help customising my mirror
Then please post the content of your config.js file, however please remove passwords, private calendar links and apikeys
-
RE: Can I setup custom 'compliments' for birthdays/anniversarys etc?
No, the compliments module is not capable of any schedules. Well … currently, maybe someone wants to jump in :D
-
RE: How do I configure a module?
@ArcherProject
I assume you already created a valid copy of your config file, right? Then open up~/MagicMirror/config/config.jsin any editor. You can use an editor in terminal (nano for example) or you can use any text editor with gui (leafpad for example).What exactly would you like to do? I guess it would be some overkill listing all possible options.
-
RE: How do I now get back out of the magic mirror to the terminal?
Are you working directly on your raspberry (or using vnc)?
Then press alt + tab to switch to desktop or terminal (if it’s running). Or press ctrl+q in browser -
RE: [Remote-Control] Versions not visible
@schlachtkreuzer6
Right. The .git folder is not there, so git does not recognize this repository.
I’d suggest to remove the entire folder and git clone again.