Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MagicMirrorOrg/MagicMirror
/ setCallbacks
Method
setCallbacks
defaultmodules/weather/providers/yr.js:56–59 ·
view source on GitHub ↗
(onData, onError)
Source
from the content-addressed store, hash-verified
54
}
55
56
setCallbacks (onData, onError) {
57
this.onDataCallback = onData;
58
this.onErrorCallback = onError;
59
}
60
61
start () {
62
if
(this.fetcher) {
Callers
14
initWeatherProvider
Function · 0.45
weather_providers_spec.js
File · 0.45
smhi_spec.js
File · 0.45
openweathermap_spec.js
File · 0.45
openmeteo_spec.js
File · 0.45
ukmetofficedatahub_spec.js
File · 0.45
yr_spec.js
File · 0.45
weathergov_spec.js
File · 0.45
weatherapi_spec.js
File · 0.45
pirateweather_spec.js
File · 0.45
weatherbit_spec.js
File · 0.45
buienradar_spec.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected