Hi, first spotted error:
Module.register("ISS-current-location",{
This should be
Module.register("MMM-ISS-current-location",{
Otherwise your module won’t be called.
Hi, first spotted error:
Module.register("ISS-current-location",{
This should be
Module.register("MMM-ISS-current-location",{
Otherwise your module won’t be called.
@cnelso24
Hi, did you already test the fork? If so, could you provide some feedback, please? I’d like to follow up on the request and mark as resolved once you are happy with it.
@gizmo90 said in Magic Mirror in Raspberry pi 1:
startx -> LXconsole -> node serveronly -> open the browser of your choice (address: localhost:port)
but first config the config.js
The user did not yet install magicmirror, so he cannot start it.
Take a look at this thread, this should work for pi1 as well: https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero
@mcm
I just checked again, today their website is working again. It looks slightly different, with more options. Maybe they changed things in their api and that caused some trouble?


Could you please check again if you still get wrong values?
@ooom416354
Could you please tell me your sStation code? I just did some testing with the JSON and noticed I don’t get up-to-date data.
When I run this I always get data from this morning: https://traintime.lirr.org/api/Departure?loc=CLP&api_key=XXXXXXXXXXXXXXXXX
I need to take a closer look into this later.
@ooom416354
ok. Do you have an api key you could provide to me via chat/pm? Then I don’t need to request an own one just for testing purposes
Nevermind, I got one :)
@Jopyth said in Issues during installation:
Probably run
sudo dpkg --configure -a?
:rofl: no offense to mikem112, that reply just made me laugh
Okay, looks rather simple. Do you want to develop it yourself and just need a push into the right direction? Or do you want one of us to do the conversion?
Sometimes it’s that easy. Enjoy the development of your magic mirror
I did not test it, but the interface on your screenshots looks awesome
@ooom416354
Do you have a link to the old module?
@KrawallKurt said in MagicMirror featured in MagPi 54:
It’s already been featured in MagPi #40
This can never be mentioned too often
I just put this together, based on the original compliments module. I am not sure if this should be added to the default module by PullRequest, which is why I created a standalone repository first.
[card:yawnsde/MMM-Compliments]
@bangom said in Two way mirror order in Germany:
@Goldjunge_Chriz Hi, so will there be soon another round to order mirrors or maybe I can squeeze into this order? :)
The order is closed. There is no way to join the current order. And Chriz mentioned he does not anticipate starting a second order, because it turned out to be a whole lot of work
I just tried to check but their website shows “Quota is exhausted for this API key” for some reason. Not really sure what’s going on there.
@strawberry-3.141 said in Mobile app (bachelor thesis):
@strawberry-3.141 as a reminder the survey, I sent by mail, for the evaluation of the app will be closed tomorrow, would be great to get more feedback
Your email reminder was moved to JunkMail by outlook.com, so I didn’t notice.
I completed the survey anyway
Are you talking about this one? https://github.com/masters1222/mm-hide-all
open a terminal:
cd ~/MagicMirror/modules
git clone https://github.com/masters1222/mm-hide-all.git
@cowboysdude
I do the same. I am running node.js on my windows machine and develop in Visual Studio Code. The only thing you cannot test using this method is access to GPIO connected things (PIR sensor, PI camera, …)