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-weatherchart sdetweil fork

    Scheduled Pinned Locked Moved Troubleshooting
    18 Posts 2 Posters 4.5k 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.
    • M Offline
      MajorC Project Sponsor @sdetweil
      last edited by

      @sdetweil

      I see the error in the developers window in google chrome if I connect remotely to the pi.

      /home/pi/MagicMirror is correct for my setup.

      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @MajorC
        last edited by

        @majorc the code tries to build the url from these settings

        var mapLocal = this.config.path + this.config.country + "/" + this.config.area + "/" + this.config.city + "/meteogram.png";
        

        the defaults are

        		country: 'Germany',
        		area: 'North_Rhine-Westphalia',
        		city: 'Duisburg',
        		path: "/place/",
        

        no spaces allowed in any

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          MajorC Project Sponsor @sdetweil
          last edited by

          @sdetweil

          that is my config:

          		{
          			module: 'mmm-weatherchart',
          			position: 'bottom_right', // this can be any of the regions
          			config: {
          				country: 'Germany', // as determined above
          				area: 'Berlin', // as determined above
          				city: 'Berlin', // as determined above
          				updateInterval: 60 * 60 * 1000, // update every hour
          				hideBorder: true, // whether or not a border with city name should be shown
          				negativeImage: false, // whether or not the default white image should be inverted
          				retryDelay: 2500,
          				domain: "www.yr.no",
          				path: "/place/",
          				mmDirectory: "/home/pi/MagicMirror/", // not sure whether it is possible to ask MM for this path?
          				hoursToShow: 36
          			}
          		},
          

          Ich wechsle mal kurz ins Deutsche. Das interessante ist, dass mir die Grafik auch angezeigt wird. Also gefühlt läuft der Code ohne Fehler. Mich wundert nur die Fehlermeldung, die in Chrome, wenn ich mich remote auf den Pi/MM einwähle, kommt. Als ob er noch irgend was versucht abzurufen, was nicht gefunden werden kann.

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @MajorC
            last edited by

            @majorc das Interessante ist die Adresse
            192.168.2.16 MUSS in Ihrem lokalen Netzwerk sein und ist vielleicht die Adresse des PI. Der Code versucht, Dinge auf der ned_helper-Seite zwischenzuspeichern, und ich weiß nicht, wie diese Informationen verwendet werden.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            M 1 Reply Last reply Reply Quote 0
            • M Offline
              MajorC Project Sponsor @sdetweil
              last edited by

              @sdetweil you are right. 192.168.2.16 is the IP adress of my PI.

              S 1 Reply Last reply Reply Quote 0
              • S Do not disturb
                sdetweil @MajorC
                last edited by

                @majorc I’ll try to look at the code . busy this week, gone next

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                M 1 Reply Last reply Reply Quote 0
                • M Offline
                  MajorC Project Sponsor @sdetweil
                  last edited by

                  @sdetweil No problem. In principle, it works, too.

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    MajorC Project Sponsor
                    last edited by MajorC

                    Hi @sdetweil

                    on the MM the widget says, that the forecast is being replaced by a new one. I think the url need to be changed.
                    Can you have a look on that?
                    https://developer.yr.no/doc/guides/deprecating-old-widgets/

                    Thanks

                    Christian

                    S 1 Reply Last reply Reply Quote 0
                    • S Do not disturb
                      sdetweil @MajorC
                      last edited by

                      @majorc sorry, I don’t know anything about the module workings. I just tried to help out with the install problem

                      I think this module has been abandoned by it’s author.

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      M 1 Reply Last reply Reply Quote 0
                      • M Offline
                        MajorC Project Sponsor @sdetweil
                        last edited by

                        @sdetweil I see. Well, I opened an issue on GitHub, maybe something happend.

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