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

    dboa

    @dboa

    1
    Reputation
    386
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    dboa Unfollow Follow

    Best posts made by dboa

    • Restart Magic Mirror Server

      I made a Magic mirror on Raspberry Pi Zero with the guide: https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero/2

      I Start the server with “node serveronly” from /home/pi/.bashrc

      Every tome i need to change a confinguration or anything, I have to restart the pi to test it.

      how can I restart only the server?

      Is that possible?

      thank you all for the time

      posted in Troubleshooting
      D
      dboa

    Latest posts made by dboa

    • Restart Magic Mirror Server

      I made a Magic mirror on Raspberry Pi Zero with the guide: https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero/2

      I Start the server with “node serveronly” from /home/pi/.bashrc

      Every tome i need to change a confinguration or anything, I have to restart the pi to test it.

      how can I restart only the server?

      Is that possible?

      thank you all for the time

      posted in Troubleshooting
      D
      dboa
    • RE: Compliments are not shown on Mirror

      @strawberry-3.141 yes, that was the problem. I made the changes suggested in the topic, and it worked.
      Thank you so much.

      The Changes was:

      in the compliments.js file (found in /MagicMirror/modules/default/compliments folder), change:

      if (this.config.remoteFile != null) {
      	this.complimentFile((response) => {
      		this.config.compliments = JSON.parse(response);
      	});
      }
      

      to:

           if (this.config.remoteFile != null) {
                  this.complimentFile(
                          function(response){
                                  this.config.compliments = JSON.parse(response);
                  });
          }
      

      Thank you all for your help.

      posted in Troubleshooting
      D
      dboa
    • RE: Compliments are not shown on Mirror

      @broberg I didn’t change anything from the original configuration, so it shoud say “Hey there sexy!” like on chrome. Also I just fixed the time, and the Compliments still don’t show

      forgot to say, I’m using a Raspberry Pi Zero, with manual this installation: https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero

      posted in Troubleshooting
      D
      dboa
    • Compliments are not shown on Mirror

      Te Module is working, if I try to acess the server from my desktop windows, the compliments appear, but on the Mirror, it does not show:

      0_1493748656521_IMG_20170502_150600+menor.jpg

      [EDIT]
      forgot to say, I’m using a Raspberry Pi Zero, with manual this installation: https://forum.magicmirror.builders/topic/1183/how-i-got-my-magic-mirror-working-on-a-raspberry-pi-0-zero
      [/EDIT]

      Thank you all in advance.

      posted in Troubleshooting
      D
      dboa