@kar1507 do you have logs in console or from dev tools ?
Read the statement by Michael Teeuw here.
Posts
-
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.
-
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)
-
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 -
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.
-
RE: YouTube Subscriber Counter
@owain1988
Good Idea !, Google gives api to get the subscriber count and it can reuse the fbPageCounter module’s UI. -
RE: Mercedes EV-car me.connet
@cykelstyre You can check my Mercedes module at https://forum.magicmirror.builders/topic/14562/mmm-mercedesme.
-
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
Two Dial
Download:
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
-
RE: MMM-RemoteCompliments-Black Screen
@shagtimetim is there any errors in console or terminal ?
-
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.