@Nero easier, use the bitvise ssh client, then u can drag/drop, double click to edit, and have an ssh window open for commands too… free… easy
Read the statement by Michael Teeuw here.
Posts
-
RE: Samba - Save failing when Direct from PC to Pi
-
RE: Installing Magic mirror on windows 10
@Chrisflex read the readme for each module
-
RE: Works with Node Serveronly but not npm start MM
@JohnBachini what a pain
try this
cd ~/MagicMirror/modules/MMM-synology-ds/node_modules/mmmagic # force rebuild to the version of node electron is running ~/MagicMirror/node_modules/.bin/electron-rebuildtry again
-
RE: cannot install pm2
@mrlowndes when the sd card starts to fail, it is toast
-
RE: PM2 autostart not working
@VesaLa59 the newer versions of chrome have added support for some protected environment (sandbox), but its very restrictive
run the fixsandbox script from here
https://github.com/sdetweil/MagicMirror_scriptsbash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixsandbox)" -
RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
@blake_northrup because u installed on windows, there are a couple extra steps
cd MagicMirror
cd vendor
npm install
cd …\fonts. 2dots
npm install
cd … 2dotthe npm start
this phone editor will not let me enter 2 dots, displays as 3
-
RE: MMM-EveryNews goes off every time when MMM-GoogleMapsTraffic is on
@Dimasua there is a bug in GoogleMapsTraffic
I have an updated version that seems to work, and have submitted to the author, but they have not taken the fix.
-
RE: MagicMirror Newsfeed continually "loading"...
@spblat if the module has a node_helper.js, you need to restart MM for any changes to take place
-
RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
@Uwe-Kretsen do not install under mingw, just open a command prompt/ powershell prompt and do the git clone/npm install
u need git of course and node/npm (google how to install)
then u need to do some more steps as the setup is for linux
cd MagicMirror cd vendor npm install cd .. cd fonts npm install cd ..then edit package.json and change the start line
from"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",to
"start": "node_modules/.bin/electron js/electron.js",then npm start works as expected
also, you must manually copy the MagicMirror/config/config.js.sample to the initial config.js
also create the empty MagicMirror/css/custom.css -
RE: Problems loading config resources
@Envynot sounds like you are running on windows…
.
two extra stepscd MagicMirror cd vendor npm install cd .. cd fonts npm install cd ..now u can start mm again
-
RE: MagicMirror² v2.15.0 is available don't work.
@wenike deprecated doesn’t mean no longer works… just means you “shouldn’t use it for NEW development”
SO, if its not loaded, YOU can still load it…
npm install valid-url
in whatever module needs it
-
RE: Weather Module LocationID Error
@stardyze unuxpected token, means the line before doesn’t end with a comma
-
RE: How do I delete a module?
open a terminal window
ctrl-alt-tcd ~/MagicMirror/modules rm -rf xxxxxwhere xxxxx is the module you have installed and now want to delete.
exact letter case matters
foo is not the same as Foo on Linuxthen do
cd ~/MagicMirror/config nano config.jsuse the arrow keys on the keyboard to move up and down, left and right
find the entry
module:"xxxxx`,where xxxxx is the module u want to delete
move the cursor to the right end of that linehit the enter key
typedisabled:true,hit Ctrl-o
hit enterhit ctrl-x
you will be back at the terminal window prompt
do
cd ~/MagicMirroryou can now restart MagicMirror however you do that
npm start
or
pm2 restartread the two links in my signature below
we did the disable approach cause it’s the easiest to do, and requires the least amount of content format knowledge. -
RE: How do I properly uninstall magic mirror on raspberry pi 4
@r3d6 my bullseye script should handle either way. I updated the comments to include other systems, not just bullseye
-
RE: Can't get update alert to go away
@pminich weird
docd ~/MagicMirror git pull -
RE: Merge conflict after update to 2.19
also
git checkout filenamewill restore a file to it’s repo contents.
-
RE: Default Weather module still not displaying
@Jarhead96097 please never do audit… causes more problems than it fixes
-
RE: Default Weather module still not displaying
@mumblebaj and we have found npm install parms to turn off the warning coming in next release, and already in my scripts.
-
RE: How to run via browser on Android 2.3
@dude31222 our browser code, and many modules, require JavaScript level ES6.
es6 was approved in 2015.
see
https://caniuse.com/ciu/comparisonselect just the js API checkbox