Read the statement by Michael Teeuw here.
MMM-Memo - Add some memos on your page and manage them through HTTP request
-
Hi all,
Thank you again for your answer last time, playing with the option display_time from the alert module.
However, if you modify it, every alert would be modified. For exemple, if I want to set my memo to keep displayed for at least 30 secondes, I go modify the display_time from the alert module. But, all alerts like for example “welcome back Mr Blabla” when I switch profile will stay longer than usual.
The question is how do I have to do to only change the MMM-Memo alerts please?
Many thanks,
Cedric ;) -
Hi guys,
Just came back on the Internet, and I saw your messages.
@ceddirr, I’m sorry, but I didn’t develop a specific module for alerts as the existing one is quite nice… But I understand your problem.
When I had this DisplayMemo option, the idea was to temporarily display a long message, is it your case ? -
Hi, thank you for getting back to me =)
Yes, the idea is basically the same, but I would just like to see the memo a little bit longer than the regular alert’s configuration.
The problem for me is if I change the display_time setting directly on the alert module, it would be too long for the other alert like “nice to see you %profile%”, etc lol -
@schnibel easiest soluton would be to replace notifications with alerts, as they can have a duration parameter, but the downside is there can be just one alert per module at the same time.
https://github.com/schnibel/MMM-Memo/blob/master/MMM-Memo.js#L123
to
this.sendNotification("SHOW_ALERT", {title: ttl, message: msg, timer: 5000});
for 5 seconds or make a config option for it -
This post is deleted! -
@wireshark Try something like this in your ~/MagicMirror/css/custom.css file:
.MMM-Memo .note { font-size: 25px; font-family: "Roboto Condensed", sans-serif; }
Note that I just picked that size (25px) out of the air; I have no idea what the default size is. You’ll have to experiment. Also not sure if the size option will even work (although I know the font-family option does).
-
@schnibel
Thanks for this great module.
Can you please help me?
Unfortunately i am not able to run is (and i am sure that the prob sits in front of the pi)
It would help me a lot if somebody could share his working config (only the “alert” module" and from this "Memo one).
Thanks a lot for you help and support -
This post is deleted! -
@schnibel , If I would like to make this module without use voice command (Jarvis)
and add event by manual (like default calendar module), or add event in google calendarquestion: How to do it? Thanks for your help
-
Thanks for this great module.
but when I do this command “http://192.168.0.60:8080/AddMemo?memoTitle=SHOPPING&item=Fruits&level=INFO”, I have this message
“Cannot GET /AddMemo”
but this command “http://192.168.0.60:8080” show MagicMirror
Can you please help me?
Thanks a lot for you help and support