<?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[Need help with sdetweil script]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
i’ve installed MM on a new pi4 (bullseye) with sdetweil’s script.<br />
Everything ok, node version 17.3.0 and npm at 8.3.0.<br />
After the first start, i have cloned MMM-Fuel and modified the config.js (with api-key and lat/lng).</p>
<p dir="auto">The mirror starts but i didn#t get infos from MMM-Fuel.<br />
Then i tried the sdetweil’s update script.<br />
I get following:</p>
<pre><code>pi@pi4:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
No LSB modules are available.

doing test run = true, NO updates will be applied!

update log will be in /home/pi/MagicMirror/installers/upgrade.log
Check current Node installation ...
Node currently installed. Checking version number.
Minimum Node version: v16.9.1
Installed Node version: v17.3.0
No Node.js upgrade necessary.
Check current NPM installation ...
NPM currently installed. Checking version number.
Minimum npm version: V7.11.2
Installed npm version: V8.3.0
No npm upgrade necessary.

saving custom.css
upgrading from version 2.18.0 to 2.18.0
fetching latest revisions
there are 2 local files that are different than the master repo

   installers/mm.sh
   package-lock.json

any *-lock.json files do not need to be saved
do you want to save these files for later   (Y/n)?n
skipping restore for installers/mm.sh, doing test run
skipping restore for package-lock.json, doing test run
Checking for modules with removed libraries
processing dependency changes for active modules with package.json files

processing for module MMM-Fuel please wait
----------------------------------
skipped processing for MMM-Fuel, doing test run
processing complete for module MMM-Fuel

restoring custom.css

</code></pre>
<p dir="auto">How can i fix this?<br />
Thanks for helping me.</p>
]]></description><link>https://forum.magicmirror.builders/topic/16160/need-help-with-sdetweil-script</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 04:44:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16160.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 08 Jan 2022 19:48:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need help with sdetweil script on Sun, 09 Jan 2022 10:06:45 GMT]]></title><description><![CDATA[<p dir="auto">MMM-Fuel problem solved.</p>
<p dir="auto">My problem was:<br />
UnhandledPromiseRejectionWarning: Error: Cannot find module ‘geolib’</p>
<p dir="auto">so i use</p>
<pre><code>npm install geolib
</code></pre>
<p dir="auto">And i get the mudul running.</p>
<p dir="auto">Cheers<br />
Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/98290</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98290</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 09 Jan 2022 10:06:45 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with sdetweil script on Sun, 09 Jan 2022 09:04:33 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></p>
<p dir="auto">Hi Sam,</p>
<p dir="auto">my provider is Tankerkoenig …</p>
<p dir="auto">Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/98289</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98289</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 09 Jan 2022 09:04:33 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with sdetweil script on Sun, 09 Jan 2022 08:58:36 GMT]]></title><description><![CDATA[<p dir="auto">I forgot the MMM-Fuel modul:</p>
<pre><code>                {
                        module: "MMM-Fuel",
                        position: "top_left",
                        config: {
                                api_key: "57ae...................2e",
                                lat: xx.xxxxxxxx,
                                lng: y.yyyyy,
                                types: ["E5"],
                        }
                },
</code></pre>
<p dir="auto">Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/98288</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98288</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 09 Jan 2022 08:58:36 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with sdetweil script on Sun, 09 Jan 2022 08:43:11 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></p>
<p dir="auto">Hi Sam,</p>
<p dir="auto">after my old MM didn’t work properly and this was apparently also due to the very old Jessie, I started a new mirror based on a PI4 with Bullseye.</p>
<p dir="auto">For the initial installation I also took your script. But before that I manually updated Node to the latest version.</p>
<p dir="auto">The mirror worked in the basic version. The first modul “MMM-Fuel” has then unfortunately no data delivered and I thought that your script possibly correct necessary dependencies.</p>
<p dir="auto">Currently I do not know how to fix these problems soon:</p>
<pre><code>there are 2 local files that are different than the master repo

   installers/mm.sh
   package-lock.json
</code></pre>
<p dir="auto">Regarding MMM-Fuel I have to search something because of the certificate etc., right?</p>
<p dir="auto">Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/98287</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98287</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 09 Jan 2022 08:43:11 GMT</pubDate></item><item><title><![CDATA[Reply to Need help with sdetweil script on Sat, 08 Jan 2022 20:40:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: mymirror">@<bdi>mymirror</bdi></a> upgrade is for the next release, 3 months from now. ( and it’s 2 steps, one test, make sure you are happy, fix any issues, then once to DO  the upgrade, you only ran the test phase)</p>
<p dir="auto">do you mean u have a blank screen?</p>
<p dir="auto">if so, then see here for how to fix<br />
<a href="https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later">https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later</a></p>
<p dir="auto">what provider did u select? can you show the module def and config for MMM-Fuel?</p>
<p dir="auto">node 17?  my script installs node 16.</p>
]]></description><link>https://forum.magicmirror.builders/post/98276</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98276</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 08 Jan 2022 20:40:58 GMT</pubDate></item></channel></rss>