MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bminer1
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    B
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 5
    • Posts 60
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Spotify

      @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.

      posted in Entertainment
      B
      bminer1
    • RE: two Magic Mirrors start using pm2

      @sdetweil perfect! Thanks!

      posted in Troubleshooting
      B
      bminer1
    • 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       │
      └────┴────────────────────┴──────────┴──────┴──────────┴──────────┴──────────┘
      
      
      posted in Troubleshooting
      B
      bminer1
    • 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.

      posted in Requests
      B
      bminer1
    • 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.

      posted in Requests
      B
      bminer1
    • 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"
      }
      
      posted in Entertainment
      B
      bminer1
    • 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.

      posted in Troubleshooting
      B
      bminer1
    • 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/

      posted in Troubleshooting
      B
      bminer1
    • 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
      
      posted in Troubleshooting
      B
      bminer1
    • 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?

      posted in Requests
      B
      bminer1
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 1 / 6