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

    julien-vancouver

    @julien-vancouver

    0
    Reputation
    28
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    julien-vancouver Unfollow Follow

    Latest posts made by julien-vancouver

    • RE: MMM-Astro [formly MMM-Astrology]

      Just recently something else changed…
      I remove this following module from config.js and everything works fine - no errors.
      I put the following in, and error.

      This was copied from your github, with only sign & iconset changed.

      config.js
      …
      {
      disabled: false,
      module: ‘MMM-Astro’,
      position: ‘top_right’,
      config: {
      sign: “aquarius”,
      iconset: “2”,
      extend: true
      }
      },
      …

      /.pm2/logs/MagicMirror-out.log last 15 lines:

      0|MagicMirror | [04.04.2021 09:40.04.879] [ERROR]
      0|MagicMirror | Whoops! There was an uncaught exception…
      0|MagicMirror | [04.04.2021 09:40.04.974] [ERROR]
      0|MagicMirror | SyntaxError: Unexpected token t in JSON at position 1311
      0|MagicMirror | at JSON.parse ()
      0|MagicMirror | at Class.start (/home/pi/MagicMirror/modules/MMM-Astro/node_helper.js:27:29)
      0|MagicMirror | at /home/pi/MagicMirror/js/app.js:232:18
      0|MagicMirror | at new Server (/home/pi/MagicMirror/js/server.js:93:3)
      0|MagicMirror | at /home/pi/MagicMirror/js/app.js:226:20
      0|MagicMirror | at loadNextModule (/home/pi/MagicMirror/js/app.js:171:5)
      0|MagicMirror | at /home/pi/MagicMirror/js/app.js:166:6
      0|MagicMirror | at Class.loaded (/home/pi/MagicMirror/js/node_helper.js:18:3)
      0|MagicMirror | at loadModule (/home/pi/MagicMirror/js/app.js:143:6)
      0|MagicMirror | at loadNextModule (/home/pi/MagicMirror/js/app.js:164:5)

      posted in Entertainment
      J
      julien-vancouver
    • RE: MMM-Astro [formly MMM-Astrology]

      @mykle1
      I tried putting two signs in seperate modules like you.
      I got updated star sign labels for both, but the text in the horoscope was the same in both.

      posted in Entertainment
      J
      julien-vancouver
    • RE: MMM-Astro [formly MMM-Astrology]

      Hey Thanks for another great module ( I know this one has been around for a while.)

      Quick question.

      Is it possible to have it display more than one star sign?

      I remember reading somewhere, someone had a module where you could put the signs into an array and it would cycle through those signs.
      sign: [“pisces”,“scorpio”]

      Just wondering if there is similar capability here, as I didn’t see it in the doco on your github.

      posted in Entertainment
      J
      julien-vancouver
    • RE: MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast

      Just a quick thanks for the module !

      posted in Utilities
      J
      julien-vancouver
    • RE: [DEBUG] Default Weather Module with OpenWeatherMap One Call API

      Hi,

      Thanks for your work, ive tried using your config above and have run into two issues.

      {
      module: “weather”,
      position: “bottom_left”,
      header: “Current Forecast”,
      config: {
      weatherProvider: “openweathermap”,
      weatherEndpoint: “/onecall”,
      type: “wDataCurrent”,
      apiKey: “xxxxxxx”, // your OpenWeatherMap API key
      initialLoadDelay: 0,
      lat: 40.7128, // your latitude
      lon: -74.0060, // your longitude
      }
      },

      1. using the type: “wDataCurrent” results in “UNDEFINED”
        however if I change variable to Current, I then run into issue 2.

      2. loading. Similar to your original post, my screen remains forever loading and doesn’t load the retrieved values.

      any other thoughts or tips & tricks on how to resolve?

      posted in Development
      J
      julien-vancouver