<?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[Unable to install dependencies]]></title><description><![CDATA[<p dir="auto">When I try to use</p>
<pre><code>bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)"
</code></pre>
<p dir="auto">The install takes maybe 2 seconds but it says install is complete, however I did not include the first $. If I do include this, it says that it doesn’t understand it. The MagicMirror folder is no where on my raspberrypi. As a result I tried to use</p>
<pre><code>$ sudo apt install python3 python3-pip -y &amp;&amp; \
      git clone https://github.com/Bee-Mar/mmpm.git &amp;&amp; \
      cd mmpm &amp;&amp; \
      make &amp;&amp; \
      echo "export PATH=$PATH:$HOME/.local/bin" &gt;&gt; $HOME/.bashrc &amp;&amp; \
      source ~/.bashrc
</code></pre>
<p dir="auto">And afterwards do</p>
<pre><code>mmpm -M
</code></pre>
<p dir="auto">By using this method of installing it actually takes some time for MagicMirror to install, which seems a bit more reasonable. However, at the end of the installation it tells me that it is unable to install dependencies. It also says this is not a problem with npm, but rather that nodejs is out of date. It seems to actually be out of date because by doing</p>
<pre><code>nodejs -v
</code></pre>
<p dir="auto">It tells me that the version is v10.15.2 . So then I decided ill try to update nodejs by doing</p>
<pre><code>curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
</code></pre>
<p dir="auto">The result of this is</p>
<pre><code>## Installing the NodeSource Node.js 13.x repo...


## Populating apt-get cache...

+ apt-get update
Get:1 http://archive.raspberrypi.org/debian buster InRelease [25.1 kB]
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Reading package lists... Done                                         
E: Release file for http://archive.raspberrypi.org/debian/dists/buster/InRelease is not valid yet (invalid for another 7d 17h 8min 13s). Updates for this repository will not be applied.
E: Release file for http://raspbian.raspberrypi.org/raspbian/dists/buster/InRelease is not valid yet (invalid for another 10d 2h 29min 48s). Updates for this repository will not be applied.
Error executing command, exiting
</code></pre>
<p dir="auto">As a result I cannot update nodejs to the proper version. I have tried deleting the MagicMirror folder and redoing all of this with no success and the same results. I don’t know if this is would be a contributing factor but I have been doing this through VNC. I don’t have my own USB keyboard so I borrowed a friends to setup VNC and now I just control everything through my laptop.</p>
]]></description><link>https://forum.magicmirror.builders/topic/12250/unable-to-install-dependencies</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 09:07:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12250.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Feb 2020 02:23:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to install dependencies on Sat, 29 Feb 2020 13:39:21 GMT]]></title><description><![CDATA[<p dir="auto">@nathan-joslin i have added code to the installer to check for and report the date/time problem…</p>
<p dir="auto">thanks for your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/70121</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70121</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 29 Feb 2020 13:39:21 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Tue, 25 Feb 2020 17:22:13 GMT]]></title><description><![CDATA[<p dir="auto">@nathan-joslin np. We all learned something. Now to detect it, and help others</p>
]]></description><link>https://forum.magicmirror.builders/post/69992</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69992</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 25 Feb 2020 17:22:13 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Tue, 25 Feb 2020 04:43:31 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 />
I was finally able to install it correctly using your script. For some reason using</p>
<pre><code>raspi-config
</code></pre>
<p dir="auto">was not changing the date and time so I had to do it manually. Thank you so much for your help! I didn’t think the date and time being off by 9 days would have been an issue. I hope my friends and I will be able to accomplish want we want to do with this, but that may have to be a surprise for later. Thanks once again.</p>
]]></description><link>https://forum.magicmirror.builders/post/69964</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69964</guid><dc:creator><![CDATA[nathan.joslin]]></dc:creator><pubDate>Tue, 25 Feb 2020 04:43:31 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 23:23:37 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 />
Okay I’ll look into it tonight, just have some things to take care of first. I thought it may have been related to the time, but when I tried to change the time it wasn’t letting me. I even rebooted multiple times. But I’ll try to get back to you tonight</p>
]]></description><link>https://forum.magicmirror.builders/post/69956</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69956</guid><dc:creator><![CDATA[nathan.joslin]]></dc:creator><pubDate>Mon, 24 Feb 2020 23:23:37 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 16:30:08 GMT]]></title><description><![CDATA[<p dir="auto">@nathan-joslin one suggestion for the cert error is to insure your system time is set correctly.</p>
<p dir="auto">My script is the same as before, and fails if npm install fails</p>
<p dir="auto">My script shows the same error, see line 5 of the log. Looks like the system date is in the past</p>
]]></description><link>https://forum.magicmirror.builders/post/69923</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69923</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Feb 2020 16:30:08 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 16:20:59 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>  Why did your installation script not work? Tonight I may have time to delete the MagicMirror folder and use your script and show you what that says.</p>
]]></description><link>https://forum.magicmirror.builders/post/69922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69922</guid><dc:creator><![CDATA[nathan.joslin]]></dc:creator><pubDate>Mon, 24 Feb 2020 16:20:59 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 03:59:16 GMT]]></title><description><![CDATA[<p dir="auto">@nathan-joslin that CERT NOT VALID is a real problem…</p>
<p dir="auto">Will have to research</p>
]]></description><link>https://forum.magicmirror.builders/post/69899</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69899</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Feb 2020 03:59:16 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 02:51:48 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>
<pre><code>pi@raspberrypi:~/MagicMirror $ npm install
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! code CERT_NOT_YET_VALID
npm ERR! errno CERT_NOT_YET_VALID
npm ERR! request to https://registry.npmjs.org/iconv-lite failed, reason: certificate is not yet valid

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pi/.npm/_logs/2020-02-13T20_26_05_452Z-debug.log
pi@raspberrypi:~/MagicMirror $ 
</code></pre>
<p dir="auto">Sorry I didn’t see your response, here is npm install</p>
]]></description><link>https://forum.magicmirror.builders/post/69898</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69898</guid><dc:creator><![CDATA[nathan.joslin]]></dc:creator><pubDate>Mon, 24 Feb 2020 02:51:48 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 02:49:02 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>
<pre><code>pi@raspberrypi:~ $ mmpm -M
MagicMirror directory not found. Installing MagicMirror...

