• 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.
  • S Offline
    strawberry 3.141 Project Sponsor Module Developer @Biebermann
    last edited by Oct 4, 2021, 6:24 AM

    @biebermann you can also read this for more details https://github.com/MichMich/MagicMirror/issues/2671

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

    A 1 Reply Last reply Oct 10, 2021, 9:48 AM Reply Quote 0
    • A Offline
      andyyy @strawberry 3.141
      last edited by Oct 10, 2021, 9:48 AM

      I did update to latest MM version 2.17.1, but the MMM-Fuel just says loading (laden). My config hasn’t changed since months.

      Any idea?

      S 1 Reply Last reply Oct 13, 2021, 4:40 AM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @andyyy
        last edited by Oct 13, 2021, 4:40 AM

        @andyyy which fuel provider are you using? tankerkoenig, spritpreisrechner or nsw

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

        A 1 Reply Last reply Oct 13, 2021, 11:56 AM Reply Quote 0
        • A Offline
          andyyy @strawberry 3.141
          last edited by andyyy Oct 13, 2021, 12:01 PM Oct 13, 2021, 11:56 AM

          @strawberry-3-141

          tankerkoenig I am using from the beginning. In Germany there is no other API I could you I suppose.

          S 1 Reply Last reply Oct 18, 2021, 4:18 PM Reply Quote 0
          • S Offline
            strawberry 3.141 Project Sponsor Module Developer @andyyy
            last edited by Oct 18, 2021, 4:18 PM

            @andyyy I just tested it, please make sure you use the newest version of MagicMirror + dependencies to contain the fix https://github.com/MichMich/MagicMirror/pull/2674

            fuel.png

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

            A 1 Reply Last reply Oct 20, 2021, 11:13 AM Reply Quote 0
            • A Offline
              andyyy @strawberry 3.141
              last edited by Oct 20, 2021, 11:13 AM

              @strawberry-3-141

              I am on the latest MM version, but something screwed up in the background.

              I did load the backup with MM 2.16 and started over again. No success.

              Eventually I loaded my oldest available backup with MM 2.9. Interestingly, all modules still worked in this old setup incl. MMM Fuel. From there I updated the MM to 2.17.1 and surprisingly MMM Fuel kept working. :)

              Apart from the fuel module 3 other module seem to be incompatible with latest MM version resulting in a black screen on startup. Most likely some required dependencies got removed in the MM core.

              It would be great if we could introduce a community maintained compatiblity list of all 3rd party modules. I mean the status “maintained” or not gives a hint, but it does not necessarily mean it will not work any longer.

              For now, I am happy. :)

              S 1 Reply Last reply Oct 20, 2021, 11:59 AM Reply Quote 0
              • S Offline
                sdetweil @andyyy
                last edited by sdetweil Oct 20, 2021, 12:01 PM Oct 20, 2021, 11:59 AM

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

                it would be great if we could introduce a community maintained compatiblity list

                we have that list, which is really not well maintained

                3rd party modules
                https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules

                as for black screen

                we’ve been talking about that non stop for almost 4 months.

                request
                valid-url
                rrule-alt

                are the three libraries removed. all the failures are because module authors didn’t document their dependency on them.

                which one I needed will be shown in the mm startup messages.

                https://forum.magicmirror.builders/topic/15743/no-javascript-experience-config-js-not-working/11?_=1634730550751

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • F Offline
                  Fufu1408
                  last edited by Oct 23, 2021, 1:18 PM

                  Hello everyone,

                  i have the problem, when the pi started , the MMM-Fuel modules shows me “load…” sometimes i can see the module, but most times i see the loading screen.
                  any ideas why?
                  and can i see the price from e10 and e5?

                  my config

                  {
                  module: “MMM-Fuel”,
                  position: ‘bottom_bar’,
                  config: {
                  updateInterval: 200,
                  api_key: “my key”,
                  lat: 49.56324,
                  lng: 11.34776,
                  types: [“e5, e10”],
                  sortBy: [“e5”, “e10”],
                  }
                  },

                  W 1 Reply Last reply Nov 3, 2021, 6:35 PM Reply Quote 0
                  • W Offline
                    Wuschel4711 @Fufu1408
                    last edited by Nov 3, 2021, 6:35 PM

                    @fufu1408 I had the thame Problem, but i solved it.

                    The Problem is nodered and the dependencies which are neede by the module.

                    1. fs-extra
                    2. node-fetch

                    They need node > 12 !

                    How to solve:

                    1. Update your System: sudo apt-get update && sudo apt-get upgrade
                    2. Install NodeRed: bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered) --node14
                    3. be patient. This will take about 20-30 minutes !! The Script will do ALL the work for you!!
                    4. install fs-extra + node-fetsch: npm install fs-extra node_fetch
                    5. Update your MM: git pull
                    6. Install MM with: npm install (from inside your MM Directory)
                    7. Update MMM-Fuel: git pull
                    8. Install MMM-Fuel: npm install (from inside your MMM-Fuel Directory)
                      Restart your System !!

                    Thats it !!

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