• 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.

Hmm, a lot of modules are putting up a fight for me :-(

Scheduled Pinned Locked Moved Solved Troubleshooting
10 Posts 4 Posters 1.7k Views 4 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.
  • F Offline
    fribse
    last edited by fribse Sep 1, 2019, 2:06 PM Sep 1, 2019, 2:04 PM

    Being a newbie I struggle quite a lot with the configuration of the modules.

    Latest example is with the yr forecast, I’ve git’ed the module down, and I’ve added this to the config as per the example:

    {
                            module: "mmm-weatherchart",
                            position: "bottom-left",
                            config: {
                                    country: "Danmark",
                                    area: "Sjælland",
                                    city: "Greve",
                                    updateInterval: 60 * 60 * 1000,
                                    hideBorder: true,
                                    negativeImage: true,
                            }
                    }
    

    But now the MM is not showing anything (not even that the config is wrong.

    S E 2 Replies Last reply Sep 1, 2019, 2:10 PM Reply Quote 0
    • S Away
      sdetweil @fribse
      last edited by Sep 1, 2019, 2:10 PM

      @fribse a black screen usually means some coding problem as compared to what was entered in the config section of this module in config.js

      open the developers window, using keyboard its ctrl-shift-i, or npm start dev if starting mm…

      then select the tab at the top labeled ‘console’, and then scroll up to locate any errors, usually red text

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S F 2 Replies Last reply Sep 1, 2019, 2:12 PM Reply Quote 1
      • S Away
        sdetweil @sdetweil
        last edited by sdetweil Sep 1, 2019, 2:13 PM Sep 1, 2019, 2:12 PM

        see here https://forum.magicmirror.builders/topic/506/mmm-weatherchart/18

        there are two mmm-weatherchart modules… one has an error, the other fixes the error

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 1
        • E Online
          evroom @fribse
          last edited by Sep 1, 2019, 2:26 PM

          @fribse said in Hmm, a lot of modules are putting up a fight for me :-(:

          But now the MM is not showing anything

          Hi,

          Due to questions in another threat I installed that module myself.
          I found out that this repository works (not the paphko version):
          git clone https://github.com/szech/mmm-weatherchart.git

          Try this:

          $ cd ~/MagicMirror/modules/
          $ mv mmm-weatherchart mmm-weatherchart.saved
          $ git clone https://github.com/szech/mmm-weatherchart.git
          $ cd ~/MagicMirror/modules/mmm-weatherchart
          $ npm install
          

          When it works:

          $ cd ~/MagicMirror/modules/
          $ rm -rf mmm-weatherchart.saved
          

          MagicMirror version: 2.30.0
          Raspberry Pi 4 Model B Rev 1.5 (8 GB RAM)
          Raspbian GNU/Linux 12 (bookworm)

          Test environment:
          MagicMirror version: v2.30.0
          Raspberry Pi 3 Model B Plus Rev 1.3 (1 GB RAM)
          Raspbian GNU/Linux 12 (bookworm)

          F 1 Reply Last reply Sep 2, 2019, 1:26 PM Reply Quote 1
          • R Offline
            retroflex Project Sponsor Module Developer
            last edited by Sep 2, 2019, 9:17 AM

            You say yr forecast… perhaps you should look at the module MMM-YrThen.

            1 Reply Last reply Reply Quote 1
            • F Offline
              fribse @sdetweil
              last edited by Sep 2, 2019, 1:21 PM

              @sdetweil Sounds like a plan, I’ll look into that when I have some time again, thankyou! (maybe not for this module, but there are quite a few putting up a fight).

              S 1 Reply Last reply Sep 2, 2019, 1:22 PM Reply Quote 0
              • S Away
                sdetweil @fribse
                last edited by sdetweil Sep 2, 2019, 1:27 PM Sep 2, 2019, 1:22 PM

                @fribse np… the black screen is because the ui thread has crashed due to some fatal error…
                in this case, the module uses a node library, which isn’t installed… but you didn’t know.

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • F Offline
                  fribse @evroom
                  last edited by Sep 2, 2019, 1:26 PM

                  @evroom Great, thankyou for clearing that up, I’ll go and get the other download!

                  1 Reply Last reply Reply Quote 0
                  • F Offline
                    fribse
                    last edited by Sep 3, 2019, 8:41 AM

                    Ok, so I finally got the compliments in danish up and running properly, as well as danish news feeds, danish calendar and current danish weather, I’ll go and have a go with this one now.

                    1 Reply Last reply Reply Quote 0
                    • F Offline
                      fribse
                      last edited by Sep 3, 2019, 6:41 PM

                      I used the YRThen, and it works nicely, I do think it would be nice to have a fade option, like in many of the other modules.

                      1 Reply Last reply Reply Quote 0
                      • 1 / 1
                      1 / 1
                      • First post
                        5/10
                        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