@HC
Why are you opening the html file? You should start magicmirror with node serveronly
and direct your browser to http://localhost:8080
or you should run npm start
which will launch the browser on its own
Read the statement by Michael Teeuw here.

Posts
-
RE: Modules won't appear when I insert MMM-Facial-Recognition module
-
RE: Creating a module to display daily horoscopes
@pflnpi0305 said in Creating a module to display daily horoscopes:
thats the issue it doesnt exsist in there… how do i clone the git via ssh
Mh, you are right. The readme on github doesn’t state how to do this. Maybe @morozgrafix could add this, even though the process is always the same.
If you go to github, you see this:
- click on “clone or download”
- copy the url or click on the icon next to it
cd ~/MagicMirror/modules git clone https://github.com/morozgrafix/MMM-horoscope.git cd MMM-horoscope npm install
After that you update your config.js file, restart your magic mirror and should be fine
edit: oh, morozgrafix was faster
-
RE: Mirror (2015) with PIR for the screen
Now this is a sexy and clean mirror. Very good job
-
RE: Monthly Calendar
@Hacksaw said in Monthly Calendar:
Ich schreibe es mal in Deutsch, vieleicht habt ihr ein besseres Übersetzungsprogramm.
In Deutschland haben wir die Sommerzeit und die Winterzeit. https://de.wikipedia.org/wiki/Sommerzeit
Am 30.10.2016 ist wieder auf Winterzeit umgestellt worden. Seit dem schaltet der Kalender erst um 01:00Uhr auf den nächsten
Tag um.Gruß Peter
Translated into english:
On October 30, 2016 daylight saving time ended in Germany (and other countries as well) so time is switched back to standard time, which means the clock is turned back by one hour. Since then the calendar module does not switch to the day at 00:00 but on 01:00 and Peter (Hacksaw) would like to know how to fix this. -
RE: Can't Start my Magic Mirror
This is not a raspberry, is it?
Anyway you are in the wrong folder. You need to go back withcd ..
and runnpm start
in MagicMirror folder -
RE: Mobile app (bachelor thesis)
@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 -
RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events
{ module: "mmm-suncalc", position: "top_left", classes: "default everyone small dimmed", config: { latitude: 56.1171367, longitude: 12.9543434, text: "Soluppgång sunrise, Solnedgång sunset, Solen högst solarNoon, Gryning dusk, Skymmning dawn" }, },
Should work with these settings.
-
RE: Error During install with script-lign153
This seems to be related to the pm2 stuff.
Please try:cd MagicMirror npm start
-
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 :)