@Cliff365 sure, set position:“fullscreen_below”
Group Details Private
Global Moderators
Forum wide moderators
-
RE: Using Google Photos as background
-
RE: Modifying the Config File
@jimb and you’ve got some stuff out of position
this is the more correct layout
{ module: "weather", position: "top_right", config:{ units: "imperial", windUnits: "imperial", tempUnits: "imperial", showPeriodUpper: "true", appendLocationNameToHeader: "true", colored: "true", // position: "top_right", // config: { apiVersion:"3.0", weatherProvider: "openweathermap", weatherEndpoint:"/onecall", lat: "29.8155405", //"33.50872", lon: "-96.0607878", //"-96.61", type: "current", //location: "Houston", //locationID: "4699066", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and fi> apiKey:"" } }, GNU nano 6.2 config/config.js { module: "weather", position:"top_right", header: "Weather Forecast", config:{ units: "imperial", winUnits: "imperial", tempUnits: "imperial", showPeriodUpper: "true", appendLocationNaneToHeader: "true", colored: "true", //position: "top_right", //header: "Weather Forecast", //config: { apiVersion:"3.0", weatherProvider: "openweathermap", weatherEndpoint:"/onecall", lat: "33.50872", lon:"-96.612213", type: "forecast", //location: "Houston", //locationID: "4699066", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and fi> apiKey:"// " } },
-
RE: Modifying the Config File
@jimb well, I used your exact weather config, and used my openweather api key , and it worked perfectly
-
RE: Compliments ,how can?
@Markomp you can add
disabled: true,
after any
module:....
line
this way you can turn it back on, as compared to deleting the content from config.js
-
RE: MMM-Fitbit2
@Meidlmarkus I just checked again
https://github.com/m-roberts/MMM-Fitbit2still has those lines
don’t see another author choice in google search
-
RE: MMM-Fitbit2
@Meidlmarkus said in MMM-Fitbit2:
MMM-Fitbit2
remove these lines from package.json
"//": [ "Requires this version to work", "https://github.com/SVendittelli/MMM-fitbit/issues/23#issuecomment-464319931" ]
-
RE: No weather warnings in OpenWeatherForecast
@JoeFranz 1… please always config stuff in code block
paste text to editor
blank line able and below
select pasted text
hit button </>… now… template says
{% if config.showSummary %} <div class="summary-wrapper small"> <div class="summary">{{ forecast.summary }}</div> {% for alert in forecast.alerts %} <div class="weather-alert">
so,
showSummary: false
-
RE: No weather warnings in OpenWeatherForecast
@JoeFranz said in No weather warnings in OpenWeatherForecast:
The entry in the config.js doesn’t change anything
where in the module config?
after
module: ... config:{
right?
and I cant read or copy it appears
its reallyshowExtraCurrentConditions: false,