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

    Posts

    Recent Best Controversial
    • RE: MMM-MercedesMe

      @kar1507 do you have logs in console or from dev tools ?

      posted in Transport
      A
      ashishtank
    • RE: Multiple Modules of the Same Type, Change Width of One Instance Only

      @tylerj714 Id starts with 1 in MM, but it does not matter. You need to get actual id of the module you are targeting using dev tools.

      a2ebbd99-a2e8-4f18-8bfe-9f5ba88b9d50-image.png

      posted in Custom CSS
      A
      ashishtank
    • RE: Multiple Modules of the Same Type, Change Width of One Instance Only

      @tylerj714 if you are not changing the modules in config (including their order) frequently then you can use ID selector of css. Check the ID of the instance in dev tools you want to change and then use it in custom.css. i.e.

      #module_11_MMM-OpenWeatherMapForecast  {
        width: 500px;
      }
      

      here # is id selector or check if you can play with nth-of-type selector ( I could not get this working)

      posted in Custom CSS
      A
      ashishtank
    • RE: MMM-MercedesMe

      @kar1507 This module is for both electric and other type of cars if supported by MercedesMe Api. did you set the correct vehicle type and correct scope ? as indicated here ? https://github.com/ashishtank/MMM-MercedesMe/blob/main/README.md

      for non electric vehicle set the correct vehicle type and scope should be mb:vehicle:mbdata:vehiclestatus offline_access also instead of elecrtic vehicle you need to subscribe to vehicle status in mercedes portal

      1c137b35-aea8-4ee4-9c65-85840c392595-image.png

      posted in Transport
      A
      ashishtank
    • RE: MMM-MercedesMe

      @kar1507 Sorry for the inconvenience and thanks for pointing out the issue. I will correct it in the documentation, it must be a typo as we tested this multiple times.

      posted in Transport
      A
      ashishtank
    • RE: YouTube Subscriber Counter

      @owain1988
      Good Idea !, Google gives api to get the subscriber count and it can reuse the fbPageCounter module’s UI.

      posted in Requests
      A
      ashishtank
    • RE: Mercedes EV-car me.connet

      @cykelstyre You can check my Mercedes module at https://forum.magicmirror.builders/topic/14562/mmm-mercedesme.

      posted in Requests
      A
      ashishtank
    • MMM-MercedesMe

      Description:

      This module is to show Mercedes vehicle’s fuel/electric charge and available range on Magic Mirror. Multiple instance (cars) are supported with different display style.

      Screenshots:

      Single Dial
      Single dial

      Two Dial
      Two dial

      Download:

      Download MercedesMe

      Your suggestions/feedback and pull requests are welcome :)

      Thanks:

      • Thanks to this forum and community to make this wonderful framework.
      • Jerry P for testing this module on live car data

      Version 1.0.0

      • Charging/Fuel Status
      • Available range
      posted in Transport
      A
      ashishtank
    • RE: MMM-RemoteCompliments-Black Screen

      @shagtimetim is there any errors in console or terminal ?

      posted in Troubleshooting
      A
      ashishtank
    • RE: Weather module - creating new Provider

      @crazylegs : would be a good idea to add node_helper in weather module and allow to have configurable option for weather provider to get the data via node helper proxy. Current code will not change much and current providers can also leverage this. If you are going to do this open an issue on GitHub and propose solution or make a pull request.

      posted in Troubleshooting
      A
      ashishtank
    • 1
    • 2
    • 3
    • 4
    • 5
    • 14
    • 15
    • 3 / 15