• 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-Fuel zeigt nur Lade...... MMM-Fuel show only load......

Scheduled Pinned Locked Moved Transport
29 Posts 12 Posters 8.9k Views 12 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.
  • W Offline
    Wuppi71
    last edited by Sep 3, 2019, 1:48 PM

    Hallo,
    vielleicht kann mir jemand helfen?
    Ich habe das Modul MMM-Fuel installiert, bekomme aber keine Preise angezeigt.
    Hier mein Code:

    {
         module: "MMM-Fule",
         position: "bottom_right",
    config: {
                  api_key: "xxxxx-xxxxx-xxxxx-xxxxx",
                  provider: "tankerkönig",
                  lat: "xx.xxxxx
                  lng: "x.xxx"
                  types: ["diesel"],
                  radius: "5"
                 }
    },
    

    Danke für eure Hilfe… Wuppi71

    S 1 Reply Last reply Sep 3, 2019, 2:04 PM Reply Quote 0
    • S Offline
      Stoffbeuteluwe Project Sponsor
      last edited by Sep 3, 2019, 1:57 PM

      MMM-Fule ist falsch MMM-Fuel ist richtig dann sollte es gehen…

      S 1 Reply Last reply Sep 3, 2019, 2:01 PM Reply Quote 0
      • S Offline
        Stoffbeuteluwe Project Sponsor @Stoffbeuteluwe
        last edited by Sep 3, 2019, 2:01 PM

        Wenn du englisch schreibst erreichst du viel mehr Leute die dir helfen können…
        If you write in English you get more people they can help you…

        1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @Wuppi71
          last edited by Sep 3, 2019, 2:04 PM

          @Wuppi71 said in MMM-Fuel zeigt nur Lade...... MMM-Fuel show only load......:

                    lat: "xx.xxxxx
                    lng: "x.xxx"
          

          change to

                    lat: "xx.xxxxx",
                    lng: "x.xxx",
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S 1 Reply Last reply Sep 3, 2019, 2:05 PM Reply Quote 0
          • S Offline
            Stoffbeuteluwe Project Sponsor @sdetweil
            last edited by Sep 3, 2019, 2:05 PM

            @sdetweil yes

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil
              last edited by Sep 3, 2019, 2:08 PM

              also,

              open the developers window, ctrl-shift-i with keyboard, or npm start dev from startup
              select the tab at the top labeled console,
              and then scroll up to find any errors, usually red text

              “loading” is a hard coded default message (so u won’t have NO output), until the api gets data,
              and then the default is replaced with good text…

              so, that means the module loaded (default text visible), but the api processing failed

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • W Offline
                Wuppi71
                last edited by Sep 3, 2019, 3:00 PM

                okay, I changed to:

                lat: "xx.xxxxx",
                          lng: "x.xxx",
                

                then I open the console. I can’t find a red line from the module MMM-Fuel.
                But I have a message from the client port 8080
                Can it be that is my problem??
                Sorry for my bad English. I speak better then I write.

                1 Reply Last reply Reply Quote 0
                • W Offline
                  Wuppi71
                  last edited by Sep 3, 2019, 3:04 PM

                  0_1567523078101_IMG_0744.jpeg

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Stoffbeuteluwe Project Sponsor
                    last edited by Sep 3, 2019, 3:22 PM

                    Der Modulname ist noch falsch geschrieben

                    W 2 Replies Last reply Sep 3, 2019, 3:30 PM Reply Quote 0
                    • W Offline
                      Wuppi71 @Stoffbeuteluwe
                      last edited by Sep 3, 2019, 3:30 PM

                      @Stoffbeuteluwe

                      Ich glaube ich seh vor lauter Bäume gerade den Wald nicht…

                      Wo??

                      S 1 Reply Last reply Sep 3, 2019, 4:06 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        10/29
                        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