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