$$\      $$\                     $$\           $$\      $$\ $$\                                          $$$$$$\
$$$\    $$$ |                    \__|          $$$\    $$$ |\__|                                        $$  __$$\
$$$$\  $$$$ | $$$$$$\   $$$$$$\  $$\  $$$$$$$\ $$$$\  $$$$ |$$\  $$$$$$\   $$$$$$\   $$$$$$\   $$$$$$\  \__/  $$ |
$$\$$\$$ $$ | \____$$\ $$  __$$\ $$ |$$  _____|$$\$$\$$ $$ |$$ |$$  __$$\ $$  __$$\ $$  __$$\ $$  __$$\  $$$$$$  |
$$ \$$$  $$ | $$$$$$$ |$$ /  $$ |$$ |$$ /      $$ \$$$  $$ |$$ |$$ |  \__|$$ |  \__|$$ /  $$ |$$ |  \__|$$  ____/
$$ |\$  /$$ |$$  __$$ |$$ |  $$ |$$ |$$ |      $$ |\$  /$$ |$$ |$$ |      $$ |      $$ |  $$ |$$ |      $$ |
$$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ |      $$ |      \$$$$$$  |$$ |      $$$$$$$$\
\__|     \__| \_______| \____$$ |\__| \_______|\__|     \__|\__|\__|      \__|       \______/ \__|      \________|
                       $$\   $$ |
                       \$$$$$$  |
                        \______/

