Read the statement by Michael Teeuw here.
MMM-Gas Still Working?
-
{ module: 'MMM-Gas', position: 'top_left', config: { zip : "40391", typeGas: "", //can be "mid-grade", "premium", or "diesel". Leave blank for regular gas prices sortBy: "price", //can be "distance" or "price" items: "10", //number of gas stations to display distance: false //to hide distance column } },
-
Just an FYI this is the output of my npm start dev
> magicmirror@2.18.0 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "dev" [23.02.2022 17:38.54.232] [LOG] Starting MagicMirror: v2.18.0 [23.02.2022 17:38.54.235] [LOG] Loading config ... [23.02.2022 17:38.54.973] [LOG] Starting node_helper for module [MMM-MyScoreboard] [23.02.2022 17:38.55.215] [LOG] Starting node helper: MMM-json [23.02.2022 17:38.55.216] [LOG] Started node_helper.js for MMM-DailyBibleVerse. [23.02.2022 17:38.58.075] [INFO] [MMM-DynamicWeather] Getting Holiday data [23.02.2022 17:38.58.101] [INFO] [MMM-DynamicWeather] Getting Weather API data [23.02.2022 17:38.58.284] [LOG] Notification: MMM_JSON_REQUEST Payload: { config: { url: 'http://192.168.1.50:8079', refreshInterval: 300000, styleRules: [], values: [ [Object], [Object], [Object], [Object], [Object] ] }, identifier: 'module_7_MMM-json' } [23.02.2022 17:38.58.295] [LOG] MMM-DailyBibleVerse node helper received a socket notification: START - Payload: NIV [23.02.2022 17:38.58.602] [DEBUG] Response { size: 0, [Symbol(Body internals)]: { body: PassThrough { _readableState: [ReadableState], _events: [Object: null prototype], _eventsCount: 5, _maxListeners: undefined, _writableState: [WritableState], allowHalfOpen: true, [Symbol(kCapture)]: false, [Symbol(kCallback)]: null }, stream: PassThrough { _readableState: [ReadableState], _events: [Object: null prototype], _eventsCount: 5, _maxListeners: undefined, _writableState: [WritableState], allowHalfOpen: true, [Symbol(kCapture)]: false, [Symbol(kCallback)]: null }, boundary: null, disturbed: false, error: null }, [Symbol(Response internals)]: { type: 'default', url: 'http://192.168.1.50:8079/', status: 200, statusText: 'OK', headers: { connection: 'close', 'content-type': 'text/html; charset=UTF-8', date: 'Wed, 23 Feb 2022 22:38:58 GMT', server: 'nginx', 'transfer-encoding': 'chunked' }, counter: 0, highWaterMark: 16384 } } [23.02.2022 17:38.58.778] [INFO] [MMM-DynamicWeather] Received successful Weather API data [23.02.2022 17:38.59.204] [INFO] [MMM-DynamicWeather] Received successful Holiday data [23.02.2022 17:38.59.254] [LOG] {"votd":{"text":"“Do not those who plot evil go astray? But those who plan what is good find love and faithfulness.”","content":"Do not those who plot evil go astray? But those who plan what is good find love and faithfulness.","display_ref":"Proverbs 14:22","reference":"Proverbs 14:22","permalink":"https:\/\/www.biblegateway.com\/passage\/?search=Proverbs%2014:22&version=NIV","copyright":" ","copyrightlink":"https:\/\/www.biblegateway.com\/versions\/index.php?action=getVersionInfo&vid=31&lang=2","audiolink":"https:\/\/www.biblegateway.com\/audio\/mclean\/niv\/Prov.14.22","day":"23","month":"02","year":"2022","version":"New International Version","version_id":"NIV","merchandising":""}}
-
try
items: 10,
-
@sifuhall said in MMM-Gas Still Working?:
mid-grade
I can come up with possibly 2 problems…
Either npm install wasn’t run in the MMM-Gas module directory OR
if you copied the example config from github quotes do not copy correctly.
So go in and wherever there is a quote ’ or " delete them and from your own keyboard redo them ’ or "…Let me know.
-
@sifuhall said in MMM-Gas Still Working?:
Could you try for zipcode 40391 and see if that works for you? Maybe there are just no results?
I tested your zip code and the typeGas options. Everything seems to work fine. I’m sure cowboysdude will get you sorted
I see he a;ready left some suggestions. Follow those and see what you get
-
@cowboysdude but the quotes would be a mm config.js syntax error. so that’s not it
-
@sifuhall I just tried it with your config and it didn’t show up either.
I then noticed that the repository is called
MMM-GAS
, but the files and config areMMM-Gas
. After renaming the directory of the module toMMM-Gas
it was working fine.If you followed the git clone command in the read me file it already has the correct directory name, but if you know how to clone a repo or copied the git clone command provided by Github itself then you probably have the same issue.
-
That fixed it! Thank you!
I copied and pasted the clone command from Github and had no idea why it would not work.
Thanks again!
-
@strawberry-3-141 Thank you!!! I have fixed that issue on Github!!!
-
@sifuhall I wouldn’t have found that because I ran it on my dev machine which is windows which doesn’t care about case… linux, raspberry pi does!!
Glad it’s working!! Sorry about the mix up…