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

    Posts

    Recent Best Controversial
    • RE: Change module position

      Perfekt:)
      can i with the help of .modulname in the Main chance the position of the individual modules?
      For example:

      .Clock (Modul Name)
      Left : 100 px,
      Top:50 px

      posted in General Discussion
      S
      samydp
    • RE: Change module position

      perfect! how do I link the file created in the config? I can also change the font?

      posted in General Discussion
      S
      samydp
    • Change module position

      Hello,
      I know that can change the position from the modul of the right to the left ,bottem.
      I can change them exactly px ? even if the module has no style.css.
      because I want to have on the left side more modules

      sorry for my bad English

      posted in General Discussion
      S
      samydp
    • RE: First start from the mirror does not work

      yes i have install the npm in the MM Folder , only compliment, clock and news works other moduls come a error ( no config file )

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      Many thanks for your help and your tip! but only tow module works =( the clock an the compliments why this ?
      Whenever I will add another module of the screen black!
      i have install the electron.js again but
      the add the module as in the proceeds described readme does not work !

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      your config works !!! juhu thx but i have a other wrong :/

      i will the language from the clock in germany

      Module.register("clock",{
      	// Module config defaults.
      	defaults: {
      		timeFormat: config.timeFormat,
      		displaySeconds: true,
      		showPeriod: true,
      		showPeriodUpper: false,
      		clockBold: true
      	},
      	// Define required scripts.
      	getScripts: function() {
      		return ["moment.js"];
      	},
      	// Define start sequence.
      	start: function() {
      		Log.info("Starting module: " + this.name);
      		// Schedule update interval.
      		var self = this;
      		setInterval(function() {
      			self.updateDom();
      		}, 1000);
      		// Set locale.
      		moment.locale(config.language);
      	},
      

      Note from Moderator: Please use proper Markdown on code snippets for easier reading.

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      Update:
      can you show me how the modules in the config investing so that the screen indicating?:o

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      how exactly do you mean? !
      I would now delete all modules except the komentare . or how to do it ?
      and thank you !!!

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      I have not in the folder modules I 've added the left so !
      I can make it wenistens indicating to me and does not remain black : O

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      can you tell me what all modules I exactly need. ? I make every time you install an update

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      so i tell you what I’ve done everything :
      MM V1

      1. Format card
      2. Install Raspbian
      3. Apache server and PHP5 Install
      4. Install Chomium browser
      5. Chomium browser Kisos - mode and autostart (sudo nano .config/lxsession/LXDE pi/autostart)
      6. Raspberry Update
      7. MM v1 copied to /var/www/html
      8. Change config
      9. finished

      MM V2

      1. MM v1 Clear
      2. Install node
      3. MM clone (git clone https://github.com/MichMich/MagicMirror)
      4. Navigate to folder (cd /home/pi/Magic Mirror)
      5. npm install && npm start
      6. Error
        0_1464076395894_snip_20160524094815.png
      7. npm log
        0_1464076406108_snip_20160524094908.png

      what can I do now ?


      Note from admin: Please use Markdown on shell commands so they are easier to read!

      posted in Troubleshooting
      S
      samydp
    • RE: First start from the mirror does not work

      Hello I got the raspberry pi to 1000 times reinstalled and it’s nothing ! only MagicMirror v1 goes without problems ! In V2 the screen remains in black start even though I have the config edit : /

      posted in Troubleshooting
      S
      samydp
    • First start from the mirror does not work

      Hello,
      to only sorry for my bad english .
      I have made the manual installation and it is the fault (picture)
      The mirror is black and no module is loaded .
      I hope you can help me!0_1463996068490_snip_20160523113415.png

      posted in Troubleshooting
      S
      samydp
    • 1
    • 2
    • 2 / 2