• 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.5k 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.
  • K Offline
    KirAsh4 Moderator
    last edited by Jul 11, 2016, 6:48 PM

    The following modules come with a default installation of MagicMirror²:

    Alert            - Displays alerts on the mirror when configured in another module.
    Clock            - Display either a digital, analog, or both types of clocks
    Calendar         - Displays a calendar of upcoming events, able to use Google and Facebook calendars.
    Current Weather  - Displays the current weather for the configured location
    Weather Forecast - Displays the weather forecast for the configured location
    News Feed        - Displays a running ticker of a news feed, able to use a variety of different feeds
    Compliments      - "Hi Sexy!"
    Hello World      - Sample module, not enabled by default
    

    Third party modules change almost daily. It’s the author’s own responsibility to post their module in the Showcase category.

    A Life? Cool! Where can I download one of those from?

    D 1 Reply Last reply Jul 19, 2022, 6:13 PM Reply Quote 0
    • N Offline
      nem1
      last edited by Dec 12, 2016, 1:06 PM

      Just a quick question to the Weather Forecast default module. It is working fine, thanks for that, but:

      Today, we have Monday and the weather for today is shown by using the module current weather. Why is the monday (today) also included in the weather forecast?

      Thank you!

      N 1 Reply Last reply Oct 3, 2019, 7:55 PM Reply Quote 0
      • D Offline
        doubleT Module Developer
        last edited by doubleT Jan 14, 2018, 5:50 PM Jan 14, 2018, 5:49 PM

        For the sake of completeness I’d say that even on the current day it’s still helpfull to see the forecast with the lowest and highest temp throughout the day.


        The reason I revided this thread, though, is: DECIMAL MARKS IN WEATHER MODULES

        I saw a lot of Mirrors from German users with typographically wrong decimal marks in the defeault modules Current Weather and Weather Forecast (9.5°C vs 9,5°C).

        With the latest update, there’s the possibility to change the decimal mark from the English decimal dot to the German (and other language’s) decimal comma. If you’re not sure what decimal mark your language is using, check this list on Wikipedia.

        Usage:
        In the config of currentweather and weatherforecast, just add the line

        decimalSymbol: ","
        

        only with MagicMirror² v2.2.0 and up

        1 Reply Last reply Reply Quote 0
        • T Offline
          thereallegend27
          last edited by Mar 5, 2019, 5:10 PM

          @KirAsh4 just adding a link to github for the default modules as was difficult to find the second time I was looking for it.

          https://github.com/MichMich/MagicMirror/tree/master/modules/default

          1 Reply Last reply Reply Quote 0
          • N Offline
            n21brown @nem1
            last edited by Oct 3, 2019, 7:55 PM

            @nem1 I’ve got the same problem with the forecast too. After approx 15:00 in a day I dont want to see that day’s for cast as it’s 60% of the day gone, therefore the next day should be shown.

            S 1 Reply Last reply Oct 3, 2019, 8:06 PM Reply Quote 0
            • S Away
              sdetweil @n21brown
              last edited by sdetweil Oct 3, 2019, 8:59 PM Oct 3, 2019, 8:06 PM

              @n21brown open an issue on the magicmirror github site so someone can track it.

              if you are a programmer, and want to contribute the fix as u care about it, then fork the repo, and make changes, then submit a pull request back. we are all volunteers on this project

              and if u are not a programmer, maybe its a new challenge?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 1
              • 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
                      • 1
                      • 2
                      • 1 / 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