Ï fixed it my self… not reading the readme is a fault…
{
module: "clock",
position: "top_bar",
config: {
timezone: "Europe/Copenhagen"
}
},
Ï fixed it my self… not reading the readme is a fault…
{
module: "clock",
position: "top_bar",
config: {
timezone: "Europe/Copenhagen"
}
},
@Esinem said in Blank mirror?:
@Lange said in Blank mirror?:
npm install --unsafe-perm fixed the problem for me.Hurrah! You saved my sanity! Finally, after several days of repeated reinstalls and fiddling, it lives!
Ive seen many with the problem, but no one has posted the solution. There for, always visit your old posts :D
Hi! Im running in serveronly mode and have an Airtame, witch can not set timezones.
Is is plaussible to edit the output?
Hi! A new setup on a ubuntu server, trying to use server only.
This is what i get:
node serveronly:
lange@tower:~/MagicMirror$ node serveronly/
Starting MagicMirror: v2.1.3
Loading config ...
Loading module helpers ...
No helper found for module: alert.
Initializing new module helper ...
Module helper loaded: updatenotification
No helper found for module: clock.
Initializing new module helper ...
Module helper loaded: calendar
No helper found for module: compliments.
No helper found for module: currentweather.
No helper found for module: weatherforecast.
Initializing new module helper ...
Module helper loaded: newsfeed
All module helpers loaded.
Starting server on port 8080 ...
Server started ...
Connecting socket for: updatenotification
Connecting socket for: calendar
Starting node helper for: calendar
Connecting socket for: newsfeed
Starting module: newsfeed
Sockets connected & modules started ...
Ready to go! Please point your browser to: http://192.168.1.123:8080
This is what i get when using sh run-start.sh
lange@tower:~/MagicMirror$ sh run-start.sh
/usr/local/lib/node_modules/electron/dist/electron: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
Help please :)
@reaper81 said in Motion Detector:
Can I use the Pi-Camera for Motion Detection and Face-Recognition at the same time or have I to use seperate cameras for each module?
This uses a pir-sensor
Why not just set up the pi to a external monitor?
Then use filezilla and notepad++ for editing on the windows mashine
else use just the browser on your windows mashine
It seems like the browser is crashing or not auto updating since it works when you access from a new location/browser
In Denmark we use 12-hour clock when we read out.
At midnight we use only midnight (midnat)
At half past six (06:30) we use “It is halv six” (Den er halv seks)
It’s one o’clock --> Den er et (01:00)
It’s five minutes past one --> Den er fem minutter over et (01:05)
It’s quarter past one --> Den er kvart over et (01:15)
It’s half past one --> Den er halv to (01:30)
It’s twenty-five minutes to two --> Den er femogtyve minutter i to (01:35)
It’s quarter to two --> Den er kvart i to (01:45)
It’s ten minutes to two --> Den er ti minutter i to (01:50)
It’s one o’clock --> Den er et (01:00)
It’s five minutes past one --> Den er fem minutter over et (01:05)
It’s ten minutes past one --> Den er ti minutter over et (01:10)
It’s quarter past one --> Den er kvart over et (01:15)
It’s twenty minutes past one --> Den er tyve minutter over et (01:20)
It’s twenty-five minutes past one --> Den er femogtyve minutter over et (01:25)
It’s half past one --> Den er halv to (01:30)
It’s twenty-five minutes to two --> Den er femogtyve minutter i to (01:35)
It’s twenty minutes to two --> Den er tyve minutter i to (01:40)
it’s quarter to two --> Den er kvart i to (01:45)
It’s ten minutes to two --> Den er ti minutter i to (01:50)
It’s five minutes to two --> Den er 5 minutter i to (01:55)
If asked about the time we say “Den er” (It is) but if we give the information in we would normally say “Klokken er” (The time is) - I have used “Den er” in this translation, but “Klokken er” is also very useable
We dont use anything after a full hour “Den er et” or “Klokken er et” would be “Its one o’clock”
Let me know if I can do anything for you, this was just a quick translation
{
"ITIS": "DEN ER",
"HALF": "HALV",
"QUARTER": "KVART",
"MINUTES": "MINUTTER",
"TO": "I",
"PAST": "OVER",
"ONE": "ET",
"TWO": "TO",
"THREE": "TRE",
"FOUR": "FIRE",
"FIVE": "FEM",
"SIX": "SEKS",
"SEVEN": "SYV",
"EIGHT": "OTTE",
"NINE": "NI",
"TEN": "TI",
"ELEVEN": "ELLEVE",
"TWELVE": "TOLV",
"TWENTY": "TYVE",
"OCLOCK": "NOT-USED",
"THIRTEEN": "TRETTEN",
"FORTEEN": "FJORTEN",
"FIFTEEN": "FEMTEN",
"SIXTEEN": "SEKSTEN",
"SEVENTEEN": "SYTTEN",
"EIGHTEEN": "ATTEN",
"NINETEEN": "NITTEN",
"THIRTY": "TYVE",
"FORTY": "FYRRE",
"FIFTY": "HALVTREDS",
"OH": "OH",
"HUNDRED": "HUNDREDE",
"ZERO": "NUL"
}
Have anyone added a feature where it shows duedate?