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 3.3k 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

      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 Reply Quote 0
      • S Offline
        sdetweil @lkthomas
        last edited by

        @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 Reply Quote 0
        • L Offline
          lkthomas @sdetweil
          last edited by

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

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @lkthomas
            last edited by

            @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 Reply Quote 0
            • L Offline
              lkthomas @sdetweil
              last edited by

              @sdetweil should be English, how could I check?

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @lkthomas
                last edited by

                @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 Reply Quote 0
                • L Offline
                  lkthomas @sdetweil
                  last edited by

                  @sdetweil language: “en”

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @lkthomas
                    last edited by

                    @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 Reply Quote 0
                    • L Offline
                      lkthomas @sdetweil
                      last edited by

                      @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 Reply Quote 0
                      • S Offline
                        sdetweil @lkthomas
                        last edited by

                        @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 Reply Quote 0
                        • L Offline
                          lkthomas @sdetweil
                          last edited by

                          @sdetweil I will have a look when I have time, for now, I just removed {DEGREE} string from en.json and called it a day, thanks.

                          1 Reply Last reply Reply Quote 0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          • 1 / 1
                          • 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