mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Run prettier again
This commit is contained in:
parent
cedffd40f2
commit
1b42dc779b
18
index.html
18
index.html
@ -5,14 +5,14 @@
|
|||||||
<meta name="google" content="notranslate" />
|
<meta name="google" content="notranslate" />
|
||||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||||
|
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no" />
|
||||||
<meta name="mobile-web-app-capable" content="yes">
|
<meta name="mobile-web-app-capable" content="yes" />
|
||||||
|
|
||||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
<link rel="stylesheet" type="text/css" href="css/main.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="fonts/roboto.css">
|
<link rel="stylesheet" type="text/css" href="fonts/roboto.css" />
|
||||||
<!-- custom.css is loaded by the loader.js to make sure it's loaded after the module css files. -->
|
<!-- custom.css is loaded by the loader.js to make sure it's loaded after the module css files. -->
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -29,7 +29,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="region upper third"><div class="container"></div></div>
|
<div class="region upper third"><div class="container"></div></div>
|
||||||
<div class="region middle center"><div class="container"></div></div>
|
<div class="region middle center"><div class="container"></div></div>
|
||||||
<div class="region lower third"><div class="container"><br/></div></div>
|
<div class="region lower third">
|
||||||
|
<div class="container"><br /></div>
|
||||||
|
</div>
|
||||||
<div class="region bottom bar">
|
<div class="region bottom bar">
|
||||||
<div class="container"></div>
|
<div class="container"></div>
|
||||||
<div class="region bottom left"><div class="container"></div></div>
|
<div class="region bottom left"><div class="container"></div></div>
|
||||||
|
@ -130,10 +130,10 @@ Module.register("weather", {
|
|||||||
|
|
||||||
// Add all the data to the template.
|
// Add all the data to the template.
|
||||||
getTemplateData: function () {
|
getTemplateData: function () {
|
||||||
const forecast = this.weatherProvider.weatherForecast()
|
const forecast = this.weatherProvider.weatherForecast();
|
||||||
|
|
||||||
if (this.config.ignoreToday) {
|
if (this.config.ignoreToday) {
|
||||||
forecast.splice(0, 1)
|
forecast.splice(0, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user