<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-Memo - Add some memos on your page and manage them through HTTP request]]></title><description><![CDATA[<h1>Description:</h1>
<p dir="auto">Hi all,<br />
I just uploaded a module I created for my MagicMirror implementation.<br />
The aim of the module is to add one or many notes on the screen and to manage them using HTTP requests.<br />
I created with module because I use a voice control solution (<a href="http://domotiquefacile.fr/jarvis/" target="_blank" rel="noopener noreferrer nofollow ugc">Jarvis</a>) and I wanted to automatically add a note on the screen by saying to Jarvis “<em>Add the memo ‘<strong>Don’t forget to buy eggs</strong>’ on <strong>Peter</strong>’s profile</em>”.<br />
The README description includes details… Let’s play…</p>
<h1>Screenshot:</h1>
<p dir="auto"><img src="https://raw.githubusercontent.com/schnibel/MMM-Memo/master/img/MMM-Memo.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<h1>Download:</h1>
<p dir="auto">[card:schnibel/MMM-Memo]</p>
]]></description><link>https://forum.magicmirror.builders/topic/2113/mmm-memo-add-some-memos-on-your-page-and-manage-them-through-http-request</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 07:27:27 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/2113.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Mar 2017 03:25:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Sun, 27 Sep 2020 10:37:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Alright another way :-)<br />
<a href="http://kanomaken.nl/ernst/MMform.html" target="_blank" rel="noopener noreferrer nofollow ugc">link file</a></p>
<p dir="auto">You can download it over there :face_with_stuck-out_tongue_winking_eye:</p>
]]></description><link>https://forum.magicmirror.builders/post/82421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82421</guid><dc:creator><![CDATA[Ernst]]></dc:creator><pubDate>Sun, 27 Sep 2020 10:37:17 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Sat, 26 Sep 2020 14:00:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ernst" aria-label="Profile: Ernst">@<bdi>Ernst</bdi></a> u have to have a space after every &lt;</p>
<p dir="auto">terrible,… no workaround</p>
]]></description><link>https://forum.magicmirror.builders/post/82387</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82387</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 26 Sep 2020 14:00:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Sat, 26 Sep 2020 13:14:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ernst" aria-label="Profile: Ernst">@<bdi>Ernst</bdi></a><br />
Hmm I can’t post html code here</p>
<p dir="auto">Does anyone know how?</p>
]]></description><link>https://forum.magicmirror.builders/post/82385</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82385</guid><dc:creator><![CDATA[Ernst]]></dc:creator><pubDate>Sat, 26 Sep 2020 13:14:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Sat, 26 Sep 2020 13:20:12 GMT]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">Maybe it is off use to anyone</p>
<p dir="auto">I made a html offline document on my phone to add and remove items from memo’s.<br />
It is not super clean but it is an start :face_with_stuck-out_tongue_winking_eye:</p>
<p dir="auto"><img src="http://kanomaken.nl/ernst/MMForm.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
<pre><code>
&lt;!--
http://192.168.178.23:8080/AddMemo?memoTitle=TODO&amp;item=LED%20Driver&amp;level=INFO
http://192.168.178.23:8080/RemoveMemo?memoTitle=TODO&amp;item=1


