Config error Extra Module

Hi
I have strange error

Integration error: extra_module_url - Integration ‘extra_module_url’ not found.

PLS help.

There’s probably an error in your configuration around the word mentioned. Most likely it was not indented properly under the right topic. Post your config here (in a proper preformatted text block) so we can help you figure out what exactly.

# Loads default set of integrations. Do not remove.
default_config:

frontend:
  extra_module_url:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
  
# Load frontend themes from the themes folder
extra_module_url:
      - /www/comunity/lovelace-card-mod/card-mod.js 
http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 1XX.XX.XX.0/24

# Text to speech
tts:
  - platform: google_translate

#Wake on lan
wake_on_lan:

#LG Remote 
webostv:
  host: 192.xxx.1.xx   #insert your IP Address here
  name: Telewizor
  turn_on_action:
    service: wake_on_lan.send_magic_packet
    data:
      mac: C8:08:XX:XX:XX:16
    
sensor:
  - platform: time_date
    display_options:
      - 'time'
      - 'date'
      - 'date_time'
      - 'date_time_utc'
      - 'date_time_iso'
      - 'time_date'
      - 'time_utc'

put it between three backticks ``` because now the forum destroys the indentation, which is the most important to check. See point 11 of:

But for what I can see, the extra module url should be below fron end like this, indented two spaces:

frontend:
  extra_module_url:
1 Like

No need to create 2 threads about the same. Correct a formatting of the posted code.

This should be moved inside “frontend” section. (was advised already by Edwin)

1 Like

Technically, the solution was given by Edwin)

1 Like