MagicMirror icon indicating copy to clipboard operation
MagicMirror copied to clipboard

[Feature Request] Allow to make an display order of module position in config

Open bugsounet opened this issue 8 months ago • 7 comments

Prerequisites

  • [x] I am running the latest version of MagicMirror², and know that this feature is not available now.
  • [x] I know my issue is not related to a third-party module.
  • [x] I have searched for existing issues that already include this feature request, without success.

Describe the Feature Request

Actually, we can't define order display of modules when using the same position

We have copy and past module config content to move it

I suggest to use a new feature on config to do this

Describe the Use Case

   {
      disabled: false,
      module: "clock",
      position: "top_left"
   },
   {
      disabled: false,
      module: "calendar",
      position: "top_left",
      config: {
        <--- calandar config--->
      }
   },

Sample: I want to display calendar before clock without copy/past any module config

Describe Preferred Solution

Add a new feature named order

This feature allows to change the display order

   {
      disabled: false,
      module: "clock",
      position: "top_left",
      order: 2
   },
   {
      disabled: false,
      module: "calendar",
      position: "top_left",
      order: 1,
      config: {
        <--- calandar config--->
      }
   },

in this case: display calendar and below clock

Participation

  • [x] I am willing to submit a pull request for this change.

bugsounet avatar Apr 05 '25 14:04 bugsounet

that feature and property are already part of MMM-Config.

sdetweil avatar Apr 05 '25 14:04 sdetweil

@sdetweil:

  • Thanks to code your graphic part.
  • Maybe learn nodejs, is the best way for you ?
  • I don't care about your shitty module

bugsounet avatar Apr 05 '25 14:04 bugsounet

Please watch your language @bugsounet

rejas avatar Apr 05 '25 14:04 rejas

So, if you want the posts to go well: just tell to your collaborator (that i hate) ---≥ not to react to my posts

✓ everything will be fine ;)

bugsounet avatar Apr 05 '25 15:04 bugsounet

You made a dramatic exit, declared your work as ‘personal use only,’ locked your repos down – and now you’re back with a pull request like nothing happened? Sorry, but you can’t have it both ways. Either you’re part of the community, with all the give and take that comes with it – or you’re not. Might be time for some serious self-reflection.

ChrisF1976 avatar Apr 13 '25 16:04 ChrisF1976

Please do not mix MM² and third-party modules. They are two different things.

We're not going to start the debate here.

bugsounet avatar May 08 '25 11:05 bugsounet

@rejas or @KristjanESPERANTO : can you lock this issue

Thx

bugsounet avatar May 08 '25 11:05 bugsounet