&lt;a href="//192.168.178.23:8080/RemoveMemo?memoTitle=TODO&amp;item=1"&gt;&lt;button type="submit"&gt;Item 1&lt;/button&gt;
--&gt;
&lt;html&gt;
  &lt;head&gt;
    &lt;title&gt;Smart mirror form&lt;/title&gt;

    &lt;style&gt;
      
      body, div, form, input, select, p { 
      font-family: Roboto, Arial, sans-serif;
      font-size: 14px;
      color: #666;
      }
      h1 {
      margin: 0;
      font-weight: 400;
      }
      h3 {
      margin: 12px 0;
      color: #8ebf42;
      }
      .main-block {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #fff;
      }
      form {
      width: 80%;
      padding: 20px;
      }
      fieldset {
      border: 1px solid #8ebf42;
      
      }
     
      label {
      padding: 0 5px;
      text-align: right;
      vertical-align: middle;
      }
      input {
      padding: 5px;
      vertical-align: middle;
      }
      .checkbox {
      margin-bottom: 10px;
      }
      
      select {
      background: transparent;
	  width: 100px;
      }
     
      .checkbox input, .children input {
      width: auto;
      margin: -2px 10px 0 0;
      }
      .checkbox a {
      color: #8ebf42;
      }
      .checkbox a:hover {
      color: #82b534;
      }
      button {
      width: 75px;
      padding: 10px 0;
      margin: 10px auto;
      border-radius: 5px; 
      border: none;
      background: #8ebf42; 
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      }
      button:hover {
      background: #82b534;
      }
     
      label {
      width: 40%;
      }
      input {
      width: 100px;
      }
	  .center {
		margin-left: auto;
		margin-right: auto;
		}
		table {
			width: 80%;
			border: 1px solid black;
			}
     
      }
    &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
  &lt;center&gt;
    &lt;div class="main-block"&gt;
	&lt;!-- http://192.168.178.23:8080/?name=niks  
	
	http://192.168.178.23:8080/AddMemo?memoTitle=TODO&amp;item=LED%20Driver&amp;level=INFO
	--&gt;
    &lt;form action="http://192.168.178.23:8080/AddMemo" method="get"&gt;
      &lt;h1&gt;Smart mirror&lt;/h1&gt;
	  
      &lt;fieldset&gt;      
        &lt;legend&gt;
          &lt;h3&gt;Add/Remove item&lt;/h3&gt;
        &lt;/legend&gt;           
        &lt;fieldset&gt;
        &lt;br&gt;
         
        &lt;!--&lt;input type="hidden" name="memoTitle" value="ToDo"&gt; --&gt;
		&lt;label&gt;Add item&lt;/label&gt;&lt;input type="text" name="item" required&gt;
		
		&lt;select name="memoTitle" &gt;
		        &lt;option value="" disabled selected hidden&gt; Lijst Name&lt;/option&gt;
                &lt;option value="ToDo"&gt;ToDo&lt;/option&gt;
                &lt;option value="Test"&gt;Test&lt;/option&gt;
        &lt;/select&gt;
		
		
		&lt;input type="hidden" name="level" value="INFO"&gt;
       

      . &lt;button type="submit" href="/"&gt;Add&lt;/button&gt;
	  &lt;/form&gt;
	  
	  &lt;/fieldset&gt;
	  &lt;fieldset&gt;
    &lt;form action="http://192.168.178.23:8080/RemoveMemo" method="get"&gt;
	
	&lt;!--&lt;input type="hidden" name="memoTitle" value="ToDo"&gt; --&gt;
	&lt;label&gt;Remove Item&lt;/label&gt;  
	&lt;select name="memoTitle" &gt;
		        &lt;option value="" disabled selected hidden&gt; Lijst Name&lt;/option&gt;
                &lt;option value="ToDo"&gt;ToDo&lt;/option&gt;
                &lt;option value="Test"&gt;Test&lt;/option&gt;
        &lt;/select&gt;

              &lt;select name="item" &gt;
			  
                &lt;option value="" disabled selected hidden&gt; Lijst Nr&lt;/option&gt;
                &lt;option value="1"&gt;1&lt;/option&gt;
                &lt;option value="2"&gt;2&lt;/option&gt;
                &lt;option value="3"&gt;3&lt;/option&gt;
                &lt;option value="4"&gt;5&lt;/option&gt;
                &lt;option value="5"&gt;5&lt;/option&gt;
                &lt;option value="6"&gt;6&lt;/option&gt;
              &lt;/select&gt;
     .        &lt;button type="submit" href="/"&gt;Remove&lt;/button&gt;
	&lt;/form&gt;
	&lt;!--&lt;a href="http://192.168.178.23:8080/RemoveMemo?memoTitle=TODO&amp;item=1"&gt;&lt;button type="button"&gt;Item 1&lt;/button&gt; --&gt;
  &lt;/div&gt;

