Ok, now I am officially jealous. I can imagine it’s a dream just sitting there staring outside when the sun goes down. Or ride the bicycle on its stand.
Very nice!
Ok, now I am officially jealous. I can imagine it’s a dream just sitting there staring outside when the sun goes down. Or ride the bicycle on its stand.
Very nice!
Interesting mirror concept. What are the outlets underneath the mirror used for? Is this a bathroom?
I have to admit the view out of these huge windows looks stunning :)
/* Magic Mirror Config Sample
By Michael Teeuw http://michaelteeuw.nl
MIT Licensed.
*/
var config = {
zoom: 0.6,
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses.
language: "da",
timeFormat: 24,
units: "metric",
modules: [
{
module: "alert",
},
{
module: "clock",
position: "top_left"
},
{
module: 'MMM-WunderGround',
position: 'top_right',
config: {
apikey: 'xxxxxxxxxxxxxxxxxxxxxx', // private; don't share!
pws: 'pws:IVEJLE2', //culemborg
hourly: '1',
fctext: '1',
fcdaycount: "5",
fcdaystart: "0",
hourlyinterval: "3",
hourlycount: "2",
alerttime: 10000,
alerttruncatestring: "english:",
roundTmpDecs: 1,
UseCardinals: 0,
layout: "vertical",
iconset: "novaco",
sysstat: 0
}
},
{
module: "MMM-xiaomi",
position: "bottom_left",
header: "Temperature / Humidity", // This is optional
config: {
gatewayIP: "192.168.10.170",
gatewayToken: "xxxxxxxxxxxxxxxxxxx",
showwindow: true,
showVentilation: false,
minTemperature: true,
maxHumidity: true,
showlights: true,
rooms: [
{ name: "test", sortOrder: 30, devices: ["158d0001b911b9"] },
],
}
},
],
};
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}
Please try again. I don’t know which text editor you used, but it is very important to only use these around strings:
Do not use
Dafür nutzt du den backtick.
Drück auf der Tastatur SHIFT + DieTasteRechtsNebenß? 2mal.
Wenn du zwischen 2 Backticks schreibst, passiert das: inline code
Wenn du zwischen jeweils 3 backticks schreibst, passiert das:
das ist ein block code,
sogar mit Zeilenumbruch
In your example:
cd ~/MagicMirror/modules/MMM-PIR-Sensor
git pull
npm install
So you enter the modules directory, tell git to retrieve (= pull) the latest code from github and afterwards you install dependencies again, just in case
Your config looks a bit misconfigured. Please remove these lines.
config: {
// See 'Configuration options' for more information.
}
},
If this is still not working, then please paste your entire config.
Ich meine, es war STRG + Q, um den Magic Mirror Browser zu beenden
In your first snippet, there is a comma missing after position line.
In your second snippet the comma is missing after the } which closes the config section.
@MM-Hans said in Translation “After one month” in Calendar Module:
@yawns said in Translation “After one month” in Calendar Module:
vendor/node_modules/moment/min/
Hi Stefan. You almost need to be a digital detective to locate that phrases ;-) But finally the issue is solved, thanks for your assistance!
You are welcome!