As you can see, the top_bar and bottom_bar dosent work.
The calender should be in the bottom_bar and the stock should be in the top_bar
As you can see, the top_bar and bottom_bar dosent work.
The calender should be in the bottom_bar and the stock should be in the top_bar
pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git fetch
pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git checkout feat/useYahoo
Branch 'feat/useYahoo' set up to track remote branch 'feat/useYahoo' from 'origin'.
Switched to a new branch 'feat/useYahoo'
pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ npm i
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
added 262 packages from 267 contributors and audited 263 packages in 33.609s
35 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
I removed MMM-Jast folder, and did a clean install of MMM-Jast.
Then I did this
git fetch
git checkout feat/useYahoo
npm i
Everythink works now, and also one of my stocks that was not available before.
Good work!
Think is should be made as master, maby make a config option, so its possible to cange from Yahoo to the other one.
pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git fetch
From https://github.com/jalibu/MMM-Jast
1cd91dc..c18758f master -> origin/master
* [new branch] feat/useYahoo -> origin/feat/useYahoo
* [new tag] v1.1.0 -> v1.1.0
* [new tag] v1.2.0 -> v1.2.0
pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ git checkout feat/useYahoo
error: Your local changes to the following files would be overwritten by checkout:
MMM-Jast.css
MMM-Jast.js
Please commit your changes or stash them before you switch branches.
Aborting
pi@raspberrypi:~/MagicMirror/modules/MMM-Jast $ npm i
> magicmirror@2.14.0 install /home/pi/MagicMirror
> echo "Installing vendor files ...
" && cd vendor && npm install --loglevel=error
Installing vendor files ...
audited 24 packages in 1.694s
It looks like there is a error when using “git checkout feat/useYahoo”.
Now the alert message on MM says there is a update for MMM-Jast
I will test it later today, but I need to know of this is this a upgrade or is it a new install.
I use the originale MMM-JaST, should this be removed before a new install?
@karalica-kir said in problems with hot word:
HOTWORD
I dont know the module by there is a module with the same name on GitHub:
You are missing a {
before module: “updatenotification”,
It should be:
{
module: "alert",
},
{
module: "updatenotification",
position: "top_bar"
},
I just tested this module and have found it working, if you use the following:
Test your Miele@Home acount:
https://www.miele.com/developer/swagger-ui/index.html
Get your client_ID and client_Secret here:
https://www.miele.com/f/com/en/register_api.aspx
Your UserName and password are the same you use to login to Miele@Home app
vg: ‘da-DK’, // default = ‘de-DE’, Choose the app Country
language: ‘en’, // default = ‘de’, Miele only support ‘de’ or ‘en’
showAlwaysAllDevices: true, // default = false , True show component even if it’s off
Language supported:
de - Deutsch
en - English
VG supported:
‘en-AU’ - Miele Australia
‘nl-BE’ - Miele België
‘en-CA’ - Miele Canada
‘es-CL’ - Miele Chile
‘hr-HR’ - Miele Croatia
‘cs-CZ’ - Miele Czechia
‘da-DK’ - Miele Danmark
‘de-DE’ - Miele Deutschland
‘et-EE’ - Miele Eesti
‘es-ES’ - Miele España
‘fr-FR’ - Miele France
‘ko-KR’ - Miele Hanguk
‘en-HK’ - Miele Hong Kong, China
‘en-IE’ - Miele Ireland
‘en-IL’ - Miele Israel
‘it-IT’ - Miele Italia
‘el-CY’ - Miele Kypros
‘lv-LV’ - Miele Latvija
‘lt-LT’ - Miele Lietuva
‘de-LU’ - Miele Luxemburg
‘hu-HU’ - Miele Magyarország
‘en-MY’ - Miele Malaysia
‘es-MX’ - Miele México
‘nl-NL’ - Miele Nederland
‘en-NZ’ - Miele New Zealand
‘ja-JP’ - Miele Nihon
‘no-NO’ - Miele Norge
‘pl-PL’ - Miele Polska
‘pt-PT’ - Miele Portugual
‘ro-RO’ - Miele România
‘de-CH’ - Miele Schweiz
‘en-SG’ - Miele Singapore
‘sl-SI’ - Miele Slovenia
‘sk-SK’ - Miele Slovensko
‘en-ZA’ - Miele South Africa
‘fi-FI’ - Miele Suomi
‘sv-SE’ - Miele Sverige
‘en-TH’ - Miele Thailand
‘tr-TR’ - Miele Türkiye
‘en-GB’ - Miele UK
‘en-US’ - Miele USA
‘en-AE’ - Miele United Arab Emirates
‘zh-CN’ - Miele Zhōngguó, dàlù
‘de-AT’ - Miele Österreich
‘el-GR’ - Miele Ελλάδα
‘ru-BY’ - Miele Беларуси
‘bg-BG’ - Miele България
‘ru-KZ’ - Miele Казахстан
‘ru-RU’ - Miele Россия
‘sr-RS’ - Miele Србија
‘uk-UA’ - Miele Україна
Working config:
{
disabled: false,
module: "MMM-MieleAtHome",
position: "top_right",
classes: 'medium bright',
config: {
userName: "??@??.??", // Your email to Miele@Home app
password: "??????", // Your password to Miele@Home app
client_ID: "????", // Your client_ID you get from the link above
client_Secret: "????", // Your client_Secret you get from the link above
vg: 'da-DK', // Your country code from the list above
language: 'en', // Language supported from list above
showAlwaysAllDevices: true //always display component
}
},
I just added a PIR sensor, and I have put jumper on “L” and the two potmeteres on low (clockwise) . This works fine.
Here you have som more information on the PIR sensor.
https://lastminuteengineers.com/pir-sensor-arduino-tutorial/
I use this module:
https://github.com/bugsounet/MMM-NewPIR
In the config, I have chaged delay from delay: 2 * 60 * 1000 // 2min to delay: 10 * 60 * 1000 //10min
{
disabled: false,
module: "newsfeed",
position: "bottom_bar",
config: {
feeds: [
{
title: "News.com.au",
url: "https://www.news.com.au/content-feeds/latest-news-national/"
},
{
title: "Weather Warnings for Australian Capital Territory.",
url: "http://www.bom.gov.au/fwo/IDZ00061.warnings_land_nsw.xml"
},
{
title: "ABC News",
url: "https://www.abc.net.au/news/feed/4535882/rss.xml"
}
],
showSourceTitle: true,
showPublishDate: true,
broadcastNewsFeeds: true,
broadcastNewsUpdates: true
}
},
ABC is working, there are no actual data for weater right now.
The news.com format is wrong, because it dosent end on rss.
Here you have links to the RSS feeds:
Main site: https://www.abc.net.au/news/rural/rss/
ex of RSS feed: https://www.abc.net.au/news/feed/4535882/rss.xml
Main site: https://www.news.com.au/more-information/rss-feeds
ex of RSS feed: https://www.news.com.au/content-feeds/latest-news-national/
Weather:
http://www.bom.gov.au/fwo/IDZ00061.warnings_land_nsw.xml