<?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[Dumbest question of the week Calendar Module]]></title><description><![CDATA[<p dir="auto">When I start my MM I get a message that says " Error in Calendar Module - Check logs for details"<br />
So my question is… Where are those pesky logs?  I tried Whereis *.log but got nothing in return…<br />
Help?  and thanks<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/topic/16107/dumbest-question-of-the-week-calendar-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 17:13:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16107.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Dec 2021 17:58:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dumbest question of the week Calendar Module on Sun, 02 Jan 2022 01:59:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> <code>sudo raspi-config</code> will give ya the options to enable SSH - on the PC, use termius or putty.</p>
<p dir="auto">As for further PC control, you could look into samba - follow the instructions here for samba, they’re brilliant, even though it claims it’s for MacOS, it works for Windows too.</p>
<p dir="auto">Edit: Forgot the link: <a href="https://kremalicious.com/raspberry-pi-file-and-screen-sharing-macos-ios" target="_blank" rel="noopener noreferrer nofollow ugc">https://kremalicious.com/raspberry-pi-file-and-screen-sharing-macos-ios</a></p>
]]></description><link>https://forum.magicmirror.builders/post/97913</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97913</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Sun, 02 Jan 2022 01:59:30 GMT</pubDate></item><item><title><![CDATA[Reply to Dumbest question of the week Calendar Module on Fri, 31 Dec 2021 01:35:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> use one of the integrated ssh clients. bitvise or winscp</p>
<p dir="auto">you get an ssh window AND a file browser over the pi file system.  just double click to edit w your favorite editor.</p>
<p dir="auto">notepad++, vscode, whatever…</p>
]]></description><link>https://forum.magicmirror.builders/post/97909</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97909</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 31 Dec 2021 01:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to Dumbest question of the week Calendar Module on Fri, 31 Dec 2021 01:11:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bkeyport" aria-label="Profile: bkeyport">@<bdi>bkeyport</bdi></a> That’s my next project, to get the SSH working so I can program the mm from my PC…<br />
Thanks…<br />
There was an error in the calendar address and once I fixed that it works great… now on to the SSH programing…<br />
Thanks again Sam<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/97908</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97908</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Fri, 31 Dec 2021 01:11:03 GMT</pubDate></item><item><title><![CDATA[Reply to Dumbest question of the week Calendar Module on Thu, 30 Dec 2021 23:04:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> alternatively, if you can open two ssh sessions, you can use one of them with just <code>pm2 logs</code> - and watch it live as you restart MagicMirror in the other one.</p>
]]></description><link>https://forum.magicmirror.builders/post/97904</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97904</guid><dc:creator><![CDATA[BKeyport]]></dc:creator><pubDate>Thu, 30 Dec 2021 23:04:00 GMT</pubDate></item><item><title><![CDATA[Reply to Dumbest question of the week Calendar Module on Thu, 30 Dec 2021 22:34:07 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> Thanks Sam… I’ll give it a try.<br />
Dennis</p>
]]></description><link>https://forum.magicmirror.builders/post/97901</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97901</guid><dc:creator><![CDATA[N6NG]]></dc:creator><pubDate>Thu, 30 Dec 2021 22:34:07 GMT</pubDate></item><item><title><![CDATA[Reply to Dumbest question of the week Calendar Module on Thu, 30 Dec 2021 18:04:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/n6ng" aria-label="Profile: n6ng">@<bdi>n6ng</bdi></a> where u start mm the messages are output. if u save them, they are the log. if not they are lost</p>
<p dir="auto">if you use pm2 to launch mm</p>
<p dir="auto">then the command</p>
<pre><code>pm2 logs --lines=???
</code></pre>
<p dir="auto">where ??? is some number, default 15<br />
will show you ??? lines of the error messages and ??? lines of the non error messages</p>
<p dir="auto">1st debug step for calendar , take the url u put in config for the ics file , and use it in a browser on the mm system.</p>
<p dir="auto">it should download the calendar ics file.<br />
which is just text.</p>
]]></description><link>https://forum.magicmirror.builders/post/97896</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97896</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 30 Dec 2021 18:04:01 GMT</pubDate></item></channel></rss>