• 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
  1. Home
  2. levon
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
L
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 13
  • Groups 0

levon

@levon

0
Reputation
2
Profile views
13
Posts
0
Followers
0
Following
Joined Jun 1, 2021, 5:17 PM
Last Online Jun 30, 2023, 5:18 PM

levon Unfollow Follow

Latest posts made by levon

  • RE: module not found error loading module in MagicMirror

    @sdetweil Thanks … I will give this a try next time I’m updating. I thought I had tried it before, but perhaps not. I appreciate you sharing this.

    posted in Troubleshooting
    L
    levon
    Nov 19, 2021, 11:44 AM
  • RE: module not found error loading module in MagicMirror

    @sdetweil @mumblebaj Thank you two for helping me solve this problem after the last update - I spent a LOT of time looking for the solution that you two helped me (the grep made it easier to find the right modules), the two commands were what fixed it.

    Will I have to do this again with the next update?

    posted in Troubleshooting
    L
    levon
    Nov 14, 2021, 2:26 PM
  • RE: MMM-Strava stopped updating

    @mumblebaj Thank again for your help and everyone else. I definitely learned more about the software and how everything is connected. I’m sure that will come in handy down the line.

    posted in Troubleshooting
    L
    levon
    Aug 12, 2021, 7:14 PM
  • RE: MMM-Strava stopped updating

    @mumblebaj Yes, it is doing that for sure, I had kept an eye on that.

    I think I finally tracked down the problem, however I don’t understand why it broke. The problem is with one of the options in the config.js file. I had used mode “chart” successfully since early June (ie for almost 2 months) as it also gave me stats on walks too, but for some reason the updates stopped happening with this mode (rather than the default “table” mode)

    a12a4857-dcfd-4639-a8a6-64f52bac54b8-image.png

    If I comment out the mode, or explicitly specify the default mode of “table”, I get the correct stats for runs, but it ignores the walk (as documented, it will only do run, swim, ride in “table” mode)

    3a5bc429-75c5-4674-94f3-4a5c23a7ab0d-image.png

    4af8ff8d-3288-4263-9002-bfabc4c16e41-image.png

    I think I will open an issue with this.

    I appreciate all of your help/suggestions. Perhaps the code author can shed some light on this.

    posted in Troubleshooting
    L
    levon
    Aug 12, 2021, 6:22 PM
  • RE: MMM-Strava stopped updating

    @mumblebaj Ok, so I did this:

    pi@io:~/MagicMirror/modules/MMM-Strava $ git pull && npm install
    From https://github.com/ianperrin/MMM-Strava
     * [new branch]      dependabot/npm_and_yarn/path-parse-1.0.7 -> origin/dependabot/npm_and_yarn/path-parse-1.0.7
    Already up to date.
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/fsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
    
    added 380 packages from 277 contributors and audited 435 packages in 42s
    
    75 packages are looking for funding
      run `npm fund` for details
    
    found 13 vulnerabilities (12 moderate, 1 high)
      run `npm audit fix` to fix them, or `npm audit` for details
    pi@io:~/MagicMirror/modules/MMM-Strava $
    

    I didn’t run any of the fixes, I looked at audit, but didn’t see anything that seemed related to Strava.

    Should I be concerned that the package-lock.json time stamp is different from the other June 3 files when I initially installed this? In all other modules the file stamps have the same values.

    The log seems to show this module working ok, trying to get data every 5 minutes (I made it shorter for testing) though the timestamp on the tokens.json file hasn’t changed from 15:40 today, now it’s over 2 hours since then.

    pi@io:~/MagicMirror $ grep Strava nohup.out 
    [11.08.2021 16:46.44.905] [LOG]   Check MagicMirror version for node helper 'MMM-Strava' - Minimum version: 2.2.0 - Current version: 2.16.0
    [11.08.2021 16:46.44.910] [LOG]   Module helper loaded: MMM-Strava
    [11.08.2021 16:46.45.936] [LOG]   Connecting socket for: MMM-Strava
    [11.08.2021 16:46.45.937] [LOG]   Starting module helper: MMM-Strava
    [11.08.2021 16:46.54.215] [LOG]   MMM-Strava: "Getting data for module_8_MMM-Strava"
    [11.08.2021 16:46.54.227] [LOG]   MMM-Strava: "Getting athlete activities for module_8_MMM-Strava after 2021-01-01"
    [11.08.2021 16:46.54.961] [INFO]  Checking git for module: MMM-Strava
    [11.08.2021 16:46.58.455] [LOG]   MMM-Strava: "Summarising athlete activities for module_8_MMM-Strava"
    [11.08.2021 16:51.54.275] [LOG]   MMM-Strava: "Getting data for module_8_MMM-Strava"
    [11.08.2021 16:51.54.279] [LOG]   MMM-Strava: "Getting athlete activities for module_8_MMM-Strava after 2021-01-01"
    [11.08.2021 16:51.55.648] [LOG]   MMM-Strava: "Summarising athlete activities for module_8_MMM-Strava"
    

    I think I’m going to try updating the Strava module again based on the instruction on their github page. If that doesn’t work, perhaps I’ll just try nuking that directory and reinstalling it from scratch.

    I’m just puzzled it stopped working.

    posted in Troubleshooting
    L
    levon
    Aug 11, 2021, 9:58 PM
  • RE: MMM-Strava stopped updating

    @mumblebaj No apologies needed at all - I appreciate all the info/suggestions.

    Looks like the file is up-to-date, though the file was last touched about 30 minutes ago, in the config file it says to be updated every 10 minutes, so perhaps that’s a bit odd?

    pi@io:~/MagicMirror/modules/MMM-Strava $ ls -lrts
    total 256
     24 -rw-r--r--  1 pi pi  23415 Jun  3 07:09 README.md
     16 -rw-r--r--  1 pi pi  15048 Jun  3 07:09 node_helper.js
     12 -rw-r--r--  1 pi pi  12257 Jun  3 07:09 MMM-Strava.js
      8 -rw-r--r--  1 pi pi   6408 Jun  3 07:09 MMM-Strava.css
      4 -rw-r--r--  1 pi pi   1099 Jun  3 07:09 LICENSE
      4 drwxr-xr-x  2 pi pi   4096 Jun  3 07:09 tests/
      4 drwxr-xr-x  2 pi pi   4096 Jun  3 07:09 templates/
      4 drwxr-xr-x  4 pi pi   4096 Jun  3 07:09 public/
      4 -rw-r--r--  1 pi pi   1604 Jun  3 07:09 package.json
      4 drwxr-xr-x  2 pi pi   4096 Jun  3 07:09 translations/
      4 drwxr-xr-x 57 pi pi   4096 Jun  3 07:10 node_modules/
    164 -rw-r--r--  1 pi pi 166945 Jul 28 14:02 package-lock.json
      4 -rw-r--r--  1 pi pi   1034 Aug 11 15:40 tokens.json
    
    posted in Troubleshooting
    L
    levon
    Aug 11, 2021, 9:10 PM
  • RE: MMM-Strava stopped updating

    @sdetweil Thanks for the info. I now get these additional informative messages, but it all looks right, though it doesn’t update the information.

    10.08.2021 16:20.18.805] [LOG]   MMM-Strava: "Getting data for module_8_MMM-Strava"
    [10.08.2021 16:20.18.819] [LOG]   MMM-Strava: "Getting athlete activities for module_8_MMM-Strava after 2021-01-01"
    [10.08.2021 16:20.18.845] [INFO]  Checking git for module: MMM-Pollen
    [10.08.2021 16:20.18.970] [INFO]  Checking git for module: MMM-MoonPhase
    [10.08.2021 16:20.19.063] [INFO]  Checking git for module: MMM-Strava
    [10.08.2021 16:20.19.644] [INFO]  Checking git for module: MMM-Remote-Control
    [10.08.2021 16:20.20.433] [INFO]  Newsfeed-Fetcher: Broadcasting 24 items.
    [10.08.2021 16:20.20.850] [INFO]  Newsfeed-Fetcher: Broadcasting 15 items.
    [10.08.2021 16:20.21.204] [INFO]  Newsfeed-Fetcher: Broadcasting 27 items.
    [10.08.2021 16:20.21.750] [INFO]  Newsfeed-Fetcher: Broadcasting 9 items.
    [10.08.2021 16:20.22.632] [LOG]   MMM-Strava: "Summarising athlete activities for module_8_MMM-Strava"
    [10.08.2021 16:20.22.925] [INFO]  Newsfeed-Fetcher: Broadcasting 100 items.
    [10.08.2021 16:20.23.000] [INFO]  Newsfeed-Fetcher: Broadcasting 52 items.
    [10.08.2021 16:25.20.708] [INFO]  Newsfeed-Fetcher: Broadcasting 24 items.
    [10.08.2021 16:25.21.232] [INFO]  Newsfeed-Fetcher: Broadcasting 15 items.
    [10.08.2021 16:25.22.021] [INFO]  Newsfeed-Fetcher: Broadcasting 26 items.
    [10.08.2021 16:25.22.197] [INFO]  Newsfeed-Fetcher: Broadcasting 9 items.
    [10.08.2021 16:25.23.983] [INFO]  Newsfeed-Fetcher: Broadcasting 100 items.
    [10.08.2021 16:25.24.292] [INFO]  Newsfeed-Fetcher: Broadcasting 52 items.
    [10.08.2021 16:30.18.841] [LOG]   MMM-Strava: "Getting data for module_8_MMM-Strava"
    [10.08.2021 16:30.18.844] [LOG]   MMM-Strava: "Getting athlete activities for module_8_MMM-Strava after 2021-01-01"
    [10.08.2021 16:30.20.841] [INFO]  Newsfeed-Fetcher: Broadcasting 24 items.
    [10.08.2021 16:30.21.431] [INFO]  Newsfeed-Fetcher: Broadcasting 15 items.
    [10.08.2021 16:30.21.558] [LOG]   MMM-Strava: "Summarising athlete activities for module_8_MMM-Strava"
    

    For instance here’s the output of a Python program that uses the same API/credentials

    [16:21 991] $ python strava_info.py
    Expired token ..
    Retriving information from year 2021 and onward.
    
    .Done.
    API requests/pages: 2   records read: 235
    Saving to file "strava_activities_final.csv"
    
    Since 2021
    ------------------------------------------------
    # of runs : 136    total distance:  653.18 miles
    # of walks:  97    total distance:  232.63 miles
    # of other:   2    total distance:    3.62 miles
    ------------------------------------------------
    Total #   : 235    total distance:  889.44 miles
    [16:21 992] $
    

    The MM module has been stuck for a few weeks with these values

    2765f6ec-0ccc-42ae-97ac-6ba7c6ad65d5-image.png

    posted in Troubleshooting
    L
    levon
    Aug 10, 2021, 10:27 PM
  • RE: MMM-Strava stopped updating

    @karsten13 Thanks … so I added “DEBUG” to this list, that should do it right?

    logLevel: ["INFO", "LOG", "WARN", "ERROR", "DEBUG"], // Add "DEBUG" for even more logging
    

    Doesn’t seem to show much more than before though, just LOG and INFO as before … I’ll read up to see if there’s something else I need to do to trace that module in the meantime.

    posted in Troubleshooting
    L
    levon
    Aug 10, 2021, 8:59 PM
  • RE: MMM-Strava stopped updating

    @sdetweil said in MMM-Strava stopped updating:

    @levon css/custom.css is because he file doesn’t exist by default…

    my installer creates an empty file, because many users don’t know how to create a file on linux…

    Ah, super helpful, I did

    touch custom.css
    

    in the css directory and those errors went away. Thanks! Now if I can only figure out the rest :)

    posted in Troubleshooting
    L
    levon
    Aug 10, 2021, 7:18 PM
  • RE: MMM-Strava stopped updating

    @mumblebaj I appreciate your message. These are the startup messages I get:

    pi@io:~/MagicMirror $ cat nohup.out 
    
    > magicmirror@2.16.0 start /home/pi/MagicMirror
    > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
    
    [10.08.2021 13:51.56.316] [LOG]   Starting MagicMirror: v2.16.0
    [10.08.2021 13:51.56.326] [LOG]   Loading config ...
    [10.08.2021 13:51.56.341] [LOG]   Loading module helpers ...
    [10.08.2021 13:51.56.345] [LOG]   No helper found for module: alert.
    [10.08.2021 13:51.56.714] [LOG]   Initializing new module helper ...
    [10.08.2021 13:51.56.716] [LOG]   Module helper loaded: updatenotification
    [10.08.2021 13:51.56.718] [LOG]   No helper found for module: clock.
    [10.08.2021 13:51.56.719] [LOG]   No helper found for module: weather.
    [10.08.2021 13:51.57.409] [LOG]   Initializing new module helper ...
    [10.08.2021 13:51.57.410] [LOG]   Module helper loaded: MMM-Pollen
    [10.08.2021 13:51.57.414] [LOG]   Initializing new module helper ...
    [10.08.2021 13:51.57.415] [LOG]   Module helper loaded: MMM-MoonPhase
    [10.08.2021 13:51.57.473] [LOG]   Initializing new module helper ...
    [10.08.2021 13:51.57.474] [LOG]   Module helper loaded: newsfeed
    [10.08.2021 13:51.58.561] [LOG]   Initializing new module helper ...
    [10.08.2021 13:51.58.563] [LOG]   Check MagicMirror version for node helper 'MMM-Strava' - Minimum version: 2.2.0 - Current version: 2.16.0
    [10.08.2021 13:51.58.565] [LOG]   Version is ok!
    [10.08.2021 13:51.58.567] [LOG]   Module helper loaded: MMM-Strava
    [10.08.2021 13:51.58.971] [LOG]   Initializing new module helper ...
    [10.08.2021 13:51.58.978] [LOG]   Module helper loaded: MMM-Remote-Control
    [10.08.2021 13:51.58.979] [LOG]   All module helpers loaded.
    [10.08.2021 13:51.59.145] [LOG]   Starting server on port 8080 ... 
    [10.08.2021 13:51.59.165] [LOG]   Server started ...
    [10.08.2021 13:51.59.166] [LOG]   Connecting socket for: updatenotification
    [10.08.2021 13:51.59.168] [LOG]   Connecting socket for: MMM-Pollen
    [10.08.2021 13:51.59.169] [LOG]   MMM-Pollen helper started ...
    [10.08.2021 13:51.59.170] [LOG]   Connecting socket for: MMM-MoonPhase
    [10.08.2021 13:51.59.171] [LOG]   Starting module helper: MMM-MoonPhase
    [10.08.2021 13:51.59.172] [LOG]   Connecting socket for: newsfeed
    [10.08.2021 13:51.59.173] [LOG]   Starting node helper for: newsfeed
    [10.08.2021 13:51.59.174] [LOG]   Connecting socket for: MMM-Strava
    [10.08.2021 13:51.59.176] [LOG]   Starting module helper: MMM-Strava
    [10.08.2021 13:51.59.177] [LOG]   Connecting socket for: MMM-Remote-Control
    [10.08.2021 13:51.59.179] [LOG]   Starting node helper for: MMM-Remote-Control
    [10.08.2021 13:51.59.192] [LOG]   Sockets connected & modules started ...
    [10.08.2021 13:51.59.651] [LOG]   Launching application.
    [10.08.2021 13:52.05.159] [LOG]   Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
    [10.08.2021 13:52.05.176] [LOG]   Create new newsfetcher for url: http://rss.cnn.com/rss/cnn_topstories.rss - Interval: 300000
    [10.08.2021 13:52.05.185] [LOG]   Create new newsfetcher for url: http://feeds.bbci.co.uk/news/world/rss.xml - Interval: 300000
    [10.08.2021 13:52.05.189] [LOG]   Create new newsfetcher for url: https://feeds.npr.org/1001/rss.xml - Interval: 300000
    [10.08.2021 13:52.05.195] [LOG]   Create new newsfetcher for url: http://feeds.washingtonpost.com/rss/world - Interval: 300000
    [10.08.2021 13:52.05.199] [LOG]   Create new newsfetcher for url: https://www.latimes.com/local/rss2.0.xml - Interval: 300000
    [10.08.2021 13:52.05.272] [INFO]  Checking git for module: MMM-Pollen
    [10.08.2021 13:52.05.383] [INFO]  Checking git for module: MMM-MoonPhase
    [10.08.2021 13:52.05.443] [INFO]  Checking git for module: MMM-Strava
    [10.08.2021 13:52.05.805] [INFO]  Checking git for module: MMM-Remote-Control
    [10.08.2021 13:52.05.854] [INFO]  Newsfeed-Fetcher: Broadcasting 23 items.
    [10.08.2021 13:52.07.468] [INFO]  Newsfeed-Fetcher: Broadcasting 15 items.
    [10.08.2021 13:52.07.656] [INFO]  Newsfeed-Fetcher: Broadcasting 25 items.
    [10.08.2021 13:52.07.870] [INFO]  Newsfeed-Fetcher: Broadcasting 9 items.
    [10.08.2021 13:52.08.590] [INFO]  Newsfeed-Fetcher: Broadcasting 100 items.
    [10.08.2021 13:52.08.644] [INFO]  Newsfeed-Fetcher: Broadcasting 51 items.
    

    pi@io:~/MagicMirror $
    In the developer window I get three warning and three erorrs:

    VM74 renderer_init.js:111 Electron Security Warning (Insecure Resources) This renderer process loads resources using insecure
      protocols. This exposes users of this app to unnecessary security risks.
      Consider loading the following resources over HTTPS or FTPS. 
    - http://0.0.0.0:8080/css/main.css
    - http://0.0.0.0:8080/fonts/roboto.css
    - http://0.0.0.0:8080/socket.io/socket.io.js
    - http://0.0.0.0:8080/vendor/node_modules/nunjucks/browser/nunjucks.min.js
    - http://0.0.0.0:8080/js/defaults.js
    - http://0.0.0.0:8080/config/config.js
    - http://0.0.0.0:8080/vendor/vendor.js
    - http://0.0.0.0:8080/modules/default/defaultmodules.js
    - http://0.0.0.0:8080/js/logger.js
    - http://0.0.0.0:8080/translations/translations.js
    - http://0.0.0.0:8080/js/translator.js
    - http://0.0.0.0:8080/js/class.js
    - http://0.0.0.0:8080/js/module.js
    - http://0.0.0.0:8080/js/loader.js
    - http://0.0.0.0:8080/js/socketclient.js
    - http://0.0.0.0:8080/js/main.js
    - http://0.0.0.0:8080/fonts/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2
    - http://0.0.0.0:8080/translations/en.json
    - http://0.0.0.0:8080/translations/en.json
    - http://0.0.0.0:8080/modules/default/alert/alert.js
    - http://0.0.0.0:8080/modules/default/alert/notificationFx.js
    - http://0.0.0.0:8080/modules/default/alert/notificationFx.css
    - http://0.0.0.0:8080/vendor/css/font-awesome.css
    - http://0.0.0.0:8080/vendor/node_modules/@fortawesome/fontawesome-free/css/all.min.css
    - http://0.0.0.0:8080/vendor/node_modules/@fortawesome/fontawesome-free/css/v4-shims.min.css
      
    
    For more information and help, consult
    https://electronjs.org/docs/tutorial/security.
    This warning will not show up
    once the app is packaged.
    VM74 renderer_init.js:111 Electron Security Warning (enableRemoteModule) This renderer process has "enableRemoteModule" enabled
        and attempted to load remote content from 'http://0.0.0.0:8080/'. This
        exposes users of this app to unnecessary security risks.
    
    For more information and help, consult
    https://electronjs.org/docs/tutorial/security.
    This warning will not show up
    once the app is packaged.
    VM74 renderer_init.js:111 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
        Policy set or a policy with "unsafe-eval" enabled. This exposes users of
        this app to unnecessary security risks.
    
    For more information and help, consult
    https://electronjs.org/docs/tutorial/security.
    This warning will not show up
    once the app is packaged.
    loader.js:164
    

    and the errors are:

    Load stylesheet: css/custom.css
    (index):1 Refused to apply style from 'http://0.0.0.0:8080/css/custom.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
    
    loader.js:214 Error on loading stylesheet: css/custom.css
    stylesheet.onerror @ loader.js:214
    
    (index):1 Refused to apply style from 'http://0.0.0.0:8080/css/custom.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
    

    None of this seems related to the Strava module as I can see, but again, my knowledge with this software is limited.

    I have a small Python program that can access and display the output from the Strava API, so I know the correct information is up there and accessible/updated, it just stopped being reflected in the module/display here for some reason.

    posted in Troubleshooting
    L
    levon
    Aug 10, 2021, 6:59 PM
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