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

MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

Scheduled Pinned Locked Moved Utilities
256 Posts 55 Posters 447.8k Views 57 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.
  • S Away
    sdetweil @chris1971
    last edited by Mar 24, 2023, 6:11 PM

    @chris1971 said in MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast:

    npm ERR! node v6.12.0
    npm ERR! npm v3.10.10

    WAY downlevel…

    should be node 16 and npm 8

    use my install script, it sets up everything…
    see https://github.com/sdetweil/MagicMirror_scripts

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • C Offline
      chris1971
      last edited by chris1971 Mar 24, 2023, 7:08 PM Mar 24, 2023, 7:08 PM

      I only have to type <“$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”> in the command line and the Update will be done automatically? No changes to the existing System?

      S 1 Reply Last reply Mar 24, 2023, 7:32 PM Reply Quote 0
      • S Away
        sdetweil @chris1971
        last edited by Mar 24, 2023, 7:32 PM

        @chris1971 no type, just copy paste ( use ssh VM from desktop/laptop)

        but still it’s a two part process, check by default, advise, make no changes

        then rerun with Parm at the end to DO the upgrade

        if you are ALREADY at the latest release, it will abort, unless that Parm is force

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • B Offline
          BerkSmash1984
          last edited by BerkSmash1984 Mar 24, 2023, 7:50 PM Mar 24, 2023, 7:48 PM

          Awesome module! Question for you: I am using MMM-Wallpaper and some of the text can be hard to read during certain wallpapers. I looked in the MMM-OpenWeatherForecast.css file but did not see an obvious place to change the color for the text highlighted in the red boxes below. I would like to set them to white (#FFFFFF). Can you tell me where in that css to set that? Thanks for your help!

          9b26e7ea-ca02-4335-909f-bbf64836c8ee-image.png

          S 1 Reply Last reply Mar 24, 2023, 7:59 PM Reply Quote 0
          • S Away
            sdetweil @BerkSmash1984
            last edited by Mar 24, 2023, 7:59 PM

            @BerkSmash1984 I do not know … but you can find out thru using the developers console

            see
            https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1679584458559

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            B 1 Reply Last reply Mar 24, 2023, 8:20 PM Reply Quote 0
            • B Offline
              BerkSmash1984 @sdetweil
              last edited by Mar 24, 2023, 8:20 PM

              @sdetweil
              Thank you! I will dig into it via the dev console

              B 1 Reply Last reply Mar 25, 2023, 1:22 AM Reply Quote 0
              • B Offline
                BKeyport Module Developer @BerkSmash1984
                last edited by BKeyport Mar 25, 2023, 1:22 AM Mar 25, 2023, 1:22 AM

                @BerkSmash1984

                It uses the defaults from MagicMirror for grey text. I use:

                root {
                	--color-text: #DDD;
                	--color-text-dimmed: #666;
                	--color-text-bright: #fff;
                      --color-background: #000;
                	
                }
                
                /* Originals: 
                  --color-text: #999;
                  --color-text-dimmed: #666;
                  --color-text-bright: #fff;
                  --color-background: #000;
                /*

                The "E" in "Javascript" stands for "Easy"

                B B 3 Replies Last reply Mar 25, 2023, 1:32 AM Reply Quote 0
                • B Offline
                  BKeyport Module Developer @BKeyport
                  last edited by Mar 25, 2023, 1:32 AM

                  Anyone know how to get the entire table to center within the region? I don’t want to center the contents, only the position of the table being built by the app.

                  thanks!

                  The "E" in "Javascript" stands for "Easy"

                  S 1 Reply Last reply Mar 25, 2023, 1:45 AM Reply Quote 0
                  • S Away
                    sdetweil @BKeyport
                    last edited by Mar 25, 2023, 1:45 AM

                    @BKeyport

                    position: relative
                    either use margin or x and width, margin is easier

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    B 1 Reply Last reply Mar 25, 2023, 1:52 AM Reply Quote 0
                    • B Offline
                      BKeyport Module Developer @sdetweil
                      last edited by Mar 25, 2023, 1:52 AM

                      @sdetweil the problem is that I can’t find the right CSS class to apply it to.

                      The "E" in "Javascript" stands for "Easy"

                      S 1 Reply Last reply Mar 25, 2023, 1:56 AM Reply Quote 0
                      • 1
                      • 2
                      • 16
                      • 17
                      • 18
                      • 19
                      • 20
                      • 25
                      • 26
                      • 18 / 26
                      18 / 26
                      • First post
                        176/256
                        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