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

    Posts

    Recent Best Controversial
    • RE: MMM-RNV not sisplaying :-(

      @kusselin as already written on GitHub: Please make sure that you don’t quote Numbers and Boolean values in your config.
      Please also note, that there are multiple implementations of MMM-RNV. The one above only works with Jupadin’s version. My implementation has another object structure.

      posted in Troubleshooting
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @hogedir I understand the need and desire. However, neither the weather data/layers from Weerplaza.nl, nor those from sat24.com are in any way compatible with the previous module. It is technically not so easy to put their layers just “over” the map ;-)
      If someone finds a solution and takes care of the programming, then I would be happy to put this extension into the module.
      However, I don’t have the time to take care of it myself.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @MajorC @hogedir
      Unfortunately, Weerplaza.nl does not offer an API. I can’t just take their weather data and use it in MMM-RAIN-MAP.
      They only allow to embed their service as an iFrame. You can easily do this on your own with https://github.com/alberttwong/MMM-iFrame

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @hogedir I noticed there were wrong double quote characters in the code of my last post.
      Please try again with the code below. Otherwise, please open an issue on GitHub and provide all the information asked in the form (entire config & logs)

      {
       module: "MMM-RAIN-MAP",
       position: "top_center",
       config: {
        mapPositions: [
         { lat: 48.472, lng: -2.725 }    
        ]
       }
      }
      
      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @hogedir your configuration is buggy. Please read the module’s Readme.
      You don’t have to (and should not) change the mapUrl at all.
      Use mapPositions to justify it. The module should work world-wide.
      I’d recommend to use the default values whenever possible and just to set values you need to override.

      Does that work for you?

      {
       module: "MMM-RAIN-MAP",
       position: "top_center",
       config: {
        mapPositions: [
         { lat: 48.472, lng: -2.725 }    
        ]
       }
      }
      
      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @hogedir in the Browser‘s console log and net tab

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @hogedir can you please create an issue on github for that? Without further information (config, version) it is hard to find the reason 😉

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @pminich the same way. The German fork contains world wide map data.

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      @Dracarys can you please create an issue on Github? https://github.com/jalibu/MMM-Jast/issues

      posted in Utilities
      JalibuJ
      Jalibu
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      @Dracarys
      That’s strange. Can you sort out which symbol causes this error?

      If it makes you happy, right now it’s better to see an error message on the mirror than to be shown the current stock performance.

      posted in Utilities
      JalibuJ
      Jalibu
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 19
    • 20
    • 5 / 20