• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Default Modules

Scheduled Pinned Locked Moved Modules
11 Posts 9 Posters 20.3k Views 8 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    bjjsoul
    last edited by bjjsoul Oct 14, 2019, 8:58 PM Oct 14, 2019, 8:57 PM

    who knows what the module ; Hello World does

    is this a voice command or news

    i want to know what is the function of ; Hello World

    how i can activate it

    B 1 Reply Last reply Oct 14, 2019, 9:57 PM Reply Quote 0
    • B Offline
      broberg Project Sponsor @bjjsoul
      last edited by Oct 14, 2019, 9:57 PM

      @bjjsoul it does nothing but display the text “hello world”. It’s a super basic template for buildinh your own module.

      1 Reply Last reply Reply Quote 0
      • D Offline
        david_jonesy @KirAsh4
        last edited by Jul 19, 2022, 6:13 PM

        @KirAsh4 looks like latest calendar build has an issue with “broadcastPastEvents”

        If I set it to true, it will not display any events. Calendar only works if set to false.

        1 Reply Last reply Reply Quote 0
        • O Offline
          Oboudreaux
          last edited by Jul 27, 2022, 6:42 PM

          A little improvement on compliments: a day of the week category.

          const day = moment().format("dddd");
          ...
          if (day in this.config.compliments) {
                        compliments.push.apply(compliments, this.config.compliments[day])
          }
          

          allows entries like:

          "Monday" : [
              "Looks like somebody has a case of the Mondays"
          ],
          "Tuesday" : [
              "Take out the trash."
          ]
          

          Sorry, I didn’t see a better place to drop this

          S 1 Reply Last reply Jul 27, 2022, 6:54 PM Reply Quote 1
          • S Away
            sdetweil @Oboudreaux
            last edited by Jul 27, 2022, 6:54 PM

            @Oboudreaux submit a PR to the GitHub repo

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 1
            • 1
            • 2
            • 2 / 2
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy