@doubleT thanks for everything, I got it working. Now some other hiccups to work on.
Read the statement by Michael Teeuw here.
Posts
-
RE: How to add modules. For absolute beginners.
-
RE: How to add modules. For absolute beginners.
@doubleT not exactly sure what you’re talking about and don’t know what editor.
-
RE: How to add modules. For absolute beginners.
still having problems figuring it out. this is what i have.
}, { module: "MMM-JEOPARDY", position: "top_left", config: { useHeader: false, // true if you want a header header: "This is Jeopardy!", maxWidth: "250px", animationSpeed: 3000, // Fades to next clue } },[ { module: 'MMM-forecast-io', position: 'top_right', // This can be any of the regions. config: { // See 'Configuration options' for more information. apiKey: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', // Dark Sky API key. // Only required if geolocation doesn't work: latitude: 16.77532, longitude: -3.008265 } } ] { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "New York", locationID: "", //ID from http://www.openweathermap.org/help/city_list.txt appid: "xxxxxxxxxxxxzxxxxxxxxxxxxxxxxxxxxxx } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "New York", locationID: "5128581", //ID from http://www.openweathermap.org/help/city_list.txt appid: "xxxxxxxxxxxxxxxxxxxxxxxxx" } }, { module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "New York Times", url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" } ], showSourceTitle: true, showPublishDate: true } }, ] -
RE: I'm very new to this
@Mykle1 I went and grabbed the api key and entered it in and still can’t get it to work, I must be doing something wrong?
-
RE: I'm very new to this
Thanks a lot Peter! That helped me out a ton! I have it up and running now but the weather isn’t displayed and the screen didn’t rotate. Help with troubleshooting that would be great! I would also like to know how to customize it to my personal preference. Thanks in advance!
-
I'm very new to this
I just got my first pi, downloaded magic mirror and don’t know how to make it work now. Any help would be great?
-
RE: Npm start issues
I tried your first suggestion and this is what happened.
pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 nohup npm start &
[1] 1854
pi@raspberrypi:~/MagicMirror $ #nohup: ignoring input and appending output to 'nohup.out -
RE: Npm start issues
I used automatic installer. And the OS was the lite system that came with my raspberry
-
RE: Npm start issues
I’m just starting out too, that’s why I’m having problems. Lol
-
RE: Npm start issues
pi@raspberrypi:~/MagicMirror $ npm start
magicmirror@2.1.3 start /home/pi/MagicMirror
sh run-start.shrun-start.sh: 4: run-start.sh: electron: not found
npm ERR! magicmirror@2.1.3 start:
sh run-start.sh
npm ERR! Exit status 127
npm ERR!
npm ERR! Failed at the magicmirror@2.1.3 start script.
npm ERR! This is most likely a problem with the magicmirror package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! sh run-start.sh
npm ERR! You can get their info via:
npm ERR! npm owner ls magicmirror
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 4.9.59-v7+
npm ERR! command “/usr/bin/nodejs” “/usr/bin/npm” “start”
npm ERR! cwd /home/pi/MagicMirror
npm ERR! node -v v4.8.2
npm ERR! npm -v 1.4.21
npm ERR! code ELIFECYCLE
npm WARN This failure might be due to the use of legacy binary “node”
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debiannpm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/pi/MagicMirror/npm-debug.log
npm ERR! not ok code 0 -
Npm start issues
Errors after i try to run npm start in the terminal. I can’t figure out what to do from here?