code_text
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/82384</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82384</guid><dc:creator><![CDATA[Ernst]]></dc:creator><pubDate>Sat, 26 Sep 2020 13:20:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Wed, 01 Apr 2020 00:14:55 GMT]]></title><description><![CDATA[<p dir="auto">I installed jarvis and have it sort of working but I am not sure how you convert numbers that are text (one, two, three) from the STT engine to integers for the phone number or memo item number etc. that must be included in the HTTP get quest</p>
]]></description><link>https://forum.magicmirror.builders/post/71500</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71500</guid><dc:creator><![CDATA[roccodicarlo]]></dc:creator><pubDate>Wed, 01 Apr 2020 00:14:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Mon, 13 Jan 2020 20:57:49 GMT]]></title><description><![CDATA[<p dir="auto">There needs to be a config switch to disable the showing of the pin. Like “showPin” which is set to true by default.  I have a small mirror and the pin takes up a lot of vertical space.</p>
]]></description><link>https://forum.magicmirror.builders/post/67941</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/67941</guid><dc:creator><![CDATA[gschmall]]></dc:creator><pubDate>Mon, 13 Jan 2020 20:57:49 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Tue, 17 Sep 2019 02:56:10 GMT]]></title><description><![CDATA[<p dir="auto">ok… I installed this module…</p>
<p dir="auto">u define in the config.js a tag to identify acceptable incoming ‘memos’…<br />
memoTitle</p>
<p dir="auto">once I did that I was able, in a browser to do</p>
<p dir="auto"><a href="http://192.168.2.26:8086/addMemo?memoTitle=testing&amp;item=foobar" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.2.26:8086/addMemo?memoTitle=testing&amp;item=foobar</a><br />
and I got back<br />
{“status”:“success”,“item”:{“memoTitle”:“testing”,“level”:“INFO”,“item”:“foobar”,“timestamp”:“2019-09-16T00:12:05.199Z”}}<br />
and a memo appears on the mirror screen</p>
<p dir="auto">192.168.2.26 is my mirror ip address, and 8086 is the port in the config.js</p>
<p dir="auto">in config.,js I have</p>
<pre><code>  address: "", // Address to listen on, can be:   
                        // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                        // - another specific IPv4/6 to listen on a specific interface
                        // - "", "0.0.0.0", "::" to listen on any interface
                        // Default, when address config is left out, is "localhost"
  port: 8086,
  ipWhitelist: [],   // allow anyone to connect
