Why not simply create a github repository?
Read the statement by Michael Teeuw here.
Posts
-
RE: Anyone built a launcher?
-
RE: 24h weather forecast graph
I just started working on this, creating some functions to render graphs.
-
RE: Third Party modules does not work
@indigomejor
glad to see it was such a simple thing. Enjoy your mirror -
RE: [ORDER CLOSED] Two way mirror order in Germany
# username sizes (m) area (m²) location additional comments pickup/delivery 01 yawns ~ 0.8 * 0.8 ~ 0.64 Germany, Cologne polished edges delivery 02 gustav1976 0.6 * 1.8 1.08 Germany, Koblenz polished edges delivery 03 gustav1976 1.0 * 1.2 1.20 Germany, Koblenz polished edges delivery 04 gustav1976 1.4 * 0.8 1.12 Germany, Koblenz polished edges delivery 05 lolobyte 0.8*0.6 0,48 Germany, Heilbronn polished edges pickup 06 Jeff 1,0 * 0,6 0,6 Germany, Karlsruhe polished edges pickup 07 Ashidian 0,69 * 0,435 0,3 (pay 0,4) Germany, Rostock polished edges delivery 08 cpramhofer 0,476 * 0,82 0,39 (possible??) Austria, Vienna polished edges delivery (cost??) 09 10 Total 5,92 -
RE: Something I'm working on ...
Very nice, MichMich. I like the integration with github pulling almost all data and as such removing the need to enter description and all that over and over again. I added my modules
-
RE: SSH startup
@Stehman07
you need to edit the file asroot, the normal userpidoes not have sufficient rights.Run
sudo nano /boot/config.txtinstead -
RE: NHL Module
@Officeglen
Open a terminal, change into the NHL module folder and typegit pullto receive the update for this module -
RE: How to implement specific module?
Ok, got it.
Maybe you want to check out https://forum.magicmirror.builders/topic/506/mmm-weatherchart
I know it is not the same but it is the same direction.Otherwise you could post a request in the module / request forum, including this screenshot:

I don’t know if I find some time on Sunday to look at it.
-
RE: How to implement specific module?
@Jeff said in How to implement specific module?:
But I think this one is build in a different way.
Right, the mirror github repository looks like a custom and way more simple version of “our” magicmirror. So there is no easy way to add this as a module to the magicmirror. It is written in AngularJS instead of nodeJS.
What exactly makes you want this module? It just derives data from weather underground.
-
RE: MMM-RNV
I just updated the module, after I noticed the layout is slightly broken when added to an area on the right side of the screen.
-
RE: Not really a mirror at all - but is really helpful
@dinkybluebug245 said in Not really a mirror at all - but is really helpful.:
@yawns Ive uploaded my version of calendar.js to github. access it here : https://github.com/dinkybluebug/MMM-CustomCSSv2
It has amended javascript for calendar to show day of week and time.
Thanks for this, very much appreciated!
-
RE: Third Party modules does not work
@indigomejor said in Third Party modules does not work:
@yawns I think I installed them in modules/default folder, that should be the problem maybe
I guess so. I just moved one of my modules on my test laptop into the default subfolder and my screen stays black, just as you described.
I moved it back to the modules folder, restarted the mirror and the module is shown -
RE: Third Party modules does not work
Are you sure the third party modules are installed in their own folder in MagicMirror/modules ?
-
RE: Sorry for this...
@Leotrap said in Sorry for this...:
Hi @bhepler thanks for the answering… so as i can see if i dont have the Pi i cant check if its working,isnt it? Thanks again
Of course you can. Just install node.js on your windows machine, clone the magicmirror package, install it and start developing. There is an instruction here: https://forum.magicmirror.builders/topic/548/building-mirror-without-programing/2
I installed it some days ago on a spare windows 7 laptop without any issues.
The only thing you can’t do is accessing GPIO ports … of course, because your windows machine does not have these.bhelper’s answer to question 3 was to access your mirror once your raspberry is running.
-
RE: MMM-DHT22 Humidity and Temperature Module
Okay, so it definitely fails retrieving data from the sensor, but the error handling does not catch this failure.
-
RE: MMM-DHT22 Humidity and Temperature Module
Right. Please replace the word
tempwitharr[1]andhumwitharr[0]in line 33 in node_helper.js -
RE: [ORDER CLOSED] Two way mirror order in Germany
I broke down the list to make it more compact
# username sizes (m) area (m²) location additional comments pickup/delivery 01 yawns ~ 0.8 * 0.8 ~ 0.64 Germany, Cologne polished edges delivery 02 gustav1976 0.6 * 1.8 1.08 Germany, Koblenz polished edges ? 03 gustav1976 1.0 * 1.2 1.20 Germany, Koblenz polished edges ? 04 gustav1976 1.4 * 0.8 1.12 Germany, Koblenz polished edges ? 05 06 07 08 09 10 -
RE: Dweet
They already have an official node.js framework.
Before anyone jumps in … what would you like to do with the module? Would you want to interact on the mirror? Or just send messages to the mirror without being able to respond?