MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. phistix
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Groups 0

    phistix

    @phistix

    0
    Reputation
    4
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    phistix Unfollow Follow

    Latest posts made by phistix

    • RE: MMM-Fuel does not show any data

      Thank you all for your help.

      It finally worked,
      I don’t know why, but my coordinates were wrong.
      I thought I copied them correctly from another source, but I did not.

      posted in Troubleshooting
      P
      phistix
    • RE: MMM-Fuel does not show any data

      Hey,

      thanks for the answers.

      I start mm via pm2.
      pm2 logs --lines=100 shows me no errors.
      Development windows doesn’t show me errors as well.

      I tried with a second API key, but still not working. And yes I confirmed the email.
      spritpreise.png

      I installed manually “fs-extra” and “node-fetch” and I did a npm install in the MMM-Fuel folder, but it did not change anything.
      Can I somehow “uninstall” the module and the needed packets to restart from scratch?

      Und ja, ich bin deutsch @CanbiZ :-)

      posted in Troubleshooting
      P
      phistix
    • RE: MMM-Fuel does not show any data

      Hey,

      yes, I’ve tried to remove the // parts and the API is inserted as well.
      It still does not work :-(

      posted in Troubleshooting
      P
      phistix
    • MMM-Fuel does not show any data

      Hi there,

      I am quite new to MagicMirror and added some modules successfully, but currently I am struggling with MMM-Fuel. No gas stations are shown at all.

      This is my config:

      {
      module: "MMM-Fuel",
      position: "top_right",
      config: {
      //types: ["diesel"],
      //provider: "tankerkoenig",
      api_key: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxx",
      lat: "52.285583",
      lng: "6.835616"
      }
      },
      

      I can not find any errors in the development window

      posted in Troubleshooting
      P
      phistix