No problem, a week more or less of the 9 months won’t change much :-)
Read the statement by Michael Teeuw here.
Posts
-
RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered
-
RE: *NEW LIST 29.06.2021* Two way community order for mirror glass for all european countries - Open until at least 10 people have entered
@hozt said in Two way community order for mirror glass for all european countries - Open until at least 10 people have entered the list:
# username width (m) height (m) real area (m2) area to pay for (min. 0,4 m²) location of delivery additional comments (like polished edges) confirmed 1 Ivanov_d 0,8 0,73 0,58 0,58 Bulgaria polished edges confirmed 2 fribse 0,7 0,6 0,42 0,42 Denmark polished edges confirmed 3 lavolp3 0,666 0,666 0,44 0,44 Germany 4 super99iper 0,735 1,26 0,9261 0,9261 Italy polished edges confirmed 5 Photon2000 0,79 0,79 0,62 0,62 Germany polished edges 6 lolo 0,84 0,7 0,59 0,59 Croatia polished edges confirmed 7 gdr2404 1,1 0,45 0,5 0,5 United Kingdom polished edges 8 hozt 0,48 0,70 0,294 0,4 Portugal polished edges confirmed 9 gianni.b 0,911 0,522 0,4755 0,4755 Italy polished edges 10 djdocta 57,8 95,3 0,55 0,55 Belgium 11 uros76 0,4 1 0,4 0,4 Poland polished edges confirmed -
RE: MMM-MQTTbridge
Hi @Serge , I found one thing missing from the noti->mqtt, the QOS is not settable.
I can see that you send them with qos:0, it should be settable to 0,1 or 2 as to how much guarantee for delivery it’s supposed to get.
Other than that, it’s working perfectly, even via Google Home to turn the screen on and off (via the switch in Home Assistant) -
RE: MMM-MQTTbridge
@Serge Yes, I did most of this already, I used the MMM-ViewNotifications to monitor which notifications was sent, and added all those I am not interested in :-)
Thankyou for the followup. -
RE: Help with MMM-ModuleSchedule to turn off monitor
go to you ‘magicmirror’ folder, then to modules, and then to the MMM-Remote-Control folder and run ‘npm install’, I think you forgot that.
-
RE: MMM-MQTTbridge
Darned, I just found the problem.
I had this in the mqttdictionary:
var mqttHook = [ { mqttPayload: "TURN_OFF_SCREEN", mqttNotiCmd: ["MONITOROFF"] },
But I was sending a MQTT message with ‘MONITOROFF’, if I send ‘TURN_OFF_SCREEN’ it works perfectly :-)
Thankyou @Serge and @Bugsounet for this GREAT module, just the missing piece.
Now I have to figure out about the noti->mqtt thing, I can see that the monitor status is reported in the log, but I can’t see what ‘notification’ is sent…P.S. the logfile looks a bit weird:
0|mm | [MQTT bridge] MQTT message received. Topic: cmnd/bathroom/mirror, message: MONITORON 0|mm | [MQTT bridge] MQTT -> NOTI issued: REMOTE_ACTION, payload: **[object Object]**
But it works…
-
RE: Problem with the calendar module in Danish
@Sean Gotcha, thankyou for clearing it up.
So now @fmandal just needs to modify the files to reflect on da instead of dk :-) -
RE: Problem with the calendar module in Danish
@fribse Ok, I modified the MMM-YrThen.js so it checks for the language code da instead of dk, then it’s shown correctly, but which is it, is it da or dk for danish in MagicMirror, usually it’s da but who knows here?
-
Problem with the calendar module in Danish
Hi All
I’m looking into the magic mirror again, now that the mirror piece is getting closer to being ordered.
I just noticed that my language code in the config was set to da for danish, but it should be dk according to the yrthen module.
But if I set the language code in the config to dk, the calendar will not load, it just shows loading, the YrThen module shows danish though.
If I set it to da, the calendar is showing the right language, but then the weather is showing norwegian instead.So what is the correct language code, is it the YrThen module that is wrong?