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

    Posts

    Recent Best Controversial
    • RE: MagicMirror Servermode on Synology DS

      @AnyKey It looks like you can. A quick perusal of the Synology forums found that a few users have been using Nodejs on their devices. Off the top of my head, the process to manually install MagicMirror on a non-Raspberry system is:

      1. install Nodejs & NPM (here’s a hint)
      2. Install git and clone the repository.
      3. Run npm install in the MagicMirror folder.
      4. Start node and it will provide a webserver.

      That should get you started. You may have to switch the port that Node uses for the web server, but that’s trivial.

      posted in Tutorials
      bheplerB
      bhepler
    • RE: 24 Hour clock problem

      Everyone! Please, use the Markdown features of the forum when posting code.

      @rasmus-rytter said in 24 Hour clock problem:

      Everything has gone except of the clock?

      Looking at your config.js file, you are missing the code to include the clock module entirely. @Mykle1 has it correct: It’s best at this point to copy the config.js.sample file to config.js and just start from a known working baseline.

      posted in Bug Hunt
      bheplerB
      bhepler
    • RE: 404 Error

      @kpenrose47 I don’t know if that’s a copy & paste, but you’re missing a / after the https:

      It should be https://raw.githubusercontent...

      posted in Troubleshooting
      bheplerB
      bhepler
    • RE: MMM-voice

      @witschi87 Did you follow the installation instructions in the module’s readme.md file? Because it sure looks like you do not have PocketSphinx installed.

      posted in Utilities
      bheplerB
      bhepler
    • RE: raspberry-pi alternatives

      @cowboysdude Possibly something like the Zotac Zbox? It’s probably overkill. And at that price… it’s more expensive than the rest of your hardware.

      posted in Hardware
      bheplerB
      bhepler
    • RE: Config file

      @sanaa1369 - The screen isn’t really locked, it’s just displaying the MagicMirror application in full screen. If you hit Alt+Q it should give you your command prompt back.

      posted in Tutorials
      bheplerB
      bhepler
    • RE: Unable to Install on RPi 3 b - unable to install dependencies

      @valid8r - My suggestion is to install the latest version of node separately and then run the installation script. Try npm install npm@latest -g to install the latest version of the Node Package Manager (npm).

      Once that completes, try the MagicMirror installations script again and let us know what happens.

      cd ~
      bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"
      
      posted in Bug Hunt
      bheplerB
      bhepler
    • RE: Wanna buy Raspberry pi 3 toolkit.

      Hey @Neha-Afreen. The Raspberry Pi itself doesn’t require much in order to run. You can buy one at Amazon pretty easily. You’ll need:

      • Raspberry Pi 3
      • USB cable for power
      • HDMI cable for video
      • MicroSD card with the operating system
        You can get most of that together in a Complete Raspberry Pi Starter Kit

      That should get you started with the Raspberry Pi portion of the project. Let us know when you’re ready for the carpentry part!

      posted in Troubleshooting
      bheplerB
      bhepler
    • RE: MMM-NetworkConnection

      Hrm. I can’t get this to show up. I did get npm-speedtest to install, but the module isn’t appearing for me. I’m not receiving any error messages, but I’m also not seeing the header.

      	{
      		module: "MMM-NetworkConnections",
      		header: "Network Speeds",
      		position: "top_center",
      		config: { 
      			updateInterval: 600000,
      			maxTime: 5000,
      			initialLoadDelay: 2500,
      			decimal: 1,
      			displayTextStatus: true,
      			animationSpeed: 2500
      		}
      	}
      
      posted in Utilities
      bheplerB
      bhepler
    • RE: disable NO signal message

      Yes, but it’s not recommended. Those messages are there in case there is a problem during boot.

      But if you really want it… Stack Exchange to the rescue. If that doesn’t do it for you, some quality time with Google and “Raspbery Pi silent boot” should get you there.

      Edit: It seems that someone on YouTube has also done this.

      posted in Hardware
      bheplerB
      bhepler
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 25
    • 26
    • 8 / 26