install log being saved to /home/pi/install.log
Updating packages ...
Installing helper tools ...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.6).
curl is already the newest version (7.64.0-4).
git is already the newest version (1:2.20.1-2+deb10u1).
unzip is already the newest version (6.0-23+deb10u1).
wget is already the newest version (1.20.1-1.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Check current Node installation ...
Node currently installed. Checking version number.
Minimum Node version: v10.1.0
Installed Node version: v10.15.2
No Node.js upgrade necessary.
Check current NPM installation ...
NPM currently installed. Checking version number.
Minimum npm version: V6.0.0
Installed npm version: V5.8.0
npm should be upgraded.
Installing npm ...
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! code CERT_NOT_YET_VALID
npm ERR! errno CERT_NOT_YET_VALID
npm ERR! request to https://registry.npmjs.org/npm failed, reason: certificate is not yet valid

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-02-13T20_21_42_189Z-debug.log
npm installation Done! version=V5.8.0
Cloning MagicMirror ...
Cloning into 'MagicMirror'...
remote: Enumerating objects: 331, done.
remote: Counting objects: 100% (331/331), done.
remote: Compressing objects: 100% (295/295), done.
remote: Total 331 (delta 42), reused 194 (delta 23), pack-reused 0
Receiving objects: 100% (331/331), 676.44 KiB | 105.00 KiB/s, done.
Resolving deltas: 100% (42/42), done.
Cloning MagicMirror Done!
Installing dependencies ...
npm WARN npm npm does not support Node.js v10.15.2
npm WARN npm You should probably upgrade to a newer version of node as we
npm WARN npm can't make any promises that npm will work with this version.
npm WARN npm Supported releases of Node.js are the latest release of 4, 6, 7, 8, 9.
npm WARN npm You can find the latest version at https://nodejs.org/
npm ERR! code CERT_NOT_YET_VALID
npm ERR! errno CERT_NOT_YET_VALID
npm ERR! request to https://registry.npmjs.org/feedme failed, reason: certificate is not yet valid

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/pi/.npm/_logs/2020-02-13T20_22_17_662Z-debug.log
Unable to install dependencies!
pi@raspberrypi:~ $ 
</code></pre>
<p dir="auto">Not sure if this helps either, I just deleted the MagicMirror folder before trying again.</p>
]]></description><link>https://forum.magicmirror.builders/post/69897</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69897</guid><dc:creator><![CDATA[nathan.joslin]]></dc:creator><pubDate>Mon, 24 Feb 2020 02:49:02 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 02:46:39 GMT]]></title><description><![CDATA[<p dir="auto">@nathan-joslin wow…</p>
<p dir="auto">If you do npm install in the MagicMirror folder. What other output do u get?</p>
]]></description><link>https://forum.magicmirror.builders/post/69896</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69896</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Feb 2020 02:46:39 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 02:43:20 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>
<pre><code>install starting  - Thu Feb 13 15:20:04 EST 2020
installing on armv7l processor system
the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
[96mUpdating packages ...[90m
Get:1 http://archive.raspberrypi.org/debian buster InRelease [25.1 kB] Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB] Reading package lists... E: Release file for http://archive.raspberrypi.org/debian/dists/buster/InRelease is not valid yet (invalid for another 7d 17h 12min 50s). Updates for this repository will not be applied. E: Release file for http://raspbian.raspberrypi.org/raspbian/dists/buster/InRelease is not valid yet (invalid for another 10d 2h 34min 25s). Updates for this repository will not be applied.
apt-get update  completed ok
apt upgrade result =rc=0 Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[96mInstalling helper tools ...[90m
[96mCheck current Node installation ...[0m
[0mNode currently installed. Checking version number.
[0mMinimum Node version: [1mv10.1.0[0m
[0mInstalled Node version: [1mv10.15.2[0m
[92mNo Node.js upgrade necessary.[0m
[96mCheck current NPM installation ...[0m
[0mNPM currently installed. Checking version number.
[0mMinimum npm version: [1mV6.0.0[0m
[0mInstalled npm version: [1mV5.8.0[0m
[96mnpm should be upgraded.[0m
[96mInstalling npm ...[90m
Reading package lists...
Building dependency tree...
Reading state information...
npm is already the newest version (5.8.0+ds6-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
upgrading npm to latest
[92mnpm installation Done! version=V5.8.0[0m
[96mCloning MagicMirror ...[90m
[92mCloning MagicMirror Done![0m
[96mInstalling dependencies ...[90m
[91mUnable to install dependencies!
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/69895</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69895</guid><dc:creator><![CDATA[nathan.joslin]]></dc:creator><pubDate>Mon, 24 Feb 2020 02:43:20 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 02:27:50 GMT]]></title><description><![CDATA[<p dir="auto">@nathan-joslin I don’t know. Can u show me the ~/install.log</p>
]]></description><link>https://forum.magicmirror.builders/post/69894</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69894</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 24 Feb 2020 02:27:50 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to install dependencies on Mon, 24 Feb 2020 02:25:35 GMT]]></title><description><![CDATA[<p dir="auto">@nathan-joslin I forgot to mention that I am using a 64gb micro sd on a Pi3. Before writing the image I reformatted the sd to FAT32. I read about other issues and some people say that their issues have been solved by using a different sd, could this be similar?</p>
]]></description><link>https://forum.magicmirror.builders/post/69893</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69893</guid><dc:creator><![CDATA[nathan.joslin]]></dc:creator><pubDate>Mon, 24 Feb 2020 02:25:35 GMT</pubDate></item></channel></rss>