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

where is that "{DEGREE}" coming from?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
11 Posts 2 Posters 1.9k Views 2 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.
  • L Offline
    lkthomas
    last edited by Jan 8, 2024, 4:46 PM

    module: “currentweather” is very strange on a fresh deployment,
    e67de059-7dba-4030-8768-057295ed1e73-image.png

    (Sorry for the color distortion, it’s normal as I took the screenshot from VNC which reduced the picture quality)

    Question: how could I get rid of that “{DEGREE}” string?

    S 1 Reply Last reply Jan 8, 2024, 4:50 PM Reply Quote 0
    • S Offline
      sdetweil @lkthomas
      last edited by Jan 8, 2024, 4:50 PM

      @lkthomas from the MagicMirror/translations/??.json file

      	"FEELS": "Feels like {DEGREE}",
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      L 1 Reply Last reply Jan 8, 2024, 4:53 PM Reply Quote 0
      • L Offline
        lkthomas @sdetweil
        last edited by Jan 8, 2024, 4:53 PM

        @sdetweil Thanks but is this a glitch or I miss some config?

        S 1 Reply Last reply Jan 8, 2024, 4:53 PM Reply Quote 0
        • S Offline
          sdetweil @lkthomas
          last edited by Jan 8, 2024, 4:53 PM

          @lkthomas some languages don’t have a feels like

          what lanuage is your system set to ?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          L 1 Reply Last reply Jan 8, 2024, 4:57 PM Reply Quote 0
          • L Offline
            lkthomas @sdetweil
            last edited by Jan 8, 2024, 4:57 PM

            @sdetweil should be English, how could I check?

            S 1 Reply Last reply Jan 8, 2024, 4:58 PM Reply Quote 0
            • S Offline
              sdetweil @lkthomas
              last edited by Jan 8, 2024, 4:58 PM

              @lkthomas edit the config.js
              language:

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              L 1 Reply Last reply Jan 8, 2024, 4:59 PM Reply Quote 0
              • L Offline
                lkthomas @sdetweil
                last edited by Jan 8, 2024, 4:59 PM

                @sdetweil language: “en”

                S 1 Reply Last reply Jan 8, 2024, 5:04 PM Reply Quote 0
                • S Offline
                  sdetweil @lkthomas
                  last edited by Jan 8, 2024, 5:04 PM

                  @lkthomas just fyi… all users with reputation below 2 have all their posts reviewed before posting on the forum… this stops all the spam, and advertising…

                  so, have patience/// I review every post

                  which provider are you using?

                  from the doc
                  Screenshot at 2024-01-08 11-02-17.png

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  L 1 Reply Last reply Jan 8, 2024, 5:15 PM Reply Quote 0
                  • L Offline
                    lkthomas @sdetweil
                    last edited by Jan 8, 2024, 5:15 PM

                    @sdetweil

                    b70cfc57-49f3-424a-b4c6-d535935de653-image.png

                    ( I masked my location)

                    That’s my config, I copy from my old config which uses “currentweather”, and if I use “weather”, the bottom left widget will keep “Loading” and nothing appears.

                    S 1 Reply Last reply Jan 8, 2024, 5:19 PM Reply Quote 0
                    • S Offline
                      sdetweil @lkthomas
                      last edited by Jan 8, 2024, 5:19 PM

                      @lkthomas only thin you should need is the provider, the apikey and some location info.

                      from the sample
                      put in your apikey
                      its should give u current weather from NY
                      it uses openweather by default…

                      {
                              module: "weather",
                              disabled: true,
                              position: "top_right",
                              config: {
                                location: "New York",
                                locationID: "5128581",
                                apiKey: "YOUR_OPENWEATHER_API_KEY",
                                windUnits: "mph",
                                useBeaufort: true,
                                degreeLabel: "false",
                                useKmh: false
                              },
                              order: "*",
                              label: "instance 1",
                              index: 1
                            },
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      L 1 Reply Last reply Jan 8, 2024, 5:22 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        1/11
                        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