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.

    Input...What do you think?

    Scheduled Pinned Locked Moved Development
    54 Posts 9 Posters 38.9k Views 7 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.
    • P Offline
      planet4 @cowboysdude
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • P Offline
        planet4 @cowboysdude
        last edited by

        @cowboysdude Looking forward to this but it should be prognos and not prognås right? In the swedish translation.

        SnilleS 1 Reply Last reply Reply Quote 0
        • SnilleS Offline
          Snille Module Developer @planet4
          last edited by

          @planet4 “Prognås” is my bad… :) Sorry… You are correct. I thought it looked strange. :)

          If you cant find it, make it and share it!
          Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

          1 Reply Last reply Reply Quote 1
          • cowboysdudeC Offline
            cowboysdude Module Developer @barnosch
            last edited by

            @barnosch said in Input...What do you think?:

            Thanks. I already fixed it at my mirror with
            (config was already in 24hours mode)
            changeing this line

            //  time = time.toLocaleString('en-US', { hour: 'numeric',minute:'numeric', hour12: true });
                   time = time.toLocaleString('de-DE', { hour: 'numeric',minute:'numeric', hour24: true });
            

            which did the job

            And for the sunset and sunrise i just changed to

            H:mm
            
            

            Ugly and hardcoded but worked for me. with my low programming skills.

            How is the correct way to update the repository via git? I’m kind of new to this stuff.

            Ok so it’s all updated.

            As I said above the time zone will adjust automatically and to show the AM/PM on the Sunrise/Sunset time is now a config option [See Readme on Github].

            To update go to:

            ~MagicMirror/modules/MMM-NOAA
            type: git pull

            That should update for you ;)

            SnilleS 1 Reply Last reply Reply Quote 0
            • SnilleS Offline
              Snille Module Developer @cowboysdude
              last edited by

              @cowboysdude Hmm… I’m thinking maybe you are working double here… There should be a “global” locale variable you can use. That’s set in the top of the config file. You should be able to use that one some how. I just don’t know how. :)

              If you cant find it, make it and share it!
              Modules: MMM-homeassistant-sensors, MMM-Modulebar, MMM-Profilepicture, MMM-Videoplayer

              cowboysdudeC 1 Reply Last reply Reply Quote 0
              • cowboysdudeC Offline
                cowboysdude Module Developer @Snille
                last edited by cowboysdude

                @Snille said in Input...What do you think?:

                @cowboysdude Hmm… I’m thinking maybe you are working double here… There should be a “global” locale variable you can use. That’s set in the top of the config file. You should be able to use that one some how. I just don’t know how. :)

                Not sure either :) So what I did was to use the ‘language’ and ‘format’ from the top of the config.js file because it was there … HAHA. So I took advantage of this:

                language: 'en',
                timeFormat: 12,
                units: 'imperial'
                

                If something comes to mind please feel free! Always looking for a better way :) Honestly I dislike making config options … too many is not a good thing I think.

                strawberry 3.141S 1 Reply Last reply Reply Quote 0
                • strawberry 3.141S Offline
                  strawberry 3.141 Project Sponsor Module Developer @cowboysdude
                  last edited by

                  @cowboysdude you can access the global config by config.timeFormat instead of the local module config this.config.timeFormat

                  Please create a github issue if you need help, so I can keep track

                  cowboysdudeC 1 Reply Last reply Reply Quote 2
                  • cowboysdudeC Offline
                    cowboysdude Module Developer @strawberry 3.141
                    last edited by cowboysdude

                    @strawberry-3.141 said in Input...What do you think?:

                    config.timeFormat

                    Thank you for that!!! One config option gone :) There now the time function is all automatic :) ALL controlled by the users input here:

                        language: 'en',
                        timeFormat: 12,
                    

                    Ok I’ve had my tea and toast so I must head out the door for the day :)

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 3
                    • 4
                    • 5
                    • 6
                    • 3 / 6
                    • 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