</code></pre>
<p dir="auto">if address:“localhost”  then only from INSIDE the mirror machine is allowed to make connections to mirror application</p>
<p dir="auto">if I do this</p>
<pre><code>http://192.168.2.26:8086/addMemo
</code></pre>
<p dir="auto">the response is</p>
<pre><code>{"status":"failed","error":"No 'memoTitle' given."}
</code></pre>
<p dir="auto">if I do this</p>
<pre><code>http://192.168.2.26:8086/addMemo?memoTitle=testing
</code></pre>
<p dir="auto">where memoTitle matches the value specified in config.js</p>
<pre><code>    {
        module: 'MMM-Memo',
        position: 'top_left',
        classes: 'default everyone',        // if using MMM-ProfileSwitcher module
        config: {
            // See 'Configuration options' for more information.
            memoTitle: "testing"
        }    
</code></pre>
<p dir="auto">then i get this</p>
<pre><code>{"status":"failed","error":"No 'item' given."}
</code></pre>
<p dir="auto">so, <a href="http://192.168.2.26:8086/addMemo?memoTitle=testing&amp;item=" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.2.26:8086/addMemo?memoTitle=testing&amp;item=</a></p>
<p dir="auto">note to have multiple memo pages, you need to add the module to the config.js multiple times, with different memoTitle values…</p>
<pre><code>readme
If you declare several modules in the config/config.js file, you will get several memo notes on your MagicMirror2 profile.
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/61346</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61346</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 17 Sep 2019 02:56:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Sun, 15 Sep 2019 20:54:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crayyy" aria-label="Profile: Crayyy">@<bdi>Crayyy</bdi></a> same issue… did you find a fix?</p>
]]></description><link>https://forum.magicmirror.builders/post/61341</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/61341</guid><dc:creator><![CDATA[FruityBebbles]]></dc:creator><pubDate>Sun, 15 Sep 2019 20:54:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Fri, 12 Jul 2019 09:38:41 GMT]]></title><description><![CDATA[<p dir="auto">Such a usefull topic,thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/58834</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58834</guid><dc:creator><![CDATA[WasupDude]]></dc:creator><pubDate>Fri, 12 Jul 2019 09:38:41 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Fri, 21 Jun 2019 22:13:32 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for this module that I like a lot despite the harm I had to use it without Jarvis. :) beginner in computer science and big noob for HTML CSS and many other things. I search a little but I did not find how to make notes appear after each other in the same memo. The oldest note in 1 and the most recent in 2,3 or 4 and so on. Thanks for your help.<br />
(Google traduction)</p>
]]></description><link>https://forum.magicmirror.builders/post/58131</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58131</guid><dc:creator><![CDATA[Robinson128]]></dc:creator><pubDate>Fri, 21 Jun 2019 22:13:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Thu, 23 May 2019 04:10:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schnibel" aria-label="Profile: schnibel">@<bdi>schnibel</bdi></a></p>
<p dir="auto">Thank you for providing us this fantastic module! It’s so useful.</p>
<p dir="auto">I have a suggestion: could you merge multiple instances of MMM-Memo into only one instance? Like the following:<br />
{<br />
module: ‘MMM-Memo’,<br />
config{<br />
{<br />
memo1<br />
memoTitle: XXXX<br />
position:<br />
},<br />
{<br />
memo2<br />
memoTitle:YYYY<br />
position:<br />
},<br />
…<br />
}</p>
<p dir="auto">Because there are six instances of MMM-Memo at least, the system performance will be affected and there are always many notifications  about this module in console log when any notifications send by any modules.</p>
]]></description><link>https://forum.magicmirror.builders/post/57330</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57330</guid><dc:creator><![CDATA[lovesicker]]></dc:creator><pubDate>Thu, 23 May 2019 04:10:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Fri, 26 Apr 2019 04:09:26 GMT]]></title><description><![CDATA[<p dir="auto">I still am unable to add or modify the memos in any way :) I don’t understand how to use the HTTP command to pass commands to the module, Here is what I typed at the SSH command prompt. “<a href="http://192.168.1.175:8080/AddMemo?memoTitle=SHOPPING&amp;item=Fruits&amp;level=INFO" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.1.175:8080/AddMemo?memoTitle=SHOPPING&amp;item=Fruits&amp;level=INFO</a>” but I get the following errors and no memo on my mirror :( “-bash: <a href="http://192.168.1.175:8080/AddMemo?memoTitle=:" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.1.175:8080/AddMemo?memoTitle=:</a> No such file or directory<br />
[7]-  Exit 127                <a href="http://192.168.1.175:8080/AddMemo?memoTitle=SHOPPING" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.1.175:8080/AddMemo?memoTitle=SHOPPING</a><br />
[8]+  Done                    item=Fruits” please help :)</p>
]]></description><link>https://forum.magicmirror.builders/post/56448</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/56448</guid><dc:creator><![CDATA[Crayyy]]></dc:creator><pubDate>Fri, 26 Apr 2019 04:09:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Thu, 20 Sep 2018 08:41:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Just a help to other magic Mirror builders.</p>
<p dir="auto">I have implemented this nice module. :smiling_face_with_heart-eyes:</p>
<p dir="auto">When I send URL-request I got the error “No memo file found”. After some grumbling and deep dive I found that it was because my language was not supported (Danish).</p>
<p dir="auto">I added my language-file under the translation directory and added the yellow line.</p>
<p dir="auto"><img src="/assets/uploads/files/1537432768379-b1c9a796-6d8c-49b7-a1da-c571b2f895e7-image.png" alt="0_1537432767972_b1c9a796-6d8c-49b7-a1da-c571b2f895e7-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Hope it can be of help to others. :smiling_face_with_smiling_eyes:</p>
]]></description><link>https://forum.magicmirror.builders/post/44548</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44548</guid><dc:creator><![CDATA[Janne]]></dc:creator><pubDate>Thu, 20 Sep 2018 08:41:02 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Wed, 01 Nov 2017 13:25:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/efl23" aria-label="Profile: efl23">@<bdi>efl23</bdi></a><br />
Eureka, just a bad name of the module</p>
]]></description><link>https://forum.magicmirror.builders/post/30493</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30493</guid><dc:creator><![CDATA[efl23]]></dc:creator><pubDate>Wed, 01 Nov 2017 13:25:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Wed, 01 Nov 2017 11:18:43 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for this great module.<br />
but when I do this command  “<a href="http://192.168.0.60:8080/AddMemo?memoTitle=SHOPPING&amp;item=Fruits&amp;level=INFO" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.0.60:8080/AddMemo?memoTitle=SHOPPING&amp;item=Fruits&amp;level=INFO</a>”, I have this message<br />
“Cannot GET /AddMemo”<br />
but this command  “<a href="http://192.168.0.60:8080" target="_blank" rel="noopener noreferrer nofollow ugc">http://192.168.0.60:8080</a>” show MagicMirror<br />
Can you please help me?<br />
Thanks a lot for you help and support</p>
]]></description><link>https://forum.magicmirror.builders/post/30488</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30488</guid><dc:creator><![CDATA[efl23]]></dc:creator><pubDate>Wed, 01 Nov 2017 11:18:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Wed, 01 Nov 2017 03:23:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schnibel" aria-label="Profile: schnibel">@<bdi>schnibel</bdi></a> , If I would like to make this module without use voice command (Jarvis)<br />
and add event by manual (like default calendar module), or add event in google calendar</p>
<p dir="auto">question: How to do it? Thanks for your help</p>
]]></description><link>https://forum.magicmirror.builders/post/30478</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30478</guid><dc:creator><![CDATA[nobita]]></dc:creator><pubDate>Wed, 01 Nov 2017 03:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Sat, 21 Oct 2017 20:32:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schnibel" aria-label="Profile: schnibel">@<bdi>schnibel</bdi></a><br />
Thanks for this great module.<br />
Can you please help me?<br />
Unfortunately i am not able to run is (and i am sure that the prob sits in front of the pi)<br />
It would help me a lot if somebody could share his working config (only the “alert” module" and from this "Memo one).<br />
Thanks a lot for you help and support</p>
]]></description><link>https://forum.magicmirror.builders/post/29948</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29948</guid><dc:creator><![CDATA[Vauxdvihl]]></dc:creator><pubDate>Sat, 21 Oct 2017 20:32:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Sat, 21 Oct 2017 16:42:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wireshark" aria-label="Profile: wireshark">@<bdi>wireshark</bdi></a> Try something like this in your  ~/MagicMirror/css/custom.css file:</p>
<pre><code>.MMM-Memo .note {
    font-size: 25px;
    font-family: "Roboto Condensed", sans-serif;
}
</code></pre>
<p dir="auto">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).</p>
]]></description><link>https://forum.magicmirror.builders/post/29944</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29944</guid><dc:creator><![CDATA[dsegel]]></dc:creator><pubDate>Sat, 21 Oct 2017 16:42:27 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Wed, 23 Aug 2017 12:18:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schnibel" aria-label="Profile: schnibel">@<bdi>schnibel</bdi></a> 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.</p>
<p dir="auto"><a href="https://github.com/schnibel/MMM-Memo/blob/master/MMM-Memo.js#L123" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/schnibel/MMM-Memo/blob/master/MMM-Memo.js#L123</a></p>
<p dir="auto">to <code>this.sendNotification("SHOW_ALERT", {title: ttl, message: msg, timer: 5000});</code> for 5 seconds or make a config option for it</p>
]]></description><link>https://forum.magicmirror.builders/post/26926</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26926</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 23 Aug 2017 12:18:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Memo - Add some memos on your page and manage them through HTTP request on Wed, 23 Aug 2017 10:51:20 GMT]]></title><description><![CDATA[<p dir="auto">Hi, thank you for getting back to me =)</p>
<p dir="auto">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.<br />
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</p>
]]></description><link>https://forum.magicmirror.builders/post/26922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/26922</guid><dc:creator><![CDATA[ceddirr]]></dc:creator><pubDate>Wed, 23 Aug 2017 10:51:20 GMT</pubDate></item></channel></rss>