Read the statement by Michael Teeuw here.
MMM-Gas
-
@sdetweil – True. I’m not sure why that is. I will try reinstalling it.
-
@sdetweil
@cowboysdude
So i reinstalled this module, and it still does not display on the Magic Mirror. [It now it does appear to load the module:
0|MagicMirror | [2024-09-30 16:19:22.987] [LOG] Connecting socket for: MMM-Gas 0|MagicMirror | [2024-09-30 16:19:22.988] [LOG] Starting module: MMM-Gas
And check the status of the module along with others:
0|MagicMirror | [2024-09-30 16:19:32.585] [INFO] Newsfeed-Fetcher: Broadcasting 38 items. 0|MagicMirror | [2024-09-30 16:19:32.936] [INFO] Checking git for module: MMM-Pollen 0|MagicMirror | [2024-09-30 16:19:33.379] [INFO] Checking git for module: MMM-Gas 0|MagicMirror | [2024-09-30 16:19:33.570] [INFO] Newsfeed-Fetcher: Broadcasting 30 items. 0|MagicMirror | [2024-09-30 16:19:33.724] [INFO] Checking git for module: MMM-DynamicWeather 0|MagicMirror | [2024-09-30 16:19:34.030] [INFO] Checking git for module: MagicMirror
But there is still something missing.
Could it has something to do with the dependency issues?
pi@mirror1:~/MagicMirror/modules $ git clone https://github.com/cowboysdude/MMM-Gas Cloning into 'MMM-Gas'... remote: Enumerating objects: 135, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (6/6), done. remote: Total 135 (delta 2), reused 0 (delta 0), pack-reused 129 (from 1) Receiving objects: 100% (135/135), 89.19 KiB | 553.00 KiB/s, done. Resolving deltas: 100% (67/67), done. pi@mirror1:~/MagicMirror/modules $ cd MMM-Gas pi@mirror1:~/MagicMirror/modules/MMM-Gas $ NPM INSTALL -bash: NPM: command not found pi@mirror1:~/MagicMirror/modules/MMM-Gas $ npm install npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 added 67 packages, and audited 68 packages in 12s 17 packages are looking for funding run `npm fund` for details 2 moderate severity vulnerabilities Some issues need review, and may require choosing a different dependency. Run `npm audit` for details.
-
@JohnGalt
Have you made any progress figuring this out? I am having the same problem. The module loads but doesn’t show that it is getting any data. -
@DDE12 – No, still nothing displayed from this module.
-
@JohnGalt @sdetweil it seems that the website doesn’t provide the data anymore. This is an URL that is build in the module:
https://www.autoblog.com/14904-gas-prices/
it results in a 404:
-
@MarcLandis yes, that’s what I found too when I tried accessing the data directly. I was confused though that there is/was no error in the pm2 logs…
-
@JohnGalt most modules do not handle or report errors
-
@sdetweil – Huh, good to know. Thanks.
-
@MarcLandis
That is unfortunate. I looked around a bit to see if there is another option but did not find anything free. (: -
You can try MMM-Fuel you have to use gasbuddy instead of autoblog.
It works for me at least for now…