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
    • 1
    • 2
    • 3
    • 4
    • 3 / 4