• 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-NOAA - Another Weather Module

Scheduled Pinned Locked Moved System
690 Posts 77 Posters 2.3m Views 70 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.
  • C Offline
    cowboysdude Module Developer @Peter
    last edited by cowboysdude Mar 25, 2018, 1:35 AM Mar 25, 2018, 12:27 AM

    @Peter said in MMM-NOAA - Another Weather Module:

    Where can I find NOAA 2?
    Peter

    I just finished all the translation files today :) So people will have to let me know if they are correct LOL

    All updated and it’s located here:

    http://173.56.209.189:443/topic/9/mmm-noaa2/5

    1 Reply Last reply Reply Quote 0
    • A Offline
      anubis273 @tbbear
      last edited by Mar 30, 2018, 11:42 AM

      @tbbear Hey, thumps up for helping to develope this great module to the german language !!!

      the reason why I write here are two problems:

      1.) My Mirror shows me the English translation instead of the german one. My config.js is set to: language: “de”, I thought the module will pull the german translation file, but everything is in english for now. Do you have any suggestions what´s wrong? if you want, i can post the snippet out of my config.js

      2.) The measures are still in Fahrenheit. For me as a german user it would be fine to display the units in Celsius as it is the case on your mirror :-) Maybe when I solve the 1.) problem, the units switch?

      I would be very happy to receive your feedback, cheers from Bonn Germany,

      Bernd

      A 1 Reply Last reply Mar 30, 2018, 11:50 AM Reply Quote 0
      • A Offline
        anubis273 @anubis273
        last edited by Mar 30, 2018, 11:50 AM

        @anubis273 For better analysis here are snippets from my config.js an a screenshot what my mirror is currently show:

        snip
        language: “de”,
        timeFormat: 24,
        units: “metric”,
        snip

        snip
        {
        disabled: false,
        module: ‘MMM-NOAA’,
        position: ‘top_right’,
        config: {
        apiKey: “81944d2065866c80”,
        airKey: “your key”,
        pws: “INORDRHE796”
        }
        },
        snip

        0_1522410578308_Bildschirmfoto 2018-03-30 um 13.47.20.png

        Cheers,

        Bernd

        T 1 Reply Last reply Mar 30, 2018, 12:23 PM Reply Quote 0
        • T Offline
          tbbear Module Developer @anubis273
          last edited by Mar 30, 2018, 12:23 PM

          @anubis273 Hallo du hast alles richtig gemacht nur die falsche Version in meinem github findest du die richtige tbbear/NOAA2

          Robert the Bear

          A T 2 Replies Last reply Mar 30, 2018, 12:25 PM Reply Quote 0
          • A Offline
            anubis273 @tbbear
            last edited by Mar 30, 2018, 12:25 PM

            @tbbear Hey, super vielen Dank für die schnelle Antwort, ich suche mir hier schon die ganze Zeit nen Wolf was ich falsch gemacht haben könnte ^^

            Ich werde mir dann gleich mal deine richtige Version ziehen ;-)

            Besten Dank nochmals und Cheers,

            Bernd

            1 Reply Last reply Reply Quote 0
            • T Offline
              tbbear Module Developer @tbbear
              last edited by Mar 30, 2018, 12:28 PM

              Bitte aber die Read.me beachten diese Version kann das Wetter von 3 versch. Pws anzeigen Umschalten durch Mausklick oder Touch auf den Ortsnamen

              Robert the Bear

              A 1 Reply Last reply Mar 30, 2018, 4:41 PM Reply Quote 0
              • A Offline
                anubis273 @tbbear
                last edited by Mar 30, 2018, 4:41 PM

                @tbbear Hey, war jetzt familienbedingt ein paar Stunden abwesend.
                Weshalb ich doch noch mal stören muss… Habe mir aus deinem GitHub Repository das Modul gezogen und bin nach der Readme vorgegangen. Meine config.js habe ich belassen, wenn ich mehrere Orte definiere, kommt es zu einem config.js Fehler. Mein eigentliches Problem ist nun, dass das Wetter Modul nun nicht mehr angezeigt wird. Es bleibt an der Stelle schwarz, als wenn ich einfach kein Modul für die Stelle platziert hätte.

                Meine config.js schaut wie gehabt so aus:

                snip
                {
                disabled: false,
                module: ‘MMM-NOAA’,
                position: ‘top_right’,
                config: {
                apiKey: “81944d2065866c80”,
                airKey: “your key”,
                pws: “INORDRHE796”
                }
                },
                snip

                Habe jetzt schon selbst wieder ne Weile gesucht woran es liegen könnte, habe aber weder Syntax noch andere Fehler finden können. Im Vorfeld hatte ich das alte NOAA Modul zunächst gelöscht bevor ich deines installiert hatte. Hast du da noch ne Idee weshalb das Bild schwarz bleibt?

                Cheers,

                Bernd

                T 1 Reply Last reply Mar 30, 2018, 5:41 PM Reply Quote 0
                • D Offline
                  Desaydrone
                  last edited by Mar 30, 2018, 5:18 PM

                  Hi !

                  This new version is so cool, may i ask for a feature ?

                  Do you think it’s possible to add weather running info to this plugin ?

                  Like this https://weather.com/fr-FR/forecast/gorun/l/FRXX0079:1:FR

                  hour by hour ? :D

                  T 1 Reply Last reply Mar 30, 2018, 5:43 PM Reply Quote 0
                  • T Offline
                    tbbear Module Developer @anubis273
                    last edited by Mar 30, 2018, 5:41 PM

                    @anubis273 hallo Bernd, denkst du daran das du in der config für jeden Ort eine
                    pws1 und dazu die loco1 brauchst die pws ohne zahl kannst du weglassen

                    Robert the Bear

                    A 1 Reply Last reply Mar 30, 2018, 6:15 PM Reply Quote 0
                    • T Offline
                      tbbear Module Developer @Desaydrone
                      last edited by Mar 30, 2018, 5:43 PM

                      @Desaydrone ok i will have a look for this Feature gimmi a little time

                      Robert the Bear

                      D 1 Reply Last reply Mar 31, 2018, 1:06 AM Reply Quote 0
                      • 1
                      • 2
                      • 29
                      • 30
                      • 31
                      • 32
                      • 33
                      • 68
                      • 69
                      • 31 / 69
                      31 / 69
                      • First post
                        301/690
                        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