Read the statement by Michael Teeuw here.
Editing core modules
-
@cheapdad gotta have that locationID
many authors provide sample config layouts
not all, and not the base.
your welcome to edit the doc and submit updates
-
@cheapdad also like to correct your words. u are not editing any of the core FILES, you are editing the configuration for the core modules.
-
@sdetweil On the location ID, the documentation indicates that it is not needed if you have “location” entered. If using just “location” without “location ID” is causing the error, then I’ll make the switch. Interestingly, its only the “feels like” that is off. (I figured out the that time difference is sunrise/sunset.)
On config layouts, I may just do that. Generally, is there any required order of the config lines?
CheapDad
-
@cheapdad said in Editing core modules:
Generally, is there any required order of the config lines?
no… any order is fine… the modules definitions go inside the
modules: [ ]
list
order is fifo (first in, first out)by position
three in the top_left,
from top of config.js down that is the order they will appear -
@sdetweil I’ll check that out; thank you!