@Sean i restarted the pi and my computer that is running the spotify. Everything is running and working as it should. buttons work, displays very well and its all good. Sorry, for the false alarm. noob moment.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Spotify
-
two Magic Mirrors start using pm2
Not sure how i did this or how to reverse it. During each restart, i have two windows of magic mirror. One is names “MagicMirror” and the other is “mm”. I prefer to use the “mm”.
How do i delete the auto start for “MagicMirror”?
I have to do a pm2 stop MagicMirror in order to get rid of the duplicate screen.pi@raspberrypi:~ $ pm2 stop MagicMirror [PM2] Applying action stopProcessId on app [MagicMirror](ids: [ 0 ]) [PM2] [MagicMirror](0) ✓ ┌────┬────────────────────┬──────────┬──────┬──────────┬──────────┬──────────┐ │ id │ name │ mode │ ↺ │ status │ cpu │ memory │ ├────┼────────────────────┼──────────┼──────┼──────────┼──────────┼──────────┤ │ 0 │ MagicMirror │ fork │ 0 │ stopped │ 0% │ 0b │ │ 1 │ mm │ fork │ 0 │ stopped │ 0% │ 0b │ └────┴────────────────────┴──────────┴──────┴──────────┴──────────┴──────────┘
-
RE: Two computers, one keyboard (and mouse) program
I did look into that and it seems to be the only program available. I just dont want to spend $30 for it. thats the only thing that sucks. Share Mouse is free but doesnt support Linux.
-
Two computers, one keyboard (and mouse) program
Is there a program out there like Share Mouse that is compatible with Linux (raspberry Pi) and Windows?
My desktop sits right by my pi and having one keyboard on the desk is the goal. -
RE: MMM-Spotify
Having an issue with the song info showing up on the MM.
I have everything installed correctly ( to my knowledge, or else it would work right?) and have the white Spotify symbol.
I entered my Client ID and Secret.
Callback and port are in there. I authorized through Spotify…
Not sure what i am missing…Help?
{ module: "MMM-Spotify", position: "bottom_left", config: { style: "mini", // "default" or "mini" available control: "default", //"default", "hidden" available updateInterval: 1000, onStart: null, // disable onStart feature with `null` allowDevices: [], //If you want to limit devices to display info, use this. // allowDevices: ["RASPOTIFY", "My iPhoneX", "My Home speaker"], } },
{ "CLIENT_ID" : "xxxx", "CLIENT_SECRET" : "xxxx", "AUTH_DOMAIN" : "http://localhost", "AUTH_PATH" : "/callback", "AUTH_PORT" : "8888", "SCOPE" : "user-read-private app-remote-control playlist-read-private streaming user-read-playback-state user-modify-playback-state", "TOKEN" : "./token.json" }
-
RE: Unable to update to latest version of Node.js and npm
I went through all of the avenues and this was the only way it stuck.
I am creating a second MM Pi so ill try it again on this Pi. -
RE: Unable to update to latest version of Node.js and npm
This website was exactly what i needed to get the latest version and it worked.
https://www.instructables.com/id/Install-Nodejs-and-Npm-on-Raspberry-Pi/
-
RE: Unable to update to latest version of Node.js and npm
I am not having much luck with this. Been searching and trying everything…
i@raspberrypi:~ $ node -v v10.15.2 pi@raspberrypi:~ $ npm -v bash: npm: command not found
-
Displaying Metrics from an Excel Sheet
Hello,
My father in law was impressed with my magic mirror and asked me the below:
“Can someone use the concept to report metrics in an operation? Are you limited as to where you can pull information from? For example, can we pull information from an Excel spreadsheet?”Could there be an existing module that could reference cells or a group of cells information and display that information on the screen?